|

Arduino or Raspberry Pi for My Project?

Introduction There are so many different types of processor/controlling boards that you can use for your projects. From that bucket, two of the most commonly used controller boards are Arduino and the Raspberry Pi. So which micro controller is best for your project? Arduino or Raspberry Pi? For Beginners who are getting started with Electronics…

|

How to make an Arduino Off-Road Robot with Wireless Surveillance Robot with Suspension – Quad Trial

Arduino Off-Road Robot 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…

| | |

L293D Piggyback for High Current Motors|High Current DC Motor Driver

L293D Piggyback Introduction Months before, I pubished a post about H Bridge and L293D Motor Driver IC – What a H-bridge and L293D motor is and how to use it to control DC motors. If you are interested, please feel free to check out the post. In this post, I will tell you about L293D…

|

Arduino Temperature Sensor – Arduino Beginners Project

This is an Arduino beginners project for people who are getting started with Arduino. In this project, we will use an LM35 temperature sensor to sense the temperature of an object.  Before getting started, let us understand what we are dealing with. Let us take a closer look at the LM35 Temperature sensor.  LM35 Temperature…

Arduino IO Simulator

You bought an Arduino board, What now? This Arduino Simulator is different than all the other simulators. If you don’t have components like sensors, LEDs…, then this program will simulate the components for you. You need a real Arduino board for testing your programs with your computer and just change some codes to work with…

|

Myoware EMG Sensor – Arduino Tutorial | Cost Effective EMG Sensor

Sponsor Link This Project is Sponsored by UTSource. UTSource is a professional electronic components supplier. Few months back I did a project on EEG sensor and Arduino – Raw EEG signal extraction using Mindflex and Building a Mind Controlled Robot. This time, I decided to do something related to muscles. A simple Arduino Project encorprating…

|

Pick and Place Robot with Robotic Arm | Arduino Robotics

After the grand success of the Spinel Crux in the Arduino Robotics workshop, we started working on an add on, which can be placed on top the Spinel Crux – A Robotic Arm, controlled using Hand Gestures/Joystick. A pick and place robot using Arduino and a cool robotic arm, with 4 DOF(Degrees of Freedom). Spinel…

Chakra Healing Harmonizer – Arduino Meditation

Chakra Healing Harmonizer – Arduino Meditation A step to combine the technology and spiritualism. Introducing the Chakra Healing Harmonizer – Arduino Meditaion Helper. This project demonstrates the use of electronics and embedded system with Chakra Meditation. This is my step to put forth to help a yoga institution and to create an awareness about Chakra…

Arduino CLI – Program, Compile & Upload Codes using arduino-cli

Arduino CLI Arduino has launched its own CLI (Command Line Interface) Tool that allows us to code, compile and upload codes to your arduino boards using command prompt(Windows) and Terminal (Linux and MAC). ARM Support The best thing about this you can easily install and run Arduino CLI on both x86, x86 64 as well…