Bluetooth Mesh Sensor add new sensor

I'm using Bluetooth Mesh Sensor code, working on the nRF52833 DK. I want to add my own sensor, the ICM20948 IMU, to this function and send the sensor's readings to the Mesh network. However, I currently don't have an overlay. Could you give me some advice?

Parents
  • Hi Ziyao,

    To realize your eventual goal of sending the sensor data on the Mesh network, it requires more step than just setting up an overlay. However, I will interpret that for this DevZone case, you want to focus on how to setup the sensor device first.

    You will first need to add a custom driver, because this sensor isn't supported natively in the nRF Connect SDK. The topic is covered in the nRF Connect SDK Intermediate course on our Developer Academy platform.
    Would you like to visit it and take a look?

    The topic in particular is covered in Lesson 5 and 7. That being said, the Intermediate course requires finishing the nRF Connect SDK Fundamentals course first. Additionally, some lessons are designed to be taken in order. Therefore, please finish both the Fundamentals and Intermediate courses lessons if possible. Of course, if you find that you have mastered a certain topic, you can skip it.

    Hieu

  • Thank you so much for your reply! I will try to figure it out!

Reply Children
Related