Home / Tag Archives: driver suite

Tag Archives: driver suite

Stay up-to-date on Driver Suite Developments

I’ve been working hard to make changes to the Driver Suite, to make it more EV3 compatible and to change the API to a more struct oriented approach.  You can now stay up-to-date on the latest changes I’ve made by following me on Twitter: [LINK].  Updates will look something like this: ROBOTC Driver Suite Update [http://t.co/C972pEKMsc] : Additional EV3 compatibility ...

Read More »

ROBOTC 3.x Driver Suite is now on Git

Driver Suite on Git

The ROBOTC 3.x Driver Suite is in maintenance mode right now and I’ve decided to put it all on Git.  I will no longer create releases like I did before, rather, I will simply push to the repository as bugs are fixed.  There will be no more feature additions to this suite either.  I am working on a complete overhaul ...

Read More »

ROBOTC Driver Suite 4.x: Big Changes Ahead

The 3.3.1 release of the Driver Suite is hopefully the last of the 3.x series.  I’ve now started working on implementing a new architecture for Driver Suite 4.x.  Some things will change, some remain the same: Sensor related data is now kept in structs, so buffers will no longer be shared by similar sensors. Local variables will be removed or a ...

Read More »

ROBOTC Driver Suite is FTC Legal

For about two weeks there was  a bit of a scare, while the FIRST folks were deciding whether or not my Driver Suite was actually legal to use in the FTC.  It had been used for years prior to someone actually asking the question.  Their initial reaction was “no”, but with a little coaxing from the people at Robomatter, they ...

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 »

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 »

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 »

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 »