Zephir support RAKWireless RAK4631 with Wisblock sensors RAK1904, RAK1906, RAK12500, RAK5801, RAK15007

Good night,

I am doing the course "nRF Connect SDK Fundamentals" to learn about Zephir integration with nRF52840.

I am developing a RTOS solution based on the RAKWireless Wisblock solution, a building blocks solution:

  • RAK4631: Nordic nRF52840 BLE Core Module for LoRaWAN with LoRa SX1262Nordic nRF52840 BLE Core Module for LoRaWAN with LoRa SX1262 RAK19007: WisBlock Base Board Base Board
  • RAK1904:3-Axis Acceleration Sensor STMicroelectronics LIS3DH 3-Axis Acceleration Sensor STMicroelectronics LIS3DH RAK1906: Environment Sensor BOSCH BME680
  • RAK12500: GNSS GPS Location Module u-blox ZOE-M8Q RAK5801: 4-20mA Module STMicroelectronics LM2902
  • RAK15007: 1MByte FRAM NVRAM Module Infinion CY15B108QN

I already did a version of my firmware in FreeRTOS, but the it has no integration between sensors and RTOS, I mean need to be done by C++ and sensors libraries.

I would like to know if I will have support for all these sensors and memory module in the Zephir and where i can find documentations and examples about it

Related