Page 1 of 1

Using uart 0 and uart 1 independently from isb on ESP32-S2-SOLO-2U-N4

Posted: Fri Mar 22, 2024 8:41 am
by network_x
So, I got development board with Ra-08H(LoRa module) on uart 1 and L-80R(GPS module) on uart 0 by using micropython I want to read the data from the gps and send and receive data trough the lora module. Also an issue I encountered is that the esp is recognised as ESP8266 in Thonny IDE. I cannot access both uart interfaces for some reasons, any ideas/solutions?