In this tutorial I’ll show you how to use a wireless Playstation 2 (PS2) joystick to pilot a robotic tank. An Arduino Uno board was used at the core of this project. It receives commands from the wireless controller and sets the speed of the motors. Full instructions at: https://www.instructables.com/id/Arduino-Robot-With-PS2-Controller-PlayStation-2-JoContinue Reading

*****CODE IN DESCRIPTION***** Arduino project in 1 minute or less: Blinking LED. A simple blinking led for your projects! Great for beginners. Music from https://filmmusic.io “Inspired”, “Monkeys Spinning Monkeys” by Kevin MacLeod (https://incompetech.com) License: CC BY (http://creativecommons.org/licenses/by/4.0/) *****CODE***** void setup() { pinMode(13, OUTPUT); // Set Arduino pin 13 for outputContinue Reading

Lego isn’t just for kids. Its versatility has been exploited by innovating programmers to create more advanced models and machines. Combining average plastic Lego bricks with other forms of Lego, such as Lego Pneumatic, Lego Technic and the programmable robotics construction set that is Lego Mindstorms, the simplest building blocksContinue Reading