cosparks / trypdeck

0 stars 0 forks source link

Get serial communication working between two pis #5

Closed cosparks closed 2 years ago

cosparks commented 2 years ago

Clone and build this project on Tim's pi and try to get them sending simple messages to eachother. This might work wirelessly, but would probably be simpler over serial/

cosparks commented 2 years ago

Once you have video library working you should try triggering a video to play on one pi from another.

cosparks commented 2 years ago

This is apparently more complicated than I would have guessed. Going with UART TX/RX for communication between arbitrary number of Pis. Not supported by PIGPIO but apparently there are standard C libraries for dealing with this. Just need to make changes to /boot/config.txt

cosparks commented 2 years ago

not trivial, but the current setup works!