Here are the #NuttX I2C Types ... Ported from C to #RustLang
https://github.com/lupyuen/rust-i2c-nuttx#read-i2c-register-in-rust
Here's how we call #NuttX's I2C Interface from #RustLang ... The "unsafe" way
https://github.com/lupyuen/rust-i2c-nuttx#read-i2c-register-in-rust
Flutter App → MCU Manager Protocol → #PineTime 🤔
https://gist.github.com/lupyuen/1354b090a989a818b403685ecfa12d55#gistcomment-4094684
What's inside the #NuttX Sensor Test App
https://lupyuen.github.io/articles/bme280?20#sensor-test-app
Here's how we read the BME280 Sensor with #NuttX Sensor Test App
https://lupyuen.github.io/articles/bme280?19#run-bme280-driver
How we minimised the changes when porting the Zephyr BME280 Driver to #NuttX OS
https://lupyuen.github.io/articles/bme280?18#zephyr-driver-modified-for-nuttx
What's inside our bundled BME280 Driver for #NuttX OS
https://lupyuen.github.io/articles/bme280?17#inside-the-bundle
Here's how we bundle the Zephyr BME280 Driver inside our #NuttX Driver
https://lupyuen.github.io/articles/bme280?16#bundle-nuttx-and-zephyr-drivers
Our #NuttX BME280 Driver registers the Barometer and Humidity Sensors at startup
https://lupyuen.github.io/articles/bme280?15#register-sensors
Our #NuttX BME280 Driver defines the operations for the Barometer and Humidity Sensors
https://lupyuen.github.io/articles/bme280?12#sensor-operations
Our #NuttX BME280 Driver combines 2 sensors ... Here's why
https://lupyuen.github.io/articles/bme280?11#combined-barometer-and-humidity-sensor
BME280 Standby Interval is configured by #NuttX at runtime ... Here's how we do it
https://lupyuen.github.io/articles/bme280?10#standby-interval
How our #NuttX BME280 Driver reads the Sensor Data from Zephyr BME280 Driver
https://lupyuen.github.io/articles/bme280?9#read-sensor-data-from-zephyr-driver
IoT Techie and Educator / Apache NuttX PMC