cesanta / mongoose-os

Mongoose OS - an IoT Firmware Development Framework. Supported microcontrollers: ESP32, ESP8266, CC3220, CC3200, STM32F4, STM32L4, STM32F7. Amazon AWS IoT, Microsoft Azure, Google IoT Core integrated. Code in C or JavaScript.
https://mongoose-os.com
Other
2.5k stars 429 forks source link

Any plan for supporting nRF5x? #210

Closed LinhDNguyen closed 7 years ago

LinhDNguyen commented 7 years ago

Hi,

Thank you for your effort on this awesome OS. Do you have any plan to support nRF5x devices? Thank you.

cpq commented 7 years ago

the networking stack works on nRF, see https://www.hackster.io/dfrank/mongoose-embedded-networking-library-on-nrf51-and-nrf52-547b15

both nRF51x and nRF52x

The MongooseOS is not yet ported. The port is an non-trivial piece of work.

Could you elaborate on your project please?

LinhDNguyen commented 7 years ago

Thank you for the info. I just think the nRF devices are very interest and useful in IoT projects (actually I'm studying & make some hobby development with nRF on Zephyr RTOS), so it is very nice if mongoose-os supports nRF devices.

cpq commented 7 years ago

Totally agree.

As soon as we get a commercial project on nRF platform, we'll port MongooseOS on it.