Home / Programming / ROBOTC (page 8)

ROBOTC

Pan and Tilt Rig for NXTCamV3 and Firmware Tests

I’ve been meaning to build something cool with the NXTCamV3 for a while now but never got around to it. I tried making the Omniwheel suitable for the NXTCam but unfortunately the wheels cause way too much vibration when the robot moves.  Oh well, in the not so distant future I hope to pick up a few of these babies: ...

Read More »

Released: ROBOTC Driver Suite V1.2

A new version (1.2) of the ROBOTC driver suite awaits your download from the usual source. Lots of internal changes in this version.  I’ve been working on removing all the work-arounds that were necessary for ROBOTC pre-2.0 when there was no unsigned byte type.  Only ROBOTC 2.00 or higher is supported by this version.  The upgrade is free, so there ...

Read More »

HiTechnic SMUX Tutorial

The HiTechnic Sensor Multiplexer (SMUX) is a complex sensor that requires a fair amount of intimate knowledge of its operation in order to use it.  The tutorial has both ROBOTC and NXC examples.  Please note that error checking for all the I2C calls is outside the scope of this tutorial.  This was done so as to not clutter the code ...

Read More »

I Think I Hear the Sound of Angels!

ROBOTC 2.0 is out!  After many months of development, testing and bug fixing, the folks at Robotics Academy have given birth to a 27MB baby.  This latest release is a major improvement over ROBOTC 1.x.  I was lucky enough to be part of the debugging and testing of the internal builds as Dick and Tim hacked away to squash the ...

Read More »

My Omnipotent Omniwheel

For the Lego World 2009 in the Netherlands I built an omniwheeled robot.  It’s been done thousands of times before and the Internet is full of great (and not so great) examples.  I wondered why I hadn’t jumped on that bandwagon so I got cracking.  This was the first prototype I made back in August.  I was on a Lego ...

Read More »

ROBOTC I2C Howto (Part I)

Note: this is a revised version of the original.  There was a problem with the way the response was put in the array that held the original message sent to the sensor.  That wouldn’t be a problem if I hadn’t setup my code to retransmit that message over and over without setting it up each time.  The response would corrupt ...

Read More »