Super-fast start with Arduino: you take and do
When I started doing Arduino, it seemed to me that the whole world does nothing more than to do the same. In fact, it turned out that, like me, many simply find it difficult to...
When I started doing Arduino, it seemed to me that the whole world does nothing more than to do the same. In fact, it turned out that, like me, many simply find it difficult to...
To implement any projects, be it a smart home, production automation, a device for outputting computer boot systems, or a simple clock, you will need an output device. A simple option - seven-segment LED indicators....
One of the most important tasks in the issue of security of a smart home is gas leak detection. In order for the Arduino board to successfully solve problems of this kind, you need to...
Many articles have been written about the text display, but in some cases, it may not be enough. In this article, we will look at connecting the simplest graphic black and white display module Nokia...
Ethernet Shield makes it easy to connect your Arduino board to a local network or the Internet. It provides the ability of the Arduino to send and receive data from anywhere in the world using...
In order for your quadrocopter on the Arduino to take off safely, you need to ensure the minimum weight of the whole structure.Every gram is important in it. It is for this reason that the...
In this article, we will look at how to write to flash memory and read from flash memory using Arduino using the example of a 25L8005 chip.
Let's connect to the Arduino a digital accelerometer module based on the ADXL345 chip with control via serial I2C and SPI interfaces.
The article discusses the connection of the Hall sensor 49E to the Arduino.
In this article we will connect two modules with real-time timers (or real-time clock, RTC) - DS3231 and DS1307 - to the Arduino. Both modules work on the I2C interface and are powered by a...