The Pololu Zumo chassis is nearly perfect for my needs: it is small and compact, and neatly works with the FRDM-KL25Z board. I’m able to use it for line following or maze solving. But it lacks a position (quadrature) encoder on the wheels which is either very useful or even required for the lecture assignments for my next class. The Pololu Zumo chassis mainly has been designed for Robot-Sumo competitions, where such quadrature sensors are not really needed. Pololu offers optical quadrature sensors for their 42×19 mm wheel which I used in this project. So why not adding these sensors to the Zumo chassis?
Author Archives: Erich Styger
Eclipse Problems View: Only Show Problems for Project
Having many projects open the same time, and working on them in parallel is a challenge. Ok, the human brain is not built for multitasking, but I still try ;-). What I typically I end up in my Eclipse Problems View to have entries from multiple projects mixed up:
How to show it that I can fix the problems for ony project only, and not showing all problems from all projects?
Traps and Pitfalls: No Hex/Bin/S19 File Created with GNU?
I stumbled now twice over a problem, and only after a lot of head scratching (you should see my head now 😉 ) I have found the cause (and solution) for it. In the hope that I can save the readers of this blog some time, here is what happened.
I described in earlier posts how to enable GNU build tools to generate hex/bin/S19 files, or to write the code size to the console view. That works fine for me. But then I received a project were obviously this does not work: even with the project settings configured properly, there is no S19 file, and no code size printed. What’s wrong?
FRDM-KL25Z RevE Board arrived
About a year ago I started to use the FRDM-KL25Z board (RevD). Finally, I had it in my hands: the RevE board from Mouser 🙂 Using the RevD board, I faced several problems:
- 3.3V supply voltage drop because of low-cost diode D1 (see this post)
- Hard to use USB host mode, as no 5V supplied to the USB bus (see this post)
- No 5V generated from V_IN (see this post)
The good news: all of them have been improved 🙂 in the FRDM-KL25Z RevE Schematics:
Tutorial: Arduino Motor/Stepper/Servo Shield – Part 2: Timed Servo Moves
You have decided: More than 52% voted in Part 1 that the next topic should be Timed Servo Moves. So here we go :-).
This is about how to move the servos over time, instead of moving it to the given position as fast as possible. I’m using a linear approach here: moving the servos linearly over time.
Julier Formula Student Electrical Race Car as Television Star
Yesterday the local television station Tele 1 collected film material for a report about the “Julier” Formula Student team. The team did run more tests on the Alpnach air field, and this time the weather was much better compared to the last weekend. With the risk to get sun burned 😉
Until Tele 1 publishes the material, I have here pictures from the scene, the team and the car.
Julier 4WD Test Drive in Alpnach
While weather is bad and Switzerland suffers from record high rain water levels, the Formula Student “julier” team was testing their race car this week-end after the rollout. This time to test the 4WD with more torque. Plus water-resistance ;-). So here are impressions, pictures and a video from this week-end:
Tutorial: Arduino Motor/Stepper/Servo Shield – Part 1: Servos
This post starts a small (or larger?) series of tutorials using the Arduino Motor/Stepper/Servo Shield with the FRDM-KL25Z board. That motor shield is probably one of the most versatile on the market, and features 2 servo and 4 motor connectors for DC or stepper motors. That makes it a great shield for any robotic project :-).
Character LCD with 4 Lines
Character LCD’s (like 2 lines with 16 characters each) as in this post are easy to use. Much easier to use compared to full graphical LCDs.
The ones I’m using have either 1 or 2 lines, but I saw that there are 4 line displays too. So far my LCD component only supports one or two lines.
Tracked Robot Update: Ultrasonic, Line Sensor and Shell with SMAC 802.15.4
The FRDM-KL25Z tracked robot from my earlier post has gone trough several upgrades:









