|

4 Wheel Drive Tracked Robot Tutorial

Introduction Hey guys, I am back with another cool Robot chassis from BangGood. Hope you have gone through our previous projects – Spinel Crux V1 – The Gesture Controlled Robot, Spinel Crux L2 – Arduino Pick and Place Robot with Robotic Arms and The Badland Brawler which we published last month. Looks cool with under…

[Solved] An error occurred while uploading the sketch. Arduino Nano Code Upload Error avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00

Recently, after my OS was reinstalled installed the latest version of Arduino IDE to my Win 10 laptop. I opened a sample sketch, the blinky, connected my Arduino Nano, selected the right port and board and clicked on upload. The code was compiled in 3 seconds, but it was stuck in the upload part. Arduino…

|

Simple Line Follower Robot using Arduino – Step By Step

Well, guys this is one of the project that never gets old. This was the first thing I did when I started learning about Arduino. An Arduino Line Follower Robot – A Line Follower Robot Using Arduino UNO and IR Sensor, which follows a line without user interaction. A small autonomous robot which will “see”…

| |

Wireless Arduino Robot using HC12 Wireless Module

Hey guys, welcome back. In my previous post, I explained what an H Bridge Circuit is, L293D motor driver IC, piggybacking L293D Motor driver IC for driving high current motor drivers and how you can design and make your own L293D motor Driver Board, that can control upto 4 high current DC motors independently and…

|

Arduino Home Safety Monitor System using Ubidots

Arduino Home Safety Monitor Introduction[AdSense-C] Guys, In this post, I will show you how you can create this Arduino Home Safety Monitor to identify LPG Leakage, temperature rise, ambient light, humidity and pressure of your home, especially the kitchen, and see the data in these interactive dashboards in real time. This will also alert you…

| |

Arduino BLE Robot | Gesture Controlled BLE Robot Tutorial

In the previous post, I showed you how you can read accelerometer values using BLE from Arduino Nano IOT in our Android Phone. In this post, I will show you how you can read these data on an Arduino board and use it to control a robot. Yes an Arduino BLE Gesture Controlled Robot. Introduction…