Hi,
I have designed a PCB for someone that has an ESP32-C3 connected to a Wio-E5 IC via serial Tx/Rx and an antenna,
I have a couple of samples and wanted to use them to transmit and receive data but I’m not really an experienced code writer so I thought I would use Google Gemini to write the code, I have used it before for another small project and it worked great.
I have asked it to create TX code that transmits a count from 1 to 100 and the battery voltage on ADC0 then repeat, RX code that recieves the data and displays it on a 0.96" OLED I2C display.
Both sketches are working OK but during the code generation for the receiver it could not get the Wio-E5 to work in continuous reception mode and had to resort to polling the Wio-E5 every couple of seconds, which means some packets are missed.
Can anyone shed some light on why the Wio-E5 refuses to enter continuous reception? This is the error from the Arduino IDE Serial console when trying to setup reception
Unfortunately I don’t have the source code that caused that error but I will try to re-create it.
Thanks