iFirmata now in the App Store

1 minute read 29 January 2014

image

iFirmata hit the Apple app store today! iFirmata lets you connect to your Arduino to your idevice via a BLE connection (Xadow or RedBear currently) using the awesome open source Firmata protocol.

It lets you connect to your Arduino and do all the things you could normally do over the wire with Firmata including digital write a pin high or low, read analog values, set PWM or servos, send i2c commands to devices or trigger custom scripts using the send string function.

Check out this hastily made video that I had to do in order to get Apple to approve it.

Of note, I put a $5 dollar price on it. Besides the months these side projects of mine are taking, dealing with the app submission is getting to be tiresome and my new resolution is to never put something in the store for free without a very good reason. If you know what Firmata is you're probably interested and willing to throw me 5 bucks. If not its all up on Github so grab a copy and build your own. And when you're done prototyping grab my source and make your own app. If you're REALLY poor contact me for a promo code.

Of note, you CAN get Firmata to connect over BLE on a Mac by using 10.8 or greater and pairing your BLE device which binds a tty. However, thats a bit hacky at least for application usage. My implementation should work on macOSX with very few changes but I haven't gotten to it yet. Send me some pull requests to kick me in the butt.