Category Arduino

DIY Arduino Metal Detector Projects

Did you know a homemade device built with basic electronics can detect coins buried 6 inches deep? This surprising capability comes from combining simple physics principles with accessible microcontroller technology. Modern DIY designs now rival entry-level commercial detectors in performance…

DIY Arduino Ham Radio Projects

Did you know a $30 microcontroller can power a 4W radio transmitter capable of reaching satellites? HackerBox #0003 proves it’s possible, blending vintage communication methods with modern tech. This fusion creates new opportunities for enthusiasts to build professional-grade tools without…

How to Use a LiDAR Sensor With an Arduino?

How to Use a LiDAR Sensor With an Arduino?

LiDAR, an acronym for Light Detection and Ranging, is a groundbreaking technology that has revolutionized various industries, from autonomous vehicles to archaeology. This article delves into the world of LiDAR sensors, explaining what they are, how they work, and the…

How to Use a Sound Sensor With an Arduino?

How to Use a Sound Sensor With an Arduino?

Sound sensors, also known as sound detectors or sound modules, are essential components in the world of electronics and robotics. They play a crucial role in capturing and processing audio signals, enabling devices to respond to sound stimuli. In this…

How to Build Arduino MIDI Controllers?

How to Build Arduino MIDI Controllers?

In the world of electronics and music production, the possibilities are endless. With the advent of open-source hardware platforms like Arduino and the ever-evolving realm of MIDI controllers, creative minds have been given the tools to explore new horizons. In…

How to Save Values On Arduino With EEPROM?

How to Save Values On Arduino With EEPROM?

In the world of microcontrollers like Arduino, saving data efficiently and reliably is a critical task. This article dives into the solution: using Arduino’s built-in EEPROM memory. EEPROM, or Electrically Erasable Programmable Read-Only Memory, is a non-volatile memory that retains…