BNO08x – 9-DoF-IMUs
The BNO08x family comprises 9-DoF IMUs that use sensor fusion to detect orientation in space and complex movement patterns such as footsteps. I will show you how to control these sensors with suitable libraries.
Read MoreThe BNO08x family comprises 9-DoF IMUs that use sensor fusion to detect orientation in space and complex movement patterns such as footsteps. I will show you how to control these sensors with suitable libraries.
Read MoreI will show you how to implement selected functions on STM32 boards using the Arduino Core package. I will cover timers, PWM, low power, I2C, SPI, ADC, DAC, RTC and more.
Read MoreCompared to I2C-based EEPROMs, writing data to SPI EEPROMs is faster, especially for bulk uploads. I explain how this works and will introduce my library for the SPI based EEPROMs.
Read MoreIn this post, I show you how to program the ESP32 with MicroPython. I go into detail about the A/D converters, I2C, timers, RTC, touch pins, etc.
Read MoreI present the ICM-20948 9-axis sensor and my associated library. The ICM-20948 is the successor to the MPU-9250. This is Part 1.
Read MoreI introduce the ESP32 and its main features. In particular, I will discuss the differences to the Arduino (AVR) boards.
Read MoreThe ADXL345 is a 3-axis accelerometer with many features. I explain how to use it with my associated library.
Read More