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

Haptic glove using nrf52840DK : suggestion

the link i given below tells, how to make a haptic glove using arduino mega 

https://hackaday.io/project/160405-diy-haptic-glove-for-vr

i want to do it with nrf52840 DK, can someone tell what to do with the software stuff, such as library and drivers and how to develop code.

please it's very important. 

  • what to do with the software stuff

    That's an extremely vague question

    Do you have any experience with firmware development on embedded microcontrollers?

    Do you have any experience with software development in general ?

    using arduino

    There are Arduino Cores available for nRF devices - but note that these are not supported by Nordic.

    Otherwise, it's a standard porting exercise:

    1. Understand what the existing code is doing on the original target, and how it works;
    2. Gain familiarity with the new target, tools, etc
    3. Port the code from the old target to the new.

Related