Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to address the max6953 from a pic16f84A?

Status
Not open for further replies.

ngeronikolos

Newbie level 3
Newbie level 3
Joined
Feb 24, 2005
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,321
Hello boys,

Does anyone used the max6953 to drive 4 5x7 led matrix displays? I would be very grateful for some sample code to address the max6953 from a pic(16f84A). I have difficulties understanding the protocol from the datasheets.

Thanks
Nikos
 

max6953 con pic

Instead of waiting for a code try to use the following application note from Maxim-IC: **broken link removed** .
What you really need is some I2C subroutines which are common for all I2C devices: I2C receive code and I2C transmit code. .
Do you use assembly or C ?
 
samples for max6953 for proteus

I have made display with MAX6952, but i have problem draving its SPI channell. If i connect more than 3 chips i can not get clear signals on SPI ( i suppose MAX6952 has bih capacitance of these pins). And now i think that i have to use repeater after 2 chips, but i'm not sure that problem lies here. If anyone has a suggestion please post it here.
I have noticed that MAX6952 has VIlo<0.4 and this is voltage is hard to acheive in high speed communications. I think that here lies the problem, but i need solution, since now i'm driving SPI with colock of only 288kHz, and MAX can be driven with up to 26MHz! Even with this low clock speed i can not connect more than 3 chips!
 

max6953 led matrix

well, can led block be drived using onlu PIC ? i mean no driver only algorithm ? like the graphical lcd s do ?
 

max6953

well, can led block be drived using onlu PIC ? i mean no driver only algorithm ? like the graphical lcd s do ?
Yes. Content of displayed character is send using two bytes to MAX6952, first is Address and than ASCII character number.
MAX6952 is complete solution (character generator, drvier, intesity modulator...)
 

led driver proteus

ya i have made such a circuit but using MAX6952 and PIC16F877 in proteus,
look at the circuit and code,hope it will be useful for u,
 

pic16f repeater

ali_raza117 said:
ya i have made such a circuit but using MAX6952 and PIC16F877 in proteus,
look at the circuit and code,hope it will be useful for u,


ineed max6952 proteus dll and library file.
best regards.


mail zngsm@mail.ru
 

max6953 i2c code

ali_raza117,

Haver you made some simulation with MAX6953 in the PROTEUS?, I have tried to do it but it does not work, I think that the library of this component has error, I have implemented this circuit in ProtoBard and works fine.

Can you Help me?
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top