Learn electronics, coding, and projects — step by step.

Category: Uno

How to Interface PS2 Controller to Arduino Uno

George Bantique March 8, 2020 No Comments

Have you ever think of what else could you do with your old PS2 Game Controller? What if you can use it to control something other than your PS2? Yes, it is possible with the help of microcontroller. In this blog post, I will walk you through on how to interface the PS2 game controller […]


Read more How to Interface PS2 Controller to Arduino Uno

Part 3: DF Player Mini Tinkering with Arduino Nano and LCD

George Bantique March 8, 2020 1 Comment

To explore more with the functionalities of DF Player Mini, an LCD display is good added feature for this project. To save pin connection, we will use an I2C LCD. Since this is Part 3 of the series in tinkering with DF Player Mini, you may visit: Part 1: DF Player Mini – a mini […]


Read more Part 3: DF Player Mini Tinkering with Arduino Nano and LCD

How to Interface HC-06 to Arduino

George Bantique February 13, 2020 No Comments

Electronics projects nowadays usually needs a wireless communication interface. Bluetooth device is one of the most commonly use for this purpose. Today, I am going to show you on how to interface HC-06 bluetooth module to Arduino. BILL OF MATERIALS HC-06 bluetooth module Arduino Uno board A couple of jumper wires HARDWARE INSTRUCTION Connect the […]


Read more How to Interface HC-06 to Arduino

How to make a Remote Control RC car using Arduino and HC-06 bluetooth module

George Bantique February 12, 2020 No Comments

Growing from a poor family, I am amazed with remote control toys, robot, and radio. I am curious on how those stuffs work? One time when I was a kid, I found an old rusty but still functional DC motor usually found on battery powered toy car. When I got home, I connected it to […]


Read more How to make a Remote Control RC car using Arduino and HC-06 bluetooth module

Part 2: DF Player Mini Tinkering with Arduino Nano

George Bantique February 12, 2020 No Comments

I decided to explore more functionality of the DF Player Mini which can be achieved using a microcontroller. I planned to be able to PLAY, PAUSE, PLAY NEXT, PLAY PREVIOUS, INCREASE and DECREASE VOLUME. I used an Arduino Nano mainly because of its small foot prints.  This will serve as a part 2 in tinkering […]


Read more Part 2: DF Player Mini Tinkering with Arduino Nano