isaac879 / Pan-Tilt-Mount

A stepper motor driven, 3D printed and Arduino controlled pan/tilt mount.
MIT License
377 stars 99 forks source link

Bluetooth Communication #17

Open przemo opened 3 years ago

przemo commented 3 years ago

Hi, I am not experienced in programming arduino, but can you explain how the BT serial can be enabled?

Thanks!

jkowalk commented 3 years ago

If you connect your BT module according to the description it should be enabled by default. It's important that you use the same baud rate on the arduino and the BT module. You can change the baud rate of your BT module by connecting it via serial to your pc and use AT commands to configure it.

przemo commented 3 years ago

Ahh, thanks for explanation. Probably , the baud rate, is not set up properly. Thanks.

przemo commented 1 year ago

Resolved by changing baud rate