Real-time Arduino Interpreter Ditches The PC

computerless_arduino

When prototyping a project using an Arduino, there are a few things that are pretty much required equipment. A computer for generating sketches is typically one of those things, but [Adam] over at Teague Labs is looking to change all that with his current project, the Computerless Arduino.

Instead of using a computer to alter the code running on the Arduino, they have implemented a real-time code interpreter using a Teensy 2.0. The microcontroller is connected to a 5-button LCD display where the user can view the status of any port, view the current running code, as well as alter that code on the fly.

The real-time instruction set is somewhat limited, making it a breeze for newcomers to begin using the Arduino. While that may turn some people off, it still has enough functionality baked in to handle moderately sized projects as well.

Be sure to check out the video we have posted below to see the interpreter in action.

[vimeo http://vimeo.com/20620134 w=470]

10 thoughts on “Real-time Arduino Interpreter Ditches The PC

  1. @fartface: Learn to read. If you had bothered to read the article, you’d know that “teensy” is the name of the Arduino clone board they’re programming without a computer. The interpreter is being run on the Arduino itself and the LCD is just a display with a few buttons. There could be a small mcu built into the display but I haven’t seen anything to suggest that and it would only be interpreting the display signals even if there was one.

  2. I’m with fartface on this one. There have been projects on hackaday mentioned that work “without a computer”, even though an arduino IS a computer. I know “without a pc” is what the article is getting at, but really…

  3. fartface and pilotgeek, you must be thick. Did you seriously come here thinking that this would be a realtime interpreter that didn’t use some sort of computer? What did you expect it to run on, pixie sticks and unicorn farts?

    Nearly everything has a “computer” in it these days. Hell, my frigging coffee maker has a computer in it. It says “ditches the PC”, which is normally a required component when programming a MCU. Dur.

Leave a Reply to colecoman1982Cancel reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.