Hi,
I'm trying to compile and execute one of the examples on csanta mongoose's repository:
https://github.com/cesanta/mongoose/tree/master/examples/nRF51
Referred in this article too:
https://www.hackster.io/dfrank/mongoose-embedded-networking-library-on-nrf51-and-nrf52-547b15
I've been forwarded from that article to this forum to post my question:
I got the code from https://github.com/cesanta/mongoose/tree/master/examples/nRF51, and I managed to compile and flash it and I get the led 1 on as described in the example, but I can't see it in the list of available devices when I scan for Bluetooth devices.
Is there something I'm missing?
Thanks
Comments
Mongoose does not deal with bluetooth directly, it sits above that, in the networking layer. the problem must be with something else.