Home / Tag Archives: ROBOTC (page 5)

Tag Archives: ROBOTC

Tutorial: Stacks in ROBOTC

Stacks are used a LOT in computing.  The CPU in your laptop or PC, your mobile phone and iPad all have one thing in common, they all use stacks, without exception.  So what is a stack you ask yourself?  Well, think of what a stack of things is in real life: a pile of items that you can only add ...

Read More »

Tutorial: Pointers in ROBOTC

Hurray, ROBOTC has support for pointers!  “That’s nice,” I hear you say, “but what are they?”  That’s a good question.  I’ll try to explain in this tutorial.  This tutorial is the first of a couple that will show you the kinds of things you’ll be able to do with pointers. Standard varables Up until now, ROBOTC only supported normal variables; ...

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 »

Mindsensors GlideWheel-AS, Worth its Weight in Salt

I wanted to come up with a fun project for the new Mindsensors GlideWheel-AS Angle Sensor.  I wracked my brain as to what I could make that would be fun and not something obvious.  Maybe it was my man-flu/Ebola induced fever, but I came up with an idea: a weighing scale, one of those old fashioned pendulum letter scales. It’s ...

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 »