prop programming thru android?????
Junkeon
Posts: 8
I'm starting a search on an app thru which I can read and write programs to/from my prop. Anyone know of one? Thanks a lot.
Comments
first recompile the raspi code for proploader, part off gcc using the android ndk. next search for homespun for android its on the forums somewhere, i have a copy if all else fails pm me. this will give you a spin compiler and software to load the bin file to the prop.
next is hardware, im currently looking into using a max 3421 usb host to interface the prop to a droid via the android adk. Its the same chip used on the arduino mega adk board. allthough i wouldnt count on me solving this anytime soon its for a project im working on and the android features not a priority at this time.
the easier way is to use an hc05 bluetooth module from ebay. this will allow your prop to do serial over bt. you will want to find the dtr pin on the hc05 and and connect the standard rest circut using a transistor to it, the circuit is shown in parallax schematics using serial programmers. then simply connect tx and rx from the hc05 to pins 30 31 on the prop.
this will hopefully get you going if you have any questions feel free to ask.