Mongoose OS with ESP-IDF?

Hello all,

Are there any good guidelines for using esp-idf aling with mongoose os? I’m missing some BLE functionalities (at least it says: Note: partial implementation, no notifications or time reference info.) which are available with esp-idf already but i have no idea where to start.

Any help would be appreciated. thnx

Basically you have to add the extra components and configuration options in mos.yml
A good example is mos_esp32.yml from the bt-commonlibrary.

1 Like