I'm wondering whether it's possible to connect one master Rasbery Pi 3 using the GPIO serial pins to many slave Espruino devices through only RX and TX. (only 2 pins)
Looking at the pin diagrams for each the PI is labeled as UART while the Espruino is labeled with USART. Is this a problem?
I've also been reading some articles talking about voltage differences, does anyone have any insight into whether this is possible and what we need to consider?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi,
I'm wondering whether it's possible to connect one master Rasbery Pi 3 using the GPIO serial pins to many slave Espruino devices through only RX and TX. (only 2 pins)
Looking at the pin diagrams for each the PI is labeled as UART while the Espruino is labeled with USART. Is this a problem?
I've also been reading some articles talking about voltage differences, does anyone have any insight into whether this is possible and what we need to consider?
http://spellfoundry.com/2016/05/29/configuring-gpio-serial-port-raspbian-jessie-including-pi-3/
https://oscarliang.com/raspberry-pi-and-arduino-connected-serial-gpio/
Thank,
Victor