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

Getting started with the HC-06 Bluetooth module

  • 158 Views
  • 19 mins read

Adding wireless communication to an Arduino project usually starts with a Bluetooth serial module, and the HC-06 is one of the most common choices. It's cheap, widely available, and does one job well: it lets a phone or computer connect to your board and exchange data as if the two were joined by a cable. Four pins, one operating mode, and a small set of configuration commands is the whole picture. That simplicity comes with a real constraint though, and knowing it upfront saves time later, since the HC-06 only accepts incoming connections and can't reach out to another device on its own.

Read more
Preview image

Serial communication between two Arduino boards

Available to registered members only
  • 615 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

  • 865 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

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.