Arduino Uno



Play The Simpsons theme song with Arduino and a buzzer

Available to registered members only
  • avatar
  • 1.3K Views
  • 1 Like
  • 5 mins read
Preview post image

The Simpsons, that legendary animated series we all know and love, has become a cultural phenomenon. With its hilarious take on family life in Springfield, it's an absolute classic. We decided to have a bit of fun and recreate the show's iconic theme song using a piezo buzzer.

Buzzer is used to generate sound, beep or even melody of a song. It can be found in alarm devices, computers, timers and confirmation of user input such as a mouse click or keystroke. A piezo buzzer is not like a regular speaker that you might think of. It uses a material that actually changes shape when you apply electricity to it which in turn creates noise. The faster you bend the material, the higher the pitch of the noise that is produced.

DIY - Universal RC Joystick: code

  • avatar
  • 1.6K Views
  • 2 Likes
  • 10 mins read
Preview post image

The physical part of the controller is finished but what about the brain? Once more, our decision falls on Arduino Nano. It perfectly fits by size providing all the necessary functionality. For programming a Nano board we need a USB to serial interface which can be hooked up to the programing header located on the top side of our controller.

Connecting tilt sensor with Arduino

  • avatar
  • 1.5K Views
  • 1 Like
  • 5 mins read
Preview post image

A tilt sensor is a type of sensor that can detect the orientation or tilt of an object relative to the force of gravity. It works by measuring the change in angle of the object with respect to the vertical axis.

Tilt sensors can be found in various forms, such as simple mechanical switches, mercury switches, and electronic sensors. They are commonly used in applications that require the detection of tilting or changes in orientation, such as in construction equipment, automotive safety systems, robotics, and gaming controllers.

 Join Our Monthly Newsletter

Get the latest news and popular articles to your inbox every month

We never send SPAM nor unsolicited emails

Using Arduino Serial Monitor tool

  • avatar
  • 1.2K Views
  • 1 Like
  • 4 mins read
Preview post image

Arduino, a familiar name among DIY enthusiasts and electronics hobbyists, owes much of its popularity to its user-friendly Integrated Development Environment (IDE). One of the most invaluable tools within the Arduino IDE is the Serial Monitor. This feature plays a pivotal role in facilitating communication between your Arduino board and your computer, allowing you to monitor and control your projects in real-time. In this article, we'll explore the practical aspects of using the Arduino IDE and Serial Monitor, shedding light on how they can be harnessed for effective data exchange.

DIY - Universal RC Joystick: mounting

  • avatar
  • 1.4K Views
  • 2 Likes
  • 6 mins read
Preview post image

Based on the solution of designing multi-functional remote controller and being aware of the needs we started building the joystick. The cover with controls is ready for use but we miss the most important part: the microcontroller. Once more, our decision falls on Arduino Nano. It perfectly fits by size providing all the necessary functionality.

DIY - Universal RC Joystick: concept

  • avatar
  • 1.4K Views
  • 3 Likes
  • 4 mins read
Preview post image

Controlling devices over a distance opens lots of possibilities. Our Arduino roadmap contains many projects that must be controlled remotely and sometimes on a long-distance. Of course, it can be done with a PC but our experience has shown that it becomes complicated when you need long way, portable and rapid communications. Our solution was designing a multi-functional remote controller, we have called it AirControl.

DYI - Programmed Christmas lights: code

  • avatar
  • 454 Views
  • 4 mins read
Preview post image

Now that the hardware is set up, it’s time to add some magic with a custom program. Programming the Arduino Nano is where your project truly comes to life. This step transforms your fairy lights from simple decorations into a dynamic display that reacts and behaves exactly how you design it to. By using code, you can experiment with different effects, creating a lighting system that feels personal and unique. In this article, we’ll explore a sample code that controls the lights using predefined programs, offering a starting point for further creativity.

DYI - Programmed Christmas lights

  • avatar
  • 328 Views
  • 10 mins read
Preview post image

Take your holiday decorations to the next level with a custom fairy light display powered by an Arduino Nano. This project blends creativity and basic electronics, allowing you to program fairy lights with unique patterns and effects that reflect your personal style. By replacing generic, store-bought solutions with something custom-made, you’ll create a decoration that’s not only festive but truly one of a kind. With accessible components and straightforward steps, it offers an engaging way to add warmth and charm to your holiday season.

DYI - Programmed Christmas lights: concept

  • avatar
  • 338 Views
  • 2 mins read
Preview post image

The holiday season is here, and with it comes the joy of decorating and spreading cheer. One way to make your celebrations truly stand out is by creating your own custom Christmas lighting. A DIY project brings a personal touch, turning ordinary lights into something unique and memorable. Besides the festive fun, it's a creative way to learn and experiment with technology.

DYI - Programmed Christmas lights: mounting

  • avatar
  • 305 Views
  • 8 mins read
Preview post image

Now that you're excited about the idea of custom Christmas lighting, it's time to focus on how to physically set everything up. Mounting is where your lighting project starts to take shape, turning ideas into something tangible. It’s the process of preparing and connecting the components that will bring your design to life. In this part, we'll focus on setting up the physical structure for your lighting. We'll outline how to connect your lights, controller, and power source to create a functional base for your project.