You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to communicate with M18 using ESP32 UART so I can have a standalone/wifi and app interfaced battery checker. I cannot get a response from the 0xAA hello command. I suspect it has to do with the way the ESP32 implemented the break. The ESP32 does not have a way to just put UART controller in break mode. It only has an API to to a break after a write for a time period.
I have looked through the various videos from @Tool-Scientist and cannot find a basic UART trace of the opening sequence. Does anyone have that?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to communicate with M18 using ESP32 UART so I can have a standalone/wifi and app interfaced battery checker. I cannot get a response from the 0xAA hello command. I suspect it has to do with the way the ESP32 implemented the break. The ESP32 does not have a way to just put UART controller in break mode. It only has an API to to a break after a write for a time period.
I have looked through the various videos from @Tool-Scientist and cannot find a basic UART trace of the opening sequence. Does anyone have that?
Beta Was this translation helpful? Give feedback.
All reactions