hey, I have a couple of servos, an arduino uno, and a JY-MCU bluetooth chip. I want to design an app to be able to send commands to my arduino uno to move the servos and make my robot work. The only problem Is I don't know what I have to program eider in Xcode (for the app) or in the arduino compiler. help will be highly appreciated.
The only problem Is I don't know what I have to program eider in Xcode (for the app) or in the arduino compiler.
The only problem? Well, then, it's a good thing you only have one problem.
The Arduino code needs to be compiled and uploaded by the Arduino IDE. Google should ind you plenty of examples if you try Arduino Bluteooth.
I have no idea how to write an IPhone app.
...R
Hey I want to make an app in xcode to control an Arduino robot I just made. The problem is that I don't have any idea of how to do that. I have a bluetooth chip that I took out of a ez-b board, but right now I don't have the model number. I only have to be able to control a couple of servos, It is not something complicated. I need help writing the code both in Xcode (for IOS apps) and in the Arduino compiler. help will be highly appreciated.
Looking at the EZ-B pictures, it looks like it has the HC05 or HC06 etc Bluetooth module.
Basically the iPhone does not support communication with this class of module, (serial over Bluetooth)
While it is not technically impossible to communicate with it, you would need to use a completely separate Bluetooth software stack, and may need to jailbreak your phone.
If you have a newer iPhone, that supports Bluetooth LE, you should get one of those modules instead, as they are supported by the iPhone
Other options would be to use wifi.
Or ditch the iPhone and use Android
I got home from school, It is the HC-06 bluetooth chip. My best friend has an htc and is more than willing to give it to me for a couple of days. Now that we are talking about android what suggestions do you have. cause I am still lost in what I have to do.
Please do not cross-post. Threads merged.
Scripting Layer for Android SL4A might be of interest for simple Android programming. It should do Bluetooth easily.
...R