- Use
platformio
extension - Set up wifi credentials in
platformio.ini
- Set up name and server url in
LwM2mManager.h
- Connect ESP32
- Upload firmware
- Uncomment
-DWITH_TINYDTLS
inplatformio.ini
- Set up PSK in
main.cpp
- Separate code
- Move settings in
platfomrio.ini
- DTLS testing
- Add smart-object manager (for easier adding)
- App to connect to device (Bluetooth)
- Add Bluetooth
- set up wifi credentials, change client name and server urls (saving in Preferences)
- upload new firmware
- Extend firmware for ESP8266
- *LwM2M via BLE
Uncomment parameter board_build.partitions = no_ota.csv
Eclipse Public