Mars rover remixed and inspired by bolbots mars rover on Thinigverse. http://www.thingiverse.com/thing:1583399
The rover uses an Arduino 101 for brains, BLE for communication, and the Blynk app for remote control.
Mars rover remixed and inspired by bolbots mars rover on Thinigverse. http://www.thingiverse.com/thing:1583399
The rover uses an Arduino 101 for brains, BLE for communication, and the Blynk app for remote control.
This project uses the Intel Arduino 101 board that has a built in IMU and (BLE) Blue Tooth Low Energy. For the remote control I used the free Blynk app which is is available for Android and iPhone, it allows you to rapidly drag and drop some buttons to create a user interface. The Chassis is a Dagu DG012 from Sparkfun.
I tried to power the whole rig from the 5 AA battery pack that came with the chassis but the Arduino kept resetting on low voltage. Ideally I would use a nice LiPo battery pack but I think it’s reaching to expect a beginner to learn about the care and feeding of LiPos and purchase a charger so I chose to power the motors separately from the Arduino using a USB Battery pack. Be sure to remove the optional battery jumper on the Adafruit motor shield or you can fry some things, the power sources need to be separate.
The Simple Wi-Fi HC-21 module is a meager $10-$15 bucks on ebay right now. It is a simple Wi-Fi serial port server or virtual serial port. This means it is self contained and will handle all the overhead of negotiating a Wi-Fi connection and communication leaving more room for your application in the Arduino.
X10 Lighting and appliance modules are cheap on Ebay, I wanted to control them with my HMI (ScadaBR) so I put a X10 and Modbus library together in an Arduino to turn on and off the modules.
A thermistor is a simple temperature component, basically it is a variable resistor that the resistance changes in it depending on the temperature. Such a simple device needs a few more components and scaling in the microcontroller to give the desired C or F temperature reading.
A Programmable Logic Controller, PLC or Programmable Controller is a digital computer used for automation of electromechanical processes, such as control of machinery on factory assembly lines, amusement rides, or light fixtures. PLCs are used in many industries and machines. http://en.wikipedia.org/wiki/Programmable_logic_controller
A HMI (Human Machine Interface) is the system by which people can interact with a machine. The user interface includes hardware (physical) and software (logical) components.
As it is getting cold again and my chickens made it through the summer just fine, it is time to revisit and revitalize my automatic chicken door.
The older model was a large door that slid on a track that would get leaves, snow, and ice messing the whole thing up. Also the mecanisim that opened the door was a string that tension was held on with springs, the string would knot up and stop working, blowing the fuse sometimes.
In this video I show how to connect a servo to an Arduino and also how to load the sample servo programs included with the Arduino software. The sweep program will drive the arm of the servo back and forth while the Knob program will move the arm of the servo when you turn a potentiometer.
The absolute beginners guide to programming an Arduino Duemilanove for the first time. I will take you through downloading the Arduino programming software, configuring the software, writing your first program, sending it to the Arduino, and testing operation.
I used a ST7565 GLCD (Graphic Liquid Cristal Display) screen to display the live analog readings from an Arduino. Here …
There are many advantages of having an automatic chicken coop door. The door will automatically close at night when the …
Here is my second ESC or Electronic Speed Control that I built with an Arduino Duemilanove. You can’t just hook …
Here is my first ESC or Electronic Speed Control that I built with an Arduino Duemilanove. If you don’t already …
I searched for days trying to find a commercial sound localization sensor or info on how to build one. Sound …