In school year 11 electronics we have started working with Picaxes (a simple type of microcontroller) and I was wondering how I could develop an iPhone app that could be plugged into a dock like connecter and have a simple program that did very simple things like make some lights turn on or off.
Picaxe uses basic, for example if a light is at 1 then
high 1
would turn on the light. This is the type of functionality I'm looking for. I'm aware of the MFI program but I've no idea where to buy any hardware or open source hardware dev code.