How to get started using mobile processing

Processing is a free, open-source programming environment based on Java and the weapon of choice for most people doing artistic productions that require a bit of coding. Get it at processing.org

Mobile Processing is a cousin of Processing, but aimed at mobile phones and other smaller devices.

The problem

I want to be able to write simple programs on my computer and run them on my mobile phone. My computer is a Windows XP laptop with bluetooth, my phone is a java-enabled phone, also with bluetooth.

The solution

I did it by installing mobile processing, exporting to MIDlet and then transferring the jar file to my phone using Windows XP’s Bluetooth File Transfer Wizard. All of this is absolutely free, btw.

Setup

  1. Download and install a Java JDK. See how to set up java development.
  2. Download and install Sun Java Wireless Toolkit for CLDC (WTK)
    http://java.sun.com/products/sjwtoolkit/
  3. Download and install mobile processing.Since you’ve installed Java yourself, get the expert version. To install, just to unzip the archive where you want to have it, e.g. c:\sdk\mobile
    http://mobile.processing.org
  4. Restarting your computer at this point is probably a good idea.
  5. Start mobile processing by running the start-expert.bat in the mobile processing

Tags: , ,

One Response to “How to get started using mobile processing”

  1. basIQ Says:

    Awesome app. My uni is using processing as an intro to OOP concepts. I absolutely love it, being interested in music and web tech certainly helps, but I never thought it would be this easy to control music and visual interaction. I also find that flash actionscript looks somewhat similiar. Thanks to the folks at processing.org, prior to this I’d always on the periphary of programming because I thought it was too difficult.

Leave a Reply