Hi,
I have just posted a new topic to the RC Arduino blog, this one deals with something rarely covered - calibrating your Arduino project to RC Signals. Its … Read more
Optiboot works with ATmega168 but, to return the correct chip signature, for ATmega168P some changes must be done.
The easy solution is to copy attached file to the … Read more
Gobetwino is a free program designed to allow Arduino boards to control PC aplications. Because it reads a serial com port it is not limited to Arduino boards and … Read more
**Click the picture to show it bigger, and then click that picture again to make it big enough to read the fine print**
ADDED (06MAY2012) This is the motor drive … Read more
Hi,
I have put together some detailed information on reading from RC Receivers, interfacing with servos and interrupts.
Its Arduino based but the principles would … Read more
Have you ever programmed a microcontroller and after just a little change you made, the code - that was running completely fine last week - is not working … Read more
My work with ATmega microcontrollers was based mostly on ATmega168 and ATmega328 with Arduino bootloader on custom boards. For programming and communication through … Read more
I'm just going to post a quick tutorial on how to upload PICAXE code to the selected PICAXE board you have. This tip is dedicated to David Chetrit, who has had some … Read more
Here is a simple Hack to use a USB<>FTDI module for mcu programming.
Most MCU chips require a reset signal to Shout the "Boot-Loader" into action and download … Read more
Introduction:
These instructions were based on Arduino 1.0 running on Windows XP. They should work for other operating systems.
Since version 0018 of the Arduino … Read more
You have probably noticed that the "distance" returned by a "Sharp" IR sensor is not in specific units of measure. As the IR sensor approaches an object, (or vice … Read more
Did you ever tried to rotate the robot head and found the movement nervous?
This tip can help to smooth movements out.
Did you ever looked at a robot and … Read more
Whenever you use delays in your robot code your microcontroller is going to do nothing but wait until the delay is passed.
Where on one hand this is a blessing it … Read more
To analyze the pulse train sent from a remote control, a Logic Analyzer (LA) can be very handy. Unfortunately such a beast can be rather expensive as well.
With … Read more
Update: Added new video.
What if your robot is stucked and can't free itself?
Take back the control and steer your robot out of trouble.
What if some danger … Read more