Binary and Hexadecimal Number Counter
Arduino

Binary and Hexadecimal Number Counter

What is Binary and Hexadecimal? Binary and hexadecimal are two numeral systems used in computing and digital electronics. Here's a brief explanation of them both:Binary:Binary is a base-2 numeral system, which means it uses only two digits: 0 and 1.Each digit in a binary number represents a power of 2, with the rightmost digit representing 2^0 (1), the next digit to the left representing 2^1 (2), the next 2^2 (4), and so on.Binary is the fundamental language of computers. Computers…

0 Comments
Theremin: Build Your own Arduino based Theremin
Arduino

Theremin: Build Your own Arduino based Theremin

What is a Theremin? The theremin is an electronic musical instrument that is unique in that it is played without physical contact. It was invented by Léon Theremin, a Russian inventor and musician, in the early 1920s. The theremin's unique method of sound production relies on the interaction of electromagnetic fields with the player's hands, which control pitch and volume by moving their hands closer to or farther from two antennae on the instrument. Its eerie and ethereal sound has…

0 Comments

MP3 Player: Using a Mini-OLED to Display Status

Adding the Mini-OLED Display to our MP3 Player This is the third of three guides on building your own MP3 player with Arduino. In this guide we will be programming a mini-OLED display show the status of our Arduino based MP3 player: Part 1: Building a basic MP3 player and testing. Part 2: Adding Interactive Functionality. Part 3: Adding a mini-OLED display. Components: DFPlayer Mini. Arduino.. Mini OLED. Speaker. Push buttons. Jumpers. Breadboard. The Circuit:Strip all components and then reassemble…

0 Comments

MP3 Player: Adding Interactive Functionality

How to add some Interactive Functionality This is the second of three guides on building your own MP3 player with Arduino. In this guide I will walk you through setting up some interactive functionality to skip tracks, pause tracks, and increase volume etc. by adding some push buttons to control the players functions. Then I will show you how to program your own functions: Part 1: Building a basic MP3 player and testing. Part 2: Adding Interactive Functionality. Part 3:…

0 Comments
MP3 Player: Building an MP3 Player with Arduino
Arduino

MP3 Player: Building an MP3 Player with Arduino

How to Build your own MP3 Player with Arduino This is the first of three guides on building your own MP3 player with Arduino. In this guide I will walk you through the very basic setup and how to test it for errors. But here is what you can expect in these guides: Part 1: Building a basic MP3 player and testing. Part 2: Adding Interactive Functionality. Part 3: Adding a mini-OLED display. Part 1 Components: DFPlayer Mini. Arduino. Speaker.…

0 Comments