Home / Programming (page 4)

Programming

New Release: ROBOTC 3.60

There’s a new release version of ROBOTC out now.  No longer just a beta, this one’s for real!  There are so many changes since the last release, 3.54, you’d have to be crazy not to update!  I’ve been testing the in-between releases like mad, 3.56, 359 and some builds in between.  They all seem to work fine with the Driver ...

Read More »

Released: ROBOTC Driver Suite V3.3

Version 3.3 is out and should work just fine with all version of ROBOTC for NXT of at least 3.59.  I still need more testers for the dWiFI and NXT2WIFI sensors, so if you’re keen, let me know.  If you’re not keen, then, ehm, don’t. IMPORTANT NOTICE(S)! This suite will not work with anything less than ROBOTC 3.59, make sure ...

Read More »

ROBOTC 3.59.0 BETA available now!

The fine folks at Robomattter have released a new beta.  Now, I don’t think it should be called a beta, but I’m sure they have their reasons for that.  It fixes quite a number of issues that were reported in 3.54 and 3.55.2.  Thankfully, most, if not all of those bugs have been resolved.  This is a very stable build, ...

Read More »

Please insert token: strtok() for ROBOTC

I’ve been very busy working on a completely revised driver for the Dexter Industries DWiFi and I needed a clean way to tokenise a string that had a single character as a separator.  ROBOTC didn’t seem to have a strtok() which is what you’d use if you were using gcc or some other standard C compiler.  So I made my ...

Read More »

Download ROBOTC Driver Suite 3.2

A new Driver Suite is here for your installing pleasure.  The NXT2WIFI is pretty much done as far as I am concerned.  I may add some nice wrappers for sending Tweets and that sort of thing but maybe someone else can do that and I’ll add the code to the Suite.  I need some people to test the Dexter Industries ...

Read More »

ROBOTC 3.54 available now!

After a slight delay after my initial 3.1 Driver Suite release, ROBITC 3.54 is finally available!  There have been so many changes and fixes to make ROBOTC even better than before.  This version also includes version 3.1 of my driver suite.  We’re currently working on collaborating even more with regards to the inclusion and updating of my Suite as part ...

Read More »

Released: ROBOTC Driver Suite V3.1

There’s a new instalment of the Driver Suite.  It’s still a bit of a work in progress at the moment, with regards to the RS485 stuff.  I’m busy overhauling the RS485 code in the Dexter Industries dWifi and NXTBees, so for now, I would advise you to use temporary ones that John posted here: [LINK]. IMPORTANT NOTICE(S)! The NXT2WIFI driver ...

Read More »

Released: ROBOTC Driver Suite V3.0 Final

It’s finally here, a little overdue, but I had a really good excuse, I was at a robotics event on Saturday and I was fixing some last minute bugs!  Better to be late than buggy, right?  That’s not saying there are no bugs in this release, of course. IMPORTANT NOTICE(S)! The NXT2WIFI driver is a bit funky at the moment.  ...

Read More »

Released: ROBOTC Driver Suite V3.0 beta 1

It’s here, folks!  After what seems like an eternity, at least to me, I proudly present the first beta of the ROBOTC Driver Suite V3.0.  The reason it’s beta is because I have not had a chance to test all of the drivers.  I will continue to test more as I release new betas but I also count on you, ...

Read More »

ROBOTC 3.51 Update is Out!

The ROBOTC development team have released a new version of ROBOTC 3.51 that addresses a number of issues that were present and reported by users in 3.50.  Below is a list of changes that were made: Change joystick button commands to return a short to avoid “int == bool” comparison warning. Incorrect calculation of “sizeof” operator for ‘call by reference’ ...

Read More »