-
Recent Posts
Recent Comments
Blogroll
Archives
Categories
Meta
Author Archives: leo
Knex clockwork
My kids have been watching and watching old “The Secret Life of Machines” videos (Tim Hunkin, you are an inspiration!!!) and they’re really in love with clocks thanks to “The secret life of the quartz watch“. Their enthusiasm drove me … Continue reading
Posted in change
Leave a comment
Breakthrough on sugo-nxt with NXShield
I decided I’d try another configuration for the sensors and ports. It worked! Here is the new port usage: Eyes (DROD40) -> BAS2 Left line sensor (NXT Light) -> BBS2 Right line sensor (NXT Light) -> BBS1 Motor port usage: … Continue reading
Posted in change
Leave a comment
Progress on the SuGo NXShield
The programming is coming along pretty well. What works? The program reads the DROD40 “eyes” and when they see an object in front of them the left and right motors push the bot forward by issuing the “Reverse” direction. This … Continue reading
Posted in change
Leave a comment
NXSuGo ALPHA Prototype sneak peak
This is my NXShield/Arduino/NXT alpha prototype that I’m using to develop NXSugo which I hope to be an Open alternative to sugo-nxt which I wrote for NXT in NBC.
Posted in sugo-nxt
Leave a comment
NXShield’s got eyes!
I’m getting good readings from my DROD40 plugged into a NXShield running this test code: #include <Wire.h> #include <NXShield.h> #include <NXTLight.h> NXShield nxshield; NXTLight light1; int inByte = 0; void setup() { char str[80]; Serial.begin(115200); // start serial for output delay(500); // wait, … Continue reading
Posted in change, sugo-nxt
Leave a comment
NXShield arrived
Last week, as promised, the NXShield arrived! I was sent the shield and a power connector to use 7.2v R/C battery packs for power. The quality is surprising. The shield is made of a PCB, the motor controllers and the circuits … Continue reading
Posted in change
Leave a comment
NXShield is on its way!
Yes, I’ve been busy with my consulting recently and not having time to pick at my picaxe recently. Sorry PicAxe lovers. I still love the platform, I’ll revisit it later. That is in part due to my lack of easy … Continue reading
Posted in change
Leave a comment
MRTG, Today, For Me
The first time I used MRTG was to monitor the T1 line at the ISP I worked at in 1997, hereintown.net. I needed to justify the need for a second T1 line to serve our business needs and our dialup … Continue reading
Posted in change
Leave a comment
1 PicAXE, 3 Alkaline AAs, and 3 Days of Love
It’s like Woodstock. That’s the only way I can explain it. Maybe I can do a little better. Here goes: Sunday February 6, I turned my little PicAXE test cirucuit on. It’s been running ever since! I’ve had a busy … Continue reading
AxePad for Mac issues
Note: PicAXE and AxePad for Linux are rocking my world in a good way. I’m sharing this issue with the mac version of AxePad to help others with this issue. I have an iomega usb-serial adapter (GUC232A). See it on … Continue reading