Hello! I am currently trying to use the TLC5940 chip to control some servos using an arduino UNO as a slave and an arduino Mega as a master. I am having trouble with the programming and i was hoping that someone might give me some insight on how i could perform serial communication using the serial monitor of the master to give signals to the slave and the slave can control the TLC5940 chip. If anyone has any ideas of how i can accomplish this it would be extremely helpful.
Thanks in advance!
some insight on how i could perform serial communication using the serial monitor of the master
The master doesn't HAVE a serial monitor. It talks to a serial port. The Serial Monitor application MIGHT be on the other end of the port.
What do you expect to type in the Serial Monitor application? What should the master do with that? What should the slave do with it?