Flash, SRAM, and EEPROM are the three different types of memory that Arduino boards use. Each type has its own job. To write stable, efficient, and scalable sketches, you need to know how these types of memory work and how …
Learning
-
-
The Arduino Serial Plotter is a built-in tool in the Arduino IDE that allows you to visualize live data from your Arduino board in real time. This is particularly useful when working with sensors, analog readings, or debugging data. Unlike …
-
In this article we look at a Triple-axis Magnetometer, the MMC5603 and connect it to an Arduino Uno Sensor Information This sensor can sense ranges from ±30 Gauss (±3000uT or ±3mT) with no range-setting required and full 20 bit output …
-
In this article we look at an Ambient Light sensor, the LTR-329 and connect it to an Arduino Uno Sensor Information The LTR-329 provides 16-bit light measurements for both Infrared and Visible+IR spectrums. Subtract one from the other to get …
-
In this article we look at a dot matrix display from keyestudio which is controlled by a HT16K33 The 8X8 dot matrix is composed of 64 light-emitting diodes, and each light-emitting diode is placed at the intersection of the row …
-
In this article we look at creating and displaying custom characters on an I2C 16×2 LCD to an Arduino, we chose an Arduino Uno but there is no reason this will not work with a different Arduino board. This can …
-
In this example we will write to the EEPROM which is on the micro controller of the Arduino The supported micro-controllers on the various Arduino and Genuino boards have different amounts of EEPROM: 1024 bytes on the ATmega328P, 512 bytes on …
-
In this example we will add bluetooth support to our Arduino, there are several low cost modules labelled either Hc-05 or HC-06. Here is a picture of one of them In this example we will connect one of these modules …
