Home / Programming (page 5)

Programming

Coming soon: ROBOTC Driver Suite V3.0 beta 1

Since the release of ROBOTC 3.50, I’ve been working hard on porting my current Driver Suite to the new function prototypes that came along with the introduction of pointers. Apart from the obvious changes to make it compile under ROBOTC 3.50, I have also finally made the move to rename all the files and drivers to a more sensible naming ...

Read More »

ROBOTC 3.50 Now Available!

Woot!  ROBOTC 3.5 is finally out!  Below is a copy of the original article, which you can find here: [LINK]. Please note that the Driver Suite has not been updated yet to work flawlessly with this new version.  I will update it in the coming weeks and add a whole slew of new drivers. The ROBOTC Development team is proud ...

Read More »

Released: ROBOTC Driver Suite V2.8

2 New Drivers There are two brand new drivers for the latest NXT sensors, the Mindstorms AbsoluteIMU and the HiTechnic Passive InfraRed (PIR) sensor.  The cool thing is that the HT PIR sensor will also work with the HiTechnic Sensor MUX (SMUX).  Only one thing, though, when you’re using with the SMUX, you will not be able to adjust the ...

Read More »

ROBOTC 3.5 beta is out Today!

After seemingly forever, ROBOTC 3.5 beta is finally out.  So why is this important?  There have been so many cool new features added to this release, it might as well be 4.0, to be honest. So what’s new?  Below is a list of some of the new features: Full ANSI-C support to support pointers, recursion, and stacks with an updated ...

Read More »

Released: ROBOTC Driver Suite V2.7

3 New Drivers I’ve added support for 2 new devices and a better driver for an older one.   The minimal version for the Driver Suite has been set to 3.08.  If you need support for an older version ROBOTC, I would advise you to stick with a previous version of the Suite. Please note that the drivers don’t seem to ...

Read More »

Heads-up: New ROBOTC Driver Suite Requirement

I’ll be releasing a new version of the driver Driver Suite soon.  I’ve changed the minimum version it will compile under to ROBOTC 3.08, the latest stable release.  I am using some very useful functionality in some of my drivers that didn’t appear in previous versions. #include "firmwareVersion.h" #if (kFirmwareVersion < 912) #error "These drivers are only supported on RobotC ...

Read More »

Coming Soon to ROBOTC

Some pretty cool new ROBOTC features coming soon from the fine folks at Robotics Academy: Recursion and re-entrant function support Simple pointers I have no hard timeline on this stuff yet but I assume a new beta will appear soon with preliminary support for these features for those who dare!  I know I will be modifying my driver suite to ...

Read More »

Kinect SDK v1.5 is out now

Over on the Kinect Blog, they announced a new version of the Kinect SDK.  I haven’t really had much of a chance to play with it lately, mainly because my application needs to be completely rewritten when they moved from beta to 1.0.  This new version has some new simple examples, which would really help with learning the new framework. ...

Read More »

ROBOTC For Arduino is Out Now!

You can now download version 3.12 of ROBOTC which also supports the Arduino, in addition to the already existing platforms such as NXT and Cortex!  This is a beta release, and if you install it, it will replace whatever version you already have. I’ve never had major issues with betas before but as they say “When you’re on the cutting ...

Read More »

Released: ROBOTC Driver Suite V2.6

Some cool new stuff I’ve added support for the HumaRobotics WiFiBlock WiFI sensor.  I’ve also been very busy the past two weeks working on a tutorial for the driver suite. This release also contains a couple of example programs that are discussed in the tutorial. Changelog * Added new driver + test program for HumaRobotics WiFiBlock. * Added additional test ...

Read More »