May 02, 2014

"MiniPirate" - the Arduino command-line tool

Testing and prototyping various hardware or external circuitry with an Arduino will usually involve writing a test sketch and losing the amount of time required to code, debug and upload the sketch. This can be frustrating when all you need to do is quickly flip a digital output, or send a single value down the I2C bus. Therefore we're happy to share the "MiniPirate" system by Instructables member ochâtelain

With their MiniPirate sketch - you can send various commands to your Arduino via the serial monitor in the form of commands. These include configuring and setting digital pins, PWM levels, working with the internal EEPROM and data transmission with the I2C bus.

A very simple yet clever idea that will hopefully reduce the amount of time spent experimenting with prototypes and so on. For more information and to download the sketch, visit the MiniPirate Instructable page. And for more, we're on facebookGoogle+, and twitter - so follow us for news and product updates as well.

If you're looking for an Arduino Uno-compatible board for various projects, choose what tens of thousands of others have done and use our Freetronics Eleven - the Arduino-Uno compatible with low-profile USB socket, onboard prototyping space and easy to view LEDs: 

2014/05/03

James Dinsmore said:

If you have trouble compiling the code, go to the middle tab (baseIO.cpp and delete the line “#include”; me thinks it is an obsolete library)

Leave a comment

Comments have to be approved before showing up.