Hi Guys,
As part of a HSC Major Work, I need a component consisting of a bluetooth activated motor to open a lid. So far I am working with a Arduino Uno, Motor Servo Controller module and a bluetooth V.40 BLE. I have found an Arduino compatible app BLExAR on IOS, in which I can establish a connection between. Here u can control both analog and digital pins, view data on a graph and send and receive messages (called TX Characteristics). So basically I need code that will allow me to turn on and off the motor via the BLExaR app. Hope someone can help!! Cheers Max
Current code for motor:
#include <AFMotor.h>
AF_DCMotor Motor1(3);
void setup(){
// Open serial port
Serial.begin(9600);
I still unfortunately don't know exactly what you are talking about. When I paste this code it comes up with an error message for 'response'. Do I have to put my own 'response' in there.
I am still very much a beginner so this is greatly appreciated. Just from the information I've given you could you possibly try and piece something together for me and I could work around with it once you send it.
cheers!!
> Do I have to put my own 'response' in there.
It's up to you to comprehend the idea, and make the result syntactically valid for the compiler.
> Just from the information I've given you could you possibly try and piece something
> together for me and I could work around with it once you send it.
That was my last post, but you still came back for more anyway.