This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Porting Thingy:52 SDK to nRF Connect for Desktop

Hello,

I was wondering if it is possible to port older projects built using the now deprecated Nordic Thingy:52 SDK ( https://github.com/NordicSemiconductor/Nordic-Thingy52-FW ) to the newer nRF Connect platform?

Any tips or recommendations are welcome.

Thanks!

Parents
  • Hello Abdullah

    you can try debugging  to make sure of compatibility

    Testing board features

    The green lightwell LED can be tested with the blink example.

    # From the root of the zephyr repository
    west build -b thingy52_nrf52832 samples/basic/blinky
    west flash
    

    Also, the temperature and humidity sensor can be tested with the humidity monitor sample.

    # From the root of the zephyr repository
    west build -b thingy52_nrf52832 samples/sensor/hts221
    west flash


Reply
  • Hello Abdullah

    you can try debugging  to make sure of compatibility

    Testing board features

    The green lightwell LED can be tested with the blink example.

    # From the root of the zephyr repository
    west build -b thingy52_nrf52832 samples/basic/blinky
    west flash
    

    Also, the temperature and humidity sensor can be tested with the humidity monitor sample.

    # From the root of the zephyr repository
    west build -b thingy52_nrf52832 samples/sensor/hts221
    west flash


Children
No Data
Related