Hi all,
I am using BBBmini (https://www.hackster.io/mirkix/flying-beaglebone-green-448b60) as a controller for my Quadcopter. I am currently facing some issues in reading data from Beaglebone through telemetry.
Telemetry works PERFECTLY(Solid green LED + Red LED blinking while transceiving). It pairs nicely. Please check the below attachment (image file).
Even I can read configuration settings from the remote telemetry
But, it can't read data from Beaglebone. The APM planner 2.0 remains idle even after telemetry configuration and proper connection.
I checked sensors through ssh. It works fine.
I checked the wiring connections. Even I tried swapping the Rx-Tx pins.Still, the problem persists both in windows and Ubuntu
Is there any driver required to be installed on BBB?. I hope additional drivers are not required.
I didn't use CANBUS IC. I checked the schematic. I think CAN bus is not required for telemetry data transmission.
Need help. I Can't figure out the problem.
Note:
Telemetry module: V2 Dual TTL 433Mhz 3DR Radio 433 Telemetry Kit
Similar Problems:
1.)https://github.com/ArduPilot/apm_planner/issues/689
2.)http://discuss.ardupilot.org/t/3dr-radiov2-wont-connect-in-mission-planner/8533/7
Thanks Everyone.
Replies
Resolved the problem.
I made a simple mistake. I used a wrong serial port name for telemetry while enabling automatic bootup.The correct form would be
sudo ./arducopter-quad -B /dev/ttyO5 -C /dev/ttyO4
Vinicius Juvinski said: