Introduction
I started blogging about various programming topics and the community has chimed in with some good information. I plan on continuing to blog … Read more
(Yes it's an old picture, but) as you see, we have our tools ready to work on robots.
This is just a miscellany of sensors your robot can use from time to … Read more
For my first post here I've decided to present a tip rather than a robot build. While working on a my first robot I became frustrated with the selection of motor … Read more
I finally figured out how to program my Arduino controlled "Start Here Robot" clone without leaving my chair using bluetooth. Unfortunately it still only works when … Read more
Just a quick tip for desoldering components. Usually it’s hard to use regular pliers to hold on to a wire and find the right spot on the other side of the board … Read more
Your wii sensor bar's wires are too short?
It takes too much room?
No problem! You can make wireless wii sensor bar instead thinking!
So what you need:
Battery … Read more
This is not as much a tip or walkthrough. It is more my experience of learning to use DipTrace and how to get boards manufactured.
The first PCB layout program I … Read more
Some time ago I ordered a cheap bluetooth module on ebay for my Arduino. I went for a no-name module, when I say cheap I mean it. (well after all it were only a … Read more
Hi guys, just posting something that I made up to solve a problem and thought I would share it. I couldn't find a custom LCD character generator that worked on a … Read more
There may be times when you have a limited number of I/O pins and you want to drive a small DC motor. You could convert a servo for continuous rotation but servos … Read more
I've been trying to think of a good sensor to mount onto my polypod's legs (Yes, I'm still working on it) to give them a sense of touch. Some people have very … Read more
Here I will try to explain general idea behind variables, one of the essentials of programming. And I will try to use following analogy: a glass of water.
Here … Read more
I just uploaded a video of my latest robot to YouTube. I wanted to add the LMR logo, but I didn't know how. Here is the result of my efforts. I run on … Read more
I recently read two great tutorials from gadget gangster on how to write to and read from SD card. Now this is great if you want to write pre-set text. But … Read more
Do you want to know how to use cheap infrared receiver sensors to detect objects? How to build a Single or Dual proximity sensor and determine fast if you have … Read more
Hi all,
Yes you read the title right, I'm going to describe here the method I used to create the above PCB using an INKJET printer.
Prerequisites:
1. Inkjet printer … Read more
Did you know you can solder solid core wire on motorcontrollers and pcb's to make them survive abuse in extreme conditions.
Think about it, pcb traces are thin and … Read more
I salvaged some photo-interrupters from some printers and scanners. Thinking they would make good sensors, I decided to use them as encoders on my robot (which I … Read more
Servos bring life to our ideas. Servos can be mysterious, but in fact they are very simple. Servos use a simple electronic pulse to tell them what angle you want … Read more