This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF52840, MQTT, TLS1.2

Dear Nordic,

What I want to do:

  • Battery powered sensor network
  • One gateway (BLE --> WLAN) with a serial-to-wifi chip connected to nRF52
  • MQTT (IBM Bluemix --> CoAP is not supported)
  • TLS1.2 (IBM Bluemix)
  • Long range (Bluetooth 5), indoor and outdoor

So I guess I need a nRF52840. What is the best SDK to start with?

  • nRF5 SDK for IoT?
  • nRF5-SDK V13.0.0?
  • Any good example around?

Thank you!

Parents Reply
  • Thank you Petter! So, if I got this right, then it means the following:

    • There is no way running MQTT (TLS1.2) on a nRF52 and having this nRF52 running as Bluetooth master (central role / observer role)?

    • Alternative? Running MQTT on ESP8266? ESP8266 communicate with nRF52-central-role-device over UART. Sensor devices (nRF52 peripheral role / broadcaster role) communicate to nRF52-central-role-device over Bluetooth.

    If this is correct: With which SDK should I start?

    Again: Thank you very much Petter.

Children
No Data
Related