You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
madrocketsci b54cdb0688 | 1 year ago | |
---|---|---|
arduino_commlcd | 1 year ago | |
raspberry_pi | 1 year ago | |
License.txt | 1 year ago | |
README.md | 1 year ago |
README.md
Aaron M. Schinder
October 2023
Embedded software serial communications protocol
This is a way to have my various arduino-nano controlled embedded perhipherals talk to each other, and to the Raspberry pi using any 3 available GPIO ports. Sometimes I need more than one perhipheral to talk to a controller, and I run out of dedicated serial ports. This allows the use of any 3 GPIO pins on the controller and perhipheral to facilitate two-way non-blocking communications.