Problems with my project

Hi,

I have two questions

  1. How can I connect HC-06 to Arduino Motor shield that is functioning with 2 vibration motors. I get errors - avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync( when I upload codes to arduino

  2. How can I send commands to Arduino Serial Monitor from iOS Swift? I can send commands to Arduino to vibrate mini vibration sensors, but how can I do it through Swift?

Kind regards

How can I connect HC-06 to Arduino Motor shield that is functioning with 2 vibration motors

Basically you don't. The HC-06 must be wired to use a diffrent set of pins to the motor shield.

I get errors - avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync( when I upload codes to arduino

That means either the Arduino is not working, or you have chosen the wrong serial port, or something has been wired up that blocks the serial port.

How can I send commands to Arduino Serial Monitor from iOS Swift?

Best asking here:- Apple Developer Forums

Hi,
Welcome to the forum.

Please read the first post in any forum entitled how to use this forum.
http://forum.arduino.cc/index.php/topic,148850.0.html then look down to item #7 about how to post your code.
It will be formatted in a scrolling window that makes it easier to read.

Can you please post a copy of your circuit, in CAD or a picture of a hand drawn circuit in jpg, png?

Thanks.. Tom.. :slight_smile: