Arduino projects

Explore our exciting collection of Arduino projects, designed to spark your creativity and passion for electronics. From beginner tutorials to advanced projects, discover options suitable for all skill levels. Immerse yourself in hands-on experimentation and turn your ideas into reality.
Universal RC Joystick

Universal RC Joystick

Read more
Remote control car running on Arduino

Remote control car running on Arduino

Read more
Automated plants watering system

Automated plants watering system

Read more
Programmed Christmas lights

Programmed Christmas lights

Read more

Recent Arduino guides

Explore our selection of articles on electronics and Arduino. Check out the latest additions below for valuable insights and information.
Preview image

Serial communication between two Arduino boards

Available to registered members only
  • 540 Views
  • 9 mins read

Getting two Arduino boards to talk to each other opens up projects that a single board can't handle on its own. You might have one board reading sensors in one corner of a room and another driving a display somewhere else, and the two need to share what they know. Serial communication is one of the simplest ways to make that happen, and it works with almost any Arduino model you have lying around. This article walks through connecting two Arduino Nano boards and passing data back and forth over their serial ports.

Read more
Preview image

Getting started with the HC-05 Bluetooth module

  • 786 Views
  • 1 Like
  • 16 mins read

The HC-05 is one of the most popular Bluetooth modules in the Arduino ecosystem, and for good reason. It's affordable, well documented, and flexible enough to handle a wide range of use cases. It can operate as both a master and a slave device, meaning it can initiate connections to other Bluetooth devices as well as wait for them. For projects where you just need a phone to talk to an Arduino, that distinction doesn't matter much. But for anything more involved, like two Arduino boards communicating wirelessly, the HC-05 is the right tool for the job.

Read more
Preview image

Low power consumption mode in Arduino

  • 1.5K Views
  • 11 mins read

Battery-powered Arduino projects have one common enemy: a board that drains power even when it has nothing to do. By default, Arduino runs at full speed continuously, burning through battery charge whether it's actively doing something or just waiting. Low power mode solves this by putting the microcontroller to sleep when it's idle, waking it up only when there's actual work to do. The concept is straightforward: the microcontroller spends most of its time asleep, wakes up to do something useful (take a sensor reading, send data, check a button), then goes back to sleep immediately.

Read more

Need more information?

Get in touch

If there is anything we can do to help, feel free to contact us.

Try to formulate your doubts and/or questions in the most detailed way possible so we can answer all of them more quickly.