News

Arduino Software Serial User Guide The Arduino hardware has the built-in support for Serial communications on pins 0 and 1 (Hardware Serial) but in some circumstances such as when these pins are ...
The standard I2C library for the Arduino is the Wire library. While this library is sufficient most of the time, there are situations when it cannot be used: the I2C pins A4/A5 (or SDA/SCL) are in use ...
There are already various options to add a (touscheen) display to Arduino board with software support including TFTLibrary for Arduino, and recently I tried Nextion serial touchscreen displays that ...
The Arduino UNO R4, released in two versions last year, supports the CAN bus in terms of hardware and software. In this article we look at some handy CAN modules, an experimental setup, and the basics ...
Using SPI Protocol in Arduino Before start programming for SPI communication between two Arduinos. We need to learn about the Arduino SPI library used in Arduino IDE. The library <SPI.h> is included ...
We’ve featured loads of IR Arduino projects and they are all exciting and unique. The projects spring from a specific need or problem where a custom infrared remote control is the solution. [… ...
SparkFun’s Arduino IoT Weather Station is a complete weather station kit leveraging the company’s MicroMod ecosystem with an ESP32 Processor Board and various sensors and developed in collaboration ...