Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.43 KB

README.md

File metadata and controls

18 lines (11 loc) · 1.43 KB

Two routers

This is the best setup for good stability and performance when need transmit-receive messages from RPi to remote devices AND periodically receive messages from devices to RPi (for example from temperature sensors). Required two separate physical busses, one for transmit-receive messages, another one for only receiving messages.

Diagram PJON-gRPC_two_routers PJON-gRPC_two_routers

Video: https://youtu.be/R4MZhWncfPs

router_RxTx_busA - sketch for Arduino router which allow RPi communicate with devices (transmit-receive) connected to one PJON bus

router_Tx_busB - sketch for Arduino router which allow RPi receive messages from devices connected to another one physical bus

device - sketche for Arduino device which connected to Arduino routers via SoftwareBitBang strategy

Notes: