Max32664 how to get started with this sensor hub in zephyr RTOS

I am new to Zephyr RTOS . i have a breakout board of Max32664D from protocentral interfaced to nrf52840 development kit . i want to get started with this sensor hub max32664 . i have installed nRFconnect for SDK ncs 2.9.1  i am using windows. i didn't find any driver for this sensor in driver folder . any sample example to get started with ?

  • Hi

    Have you worked with Zephyr before? If not I would strongly suggest that you at least have a look at our nRF Connect SDK Fundamentals course which you can find here that gives you an introduction to some of the features of Zephyr like the devicetree. 

    I had a look through and I could not find any specific driver for the Max3266 in Zephyr. So you will need to create a custom driver for it. I did come across this project on github while looking that might be an inspiration https://www.hackster.io/xkimi/affordable-remote-baby-vitals-monitoring-alert-system-8619ff 

    Regards

    Runar

  • thanks for the reply and the link shared . i haven't worked on zephyr. yes there is no 32664 drivers in zephyr. Any sample example i could start of with .  

  • Hi

    Since you need to create your own driver or at least try using generic i2c interface. You can start by having a look at the I2C lesson that  you can find at DevAcademy. If you are going down the driver route I would start by having a look at the lesson here

    Regards

    Runar