Go to advanced search

by Majinranga
Thu Apr 25, 2019 10:22 am
Forum: General discussion
Topic: Requesting help in interfacing raspberry pi with android via bluetooth hc-05 module
Replies: 5
Views: 272

Re: Requesting help in interfacing raspberry pi with android via bluetooth hc-05 module

I'm sorry, I did not initially understand your goal. It appears you want to use the Arduino as a HID (mouse). The HC-05 module can't do that. I'm told that the firmware of the HC-05 can be reprogramed to provide HID functionality, but that is left as an exercise for the reader (here's an instructra...
by Majinranga
Wed Apr 24, 2019 6:00 am
Forum: General discussion
Topic: Requesting help in interfacing raspberry pi with android via bluetooth hc-05 module
Replies: 5
Views: 272

Re: Requesting help in interfacing raspberry pi with android via bluetooth hc-05 module

You'll need to configure the Serial Port Profile on the Pi, and create a virtual serial device using rfcomm. There are instructions in this forum which a search should reveal. #include <Wire.h> #include <I2Cdev.h> #include <MPU6050.h> #include <Mouse.h> MPU6050 mpu; int16_t ax, ay, az, gx, gy, gz; ...
by Majinranga
Tue Apr 23, 2019 3:17 pm
Forum: General discussion
Topic: Requesting help in interfacing raspberry pi with android via bluetooth hc-05 module
Replies: 5
Views: 272

Requesting help in interfacing raspberry pi with android via bluetooth hc-05 module

Hello all, My project is designing a smart system with gesture control using raspberry pi. However for gesture control i have used accelerometer and arduino leonardo i want to interface it to raspberry pi using hc-05 bluetooth module and make my gesture control work on raspberry pi. Any help is appr...

Go to advanced search