EEPROM Part 3 – External SPI EEPROMs
Compared 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 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