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 …
arduino
-
-
EEPROM (Electrically Erasable Programmable Read-Only Memory) allows you to store data permanently on an Arduino, even when power is lost. This is useful for storing settings, calibration values, or user preferences. Basics of Using EEPROM in Arduino The EEPROM on …
-
In this article we look at a sensor, the BMA220 Triple Axis Accelerometer from Bosch Sensortec, and connect it to an Arduino R4 Minima, you can use an older Arduino Uno. It will work just fine. Sensor Information The BMA220 …
-
In this article we look at another board which looks like it would be a good fit for beginners. Now the normal combination is to buy a shield which has some external components on it and fit in on your …
-
It was only a matter of time after the Arduino R4 boards were released that we would get some clone boards. In this article we will look at 2 of the Arduino R4 Wifi boards Lets look at these boards …
-
In this article we look at a temperature and pressure sensor, the BMP384 pressure sensor from Bosch Sensortec, and connect it to an Arduino Uno Sensor Information The BMP384 can be used for high-resolution measurements (up to 21-bit) and uses …
-
In this article we look at a Triple-axis Magnetometer, the KX132 Triple Axis Accelerometer and connect it to an Arduino Uno, I actually used an R4 Minima with a sensor shield to prove that it would work. Sensor Information The …
-
Ok I now have 1 of each of the Arduino Uno R4 Minima and Arduino Uno R4 Wifi and as always a little bit of excitement if you are into this sort of thing – especially when Arduino release a …