Skip to content

antonzk/lwm2m-esp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LwM2M for ESP-32

Original repo

github:\\eclipse/wakaama

How to use

  • Use platformio extension
  • Set up wifi credentials in platformio.ini
  • Set up name and server url in LwM2mManager.h
  • Connect ESP32
  • Upload firmware

DTLS

  • Uncomment -DWITH_TINYDTLS in platformio.ini
  • Set up PSK in main.cpp

In plan

  • 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

Size problem with BLE

Uncomment parameter board_build.partitions = no_ota.csv

github:\\ESP-32 Partitions

platformio:\\Partition-tables

github:\\Size issue

License

Eclipse Public

Releases

No releases published

Packages

No packages published

Languages