fbpixel
Control 3 LEDs with Arduino and one pushbutton

Control 3 LEDs with Arduino and one pushbutton

One of the easiest and quickest way to start learning programming and electronics with Arduino is to use LEDs. We’ll see here how to control LEDs and how to select different functionalities of the code using only one button. This summarize in a simple way what...
Arduino and Bluetooth module HC-06

Arduino and Bluetooth module HC-06

Arduino can communicate with other device via Bluetooth using the module HC-06 (slave).  It enables the Arduino to be connected and exchange data with other devices such as Smartphone, computer or other microcontrollers. Bluetooth communication can be used to...
Control a stepper motor with Arduino

Control a stepper motor with Arduino

One of the main objectives in robotics is to make things move on their own. To give motion to a robot, electrical motors are used such as stepper motors especially when precision is required with an open-loop control. In this tutorial, we study the use of integrated...
Temperature and humidity measurement with sensor DHT11

Temperature and humidity measurement with sensor DHT11

The sensor DHT11 can measure temperature and humidty in a room. Here is a tutorial on how to retrive the sensor measurement with a Arduino board. Material ComputerArduino UNOUSB cablesensor DHT11Jumper cables male/malebreadboard Wiring DHT11 Code The program to read...
Distance measurement with sensor HC-SR04

Distance measurement with sensor HC-SR04

The HC-SR04 is an ultrasonic sensor that measures distance with ultrasound waves. It uses the same principle as a sonar which is sending a sound wave and measuring the time between the transmission and reception of its echo. Material ComputerArduino UNOUSB cable to...