Prop to iPad via Bluetooth
Haunaben
Posts: 2
I just finished a proof of concept app to allow communication between a prop and iPad app via Bluetooth. I'm working on a new universal control app for the iPad that will allow it to be the control device for all my projects.
I created a blog post here with the details of the project. My current setup is using a Bluetooth Bee from Seed Studio, but could easily be adapted to another module. Until the next post I'll be working on a simple control UI to drive a robot based on the rover 5 base. I found very little information on using Bluetooth in iOS apps so wanted to get this info out as it may help someone else.
I created a blog post here with the details of the project. My current setup is using a Bluetooth Bee from Seed Studio, but could easily be adapted to another module. Until the next post I'll be working on a simple control UI to drive a robot based on the rover 5 base. I found very little information on using Bluetooth in iOS apps so wanted to get this info out as it may help someone else.
Comments
Your blog is nicely documented. Well done!
Once you have completed this, you might like to look at Micah's code for using a $1.50 USB Bluetooth directly conected to the prop. However, it does use a few cogs and I am not sure if it could be reduced to less.
@Circuitsoft: The bluetooth stack is accessible on android devices without rooting, and there are lots of code samples out there. I'd recommend the android route to anyone that already has an android device and is familiar with android app development. I already had an iPad kicking around and know more about objective C so I went the apple route. I also feel bad at how underutilized my iPad is relative to the cost
It would make interfacing a whole lot easier...
But, my guess is that Android is going to take over pretty soon anyway...