I am really struggling to understand Wifi on the WIO RP2040
UART does not work
Can anyone from SEED Studio tell me which UART port the ESP8285 is actually connected to and the baud rate and any other information needed to communicate with it?
I’m not really interested in Python I use Basic and want to use Picomite Basic with this module but to use the ESP8285 functions I need to know what the UART connection details are
I know the wifi works because I used the test script and using SPI it connected and worked in Python
I really would prefer to use UART though
In an earlier post someone from SeedStudio posted this for SPI communications
MISO:8
MOSI:11
CLK:10
CS:9
HandShake:21
Are those GPIO numbers or Pin numbers?
ALSO:
IS there a list of AT commands the ESP8285 uses?