Tagged: i2c

I2C (Inter-Integrated Circuit, eye-squared-C), alternatively known as I2C or IIC, is a synchronous, multi-controller/multi-target (controller/target), packet switched, single-ended, serial communication bus invented in 1982 by Philips Semiconductors. It is widely used for attaching lower-speed peripheral ICs to processors and microcontrollers in short-distance, intra-board communication.

BNO055 for esp32, esp8266, and Arduino: Gyroscope High Rate and Any Motion Interrupt 0

BNO055 for esp32, esp8266, and Arduino: Gyroscope High Rate and Any Motion Interrupt – 6

This latest article in the series explores how to use the BNO055 sensor with ESP32, ESP8266, and Arduino to achieve gyroscope high rate and any motion interrupt. The BNO055 sensor combines an accelerometer, magnetometer, and gyroscope in one module, making it ideal for accurate orientation tracking.

BNO055 for esp32, esp8266 and Arduino: enable INT pin and accelerometer High G Interrupt 0

BNO055 for esp32, esp8266 and Arduino: enable INT pin and accelerometer High G Interrupt – 5

Continue the series of article about the Bosch sensor BNO055. In this part of the tutorial, we will learn how to enable the INT pin of the BNO055 and configure the accelerometer High G Interrupt. The High G Interrupt is triggered when the accelerometer detects a sudden acceleration event that exceeds a specified threshold and duration. This can be useful for detecting impacts, falls, or other sudden movements in a variety of applications.

Arduino MKR SAMD i2c protocol network additional SERCOM address scanner 0

i2c Arduino SAMD MKR: additional interface SERCOM, network and address scanner

I love the I2C protocol, and when I need a sensor, every time I try to find one with this protocol, I have also written some libraries for various sensors that use I2C.
In this article, we will learn I2C basics, analyze the Arduino SAMD MKR management, add interfaces with SERCOM, and create a heterogeneous network.

BNO055: ESP32, esp8266, rp2040, stm32, and Arduino wiring and Bosch library 0

BNO055 for esp32, esp8266, and Arduino: wiring and advanced Bosch library – 2

This is the second article on bno055. If you need basic management, you can refer to the previous article “BNO055 accelerometer, gyroscope, magnetometer, and orientation software”, but if you need advanced management (and more complex) with interrupt, you must read this article also.

BNO055 accelerometer, gyroscope, magnetometer and orientation software 0

BNO055 accelerometer, gyroscope, magnetometer with basic Adafruit library – 1

We are going to discover BNO055, a triaxial accelerometer, a triaxial gyroscope, and a triaxial geomagnetic sensor with a 32-bit cortex M0+ microcontroller in a single package.
In this first chapter, we start a basic usage.

Arduino i2c protocol 2

i2c Arduino: how to create network, parameters and address scanner

I love the I2C protocol, and when I need a sensor, every time I try to find one with this protocol, I have also written some libraries for various sensors that use I2C.
In this first article, we are going to learn the basics, then how to create a network with our Arduino UNO and MEGA. Arduino has an interesting feature that can work as a Master and as a Slave.

Display OLED ssd1306 arduino esp32 esp8266 draw images show animations 3

SSD1306 OLED Display: draw images, splash and animations – 2

SSD1306 IC is used for the most commons OLED display is a single-chip CMOS OLED/PLED driver with controller for organic / polymer light emitting diode dot-matrix graphic display system. It consists of 128 segments and 64 commons.
We will now render images and create a simple animation and take a look at the byte array generator.