nikito7
nikito7
One issue is Discovery Another is Preferences.h
Or add ESP8266WiFi to lib_deps. You may need mac address or force wifi off.
> This is the device inside. Is it feasible to swap out the Bluetooth module with an ESP32-C3-MINI, ESP12 or nRF52840?  Just like xiaomi devices tlsr. Maybe pvvx or...
Sim e não. Basicamente tens de converter o yaml para json. Tenho isso no meu, mas divergiu deste... Apenas como exemplo: https://github.com/nikito7/easyhan/blob/dev/edpbox/eb1-discovery1.txt
You need do an array and convert values back to hex
telegram=|A444243404857533000C7ABA000020_2F2F046D26301A34040EAC0F00000413EAEC010001FD1700426CFF2C440E31030000C4010E5A0E0000C4020 A4 - size 44 - T1 2434 - MAD 0485 - version? 753300 - ID ? (003375) 0C - ? 7A - block 2 BA - counter 000020_2F2F046D26301A34040EAC0F00000413EAEC010001FD1700426CFF2C440E31030000C4010E5A0E0000C4020
It works. ``` mqtts://user:[email protected]:8883 ``` 
Only ESP32. 1. Needs to flash first ota-wifi.bin to correct partition. 2. meshtastic --host 1.2.3.4 --reboot-ota Sometimes it's a little hard 3. You need espota.py from (arduino) framework esp32. python...
Only use "firmware-esp32**-update.bin". Don't use "factory" versions. Don't replace main firmware with ota.bin (I have done that mistake 😅).  For me BLE ota never worked... __ You can replace...