UART with nanogateway?
-
Re: Lopy nano gateway transmits data via UART
how we can make this work using nanoGW and uart as backhaul instead of WiFi , I have Pi or equivalant running the loraserver so i just need to forward the data from nanoGW to pi using UART
-
thanks but i was looking for how you can use it instead of Wifi forwarding he messages that normally are forwarded through Wifi to loraserver using Uart
i think i'll need to design also a process on the other side to read uart and push it to loraserver
I'll try to do it and see
-
@gas
uart is simplest possible comunication
https://docs.pycom.io/chapter/firmwareapi/pycom/machine/UART.htmlremember about voltage - pycom boards are 3V3 and 5 voltage can damage it.