Controlling a servo motor with remote control
```cpp #include #include
```cpp #include #include
You can find full code here. This page is just for recording what I learned from the project, so it doesn’t include all the code.
After, I connected the Bluetooth module with arduino board and started looking for the Bluetooth code in the app’s link list. However I couldn’t find it.
While working on my project, I realized that IR remote control wasn’t suitable my project. The IR sensor doesn’t work properly when obstacles block the signa...