Replies: 3 comments 14 replies
-
Adding to my feedback. Seems U-center needed to configure the M8X modules no longer works in Win11 without some messing around. |
Beta Was this translation helpful? Give feedback.
-
Hi. OK tried the new test branch (thankyou to micookie for the code suggestion). Good result for the speed. I indeed get 20Hz and 25Hz reported in Track Addict on my phone. I see it drop to 19Hz or 24Hz sometimes, but I'm testing from inside my house with no clear sky signal. Good work all. What I do have to report though is I have a few troubles saving the wanted speed via the webGUI and ESP32 lock-ups. Saving new speed from my phone I could not do it, it results in the ESP32 locking up and requiring a restart. I had more success from using the webGUI from my Win11 PC browser. Saved a higher speed and BTSPP OK there. Changing speed on my phone worked fine though, it was only when saving the changed that I had an issue. |
Beta Was this translation helpful? Give feedback.
-
Renato here is a log example from the point of Web GUI connection and a refresh of the screen and rate change (on my phone via the Chrome web browser), the ESP32 heart beat LED stops when this issue occurs and the mode button does not function. A lock-up as far as I can tell. 17:39:10.895 -> [226635][V][AP.cpp:125] _onApEvent(): AP Station Connected: MAC: 82:b4:c0:1d:5e:b7, AID: 1 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Some feedback to renato and micookie. I followed the new Arduino instructions and installed the advised libraries.
I have a different ESP32 board and are using :
#define RX2 GPIO_NUM_17 // Serial2 standard location on devkit
#define TX2 GPIO_NUM_16 // Serial2 standard location on devkit
#define LED_BUILTIN 22 // usually 2 or 5
#define WIFI_MODE_BUTTON 0 // default is: use the boot button to switch wifi modes
This is compiling fine now and WiFi AP is starting, LED on GPIO22 is working. I connected to the AP and accessed the webserver GUI fine.
Currently I don't have a GPS connected to the UART, I will do that tomorrow and test.
FYI this is my board, which include a 18650 holder and onboard charger.

https://www.aliexpress.com/item/1005006601815929.html?
Beta Was this translation helpful? Give feedback.
All reactions