Home / Tag Archives: ROBOTC (page 7)

Tag Archives: ROBOTC

SNMP on an NXT

What is SNMP? When I got my NXT2WIFI sensor from Daniele I was quite sure what I wanted to make with it:  an SNMP agent.  What is an SNMP agent, you say?  SNMP, short for Simple Network Management Protocol, is a protocol that, as you may have guessed by now, a protocol that can be used for monitoring and configuring ...

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 »

ROBOTC Driver Suite Tutorial

Finally, after months and months of stalling, I have started and completed a tutorial for my Driver Suite. It actually took me a lot less effort than I originally thought it would, but I am happy with the result, as I am sure you will be. The tutorial will help you setup ROBOTC to use the drivers, how the they’re ...

Read More »

ROBOTC Arrays Tutorial

(Almost) everything you wanted to know about arrays in ROBOTC but were afraid to ask.  RoboDesigners have written up a quick explanation of how arrays work and help you visualise them.  It has some ROBOTC specific code in it, but would probably work fine for most programming languages. Thanks for taking the time to write it up!

Read More »

ROBOTC Bluetooth Tutorial

Laurens, over at Robot Square, has written an easy to follow Bluetooth tutorial for ROBOTC.  So if you’re keen to do some remote controlling or other message passing but you’re not quite sure how to get started, then head on over: [LINK]. Turns out, it’s not nearly as hard as you might think!

Read More »

ROBOTC Drivers: Winding road

I don’t usually use graphs but when I do… Ever since I started writing my drivers back at the end of 2008, I would not have thought that I would now be almost at 6000 downloads. I was pouring over the stats and I noticed something quite cool.  It is not hard to tell that my main user base are ...

Read More »

Released: ROBOTC Driver Suite V2.5

Two new drivers Support for two new sensors has been added this time: The Dexter Industries 3-axis Magnetic Compass Sensor (dCompass) Mindsensors Pressure Sensor (PPS58-Nx) Changelog * Added new driver + test programs for Dexter Industries dCompass (Driver name: DIMC) * Added new driver + test programs for the Mindsensors Pressure Sensor PPS58-Nx (Driver name: MSPPS) * Added atan2() function ...

Read More »

ROBOTC 2.03 for RCX Free!

Now here’s a bargain you can’t refuse.  The folks over at Robotics Academy have created an RCX-only version of ROBOTC 2.03 and made it available for everyone to download! For free, no less!  That’s a lot of exclamation points! Ever since ROBOTC 2.02+ was released without RCX support, a lot of folks were complaining about the inability to use their ...

Read More »

Teleop Catalyst for ROBOTC

Titus Woo posted on the ROBOTC forums about a really cool new program he’d written to make it easier for FTC teams to make a teleop program for their robot.  I’ve never done FTC but I maintain the ROBOTC forums so I see a lot of question go by during the season about the teleop (Remote Control) part of the ...

Read More »