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

Connect nrf52 to internet

I've found here that Nordic people use Raspberry PI as BLE-enabled router. Could someone give me reference to detail info about setting it up.

Parents
  • Hi,

    This is described in the Getting Started section of the IoT SDK documentation. Note that since the documentation was written, one thing have changes which makes it easier to setup:

    Raspbian OS does come with the bluetooth_6lowpan kernel module precompiled, meaning you can skip the steps described in *Building Raspbian Kernel with bluetooth_6lowpan module*.

    Best regards,

    Jørgen

  • Thanks I'll read. I've noticed we need to install iot softdevice that we can not use for production. Could you give me advice. I would like to use nrf52832 chip like controller for gathering data from sensors. In most case It will be data getting from industrial weighing scale. Then I would like to send data to something like cloud server for analyze by customers via desktop computers or such of that. How do you think can use your solution for that project. I mean nrf52832 + raspberry pi 3 (with 3g modem probably)

    and more questions... I make projects based on general sdk (14 version now), uart example, buttonless dfu and etc that must work with preinstalled softdevice (5 version now). Are there any problems to do the same things (create app based on examples in sdk) with IoT softdevice.

    I ordered nordic thingy 52 and as I understand I can get access to examples with original code in part of using nrf52 as IoT device. Can I used that code with that sofdevice for production projects?

Reply
  • Thanks I'll read. I've noticed we need to install iot softdevice that we can not use for production. Could you give me advice. I would like to use nrf52832 chip like controller for gathering data from sensors. In most case It will be data getting from industrial weighing scale. Then I would like to send data to something like cloud server for analyze by customers via desktop computers or such of that. How do you think can use your solution for that project. I mean nrf52832 + raspberry pi 3 (with 3g modem probably)

    and more questions... I make projects based on general sdk (14 version now), uart example, buttonless dfu and etc that must work with preinstalled softdevice (5 version now). Are there any problems to do the same things (create app based on examples in sdk) with IoT softdevice.

    I ordered nordic thingy 52 and as I understand I can get access to examples with original code in part of using nrf52 as IoT device. Can I used that code with that sofdevice for production projects?

Children
No Data
Related