8000 Add PixHawk telemetry support for Jumper R8 receiver by vishwamartur · Pull Request #146 · dgatf/msrc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add PixHawk telemetry support for Jumper R8 receiver #146

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vishwamartur
Copy link

Related to #89

Add support for PixHawk telemetry protocol for the Jumper R8 receiver.

  • common.h: Add RX_PIXHAWK to rx_protocol_t enum. Add pixhawk_task function prototype.
  • main.c: Include pixhawk.h header file. Add a case for RX_PIXHAWK in the switch statement to create the PixHawk task. Set context.uart0_notify_task_handle to context.receiver_task_handle for RX_PIXHAWK.
  • pixhawk.c: Implement pixhawk_task function to handle PixHawk telemetry. Use UART to communicate with the PixHawk receiver. Parse and process PixHawk telemetry data.
  • pixhawk.h: Define the pixhawk_task function prototype. Include necessary headers for UART communication and data processing.

Related to dgatf#89

Add support for PixHawk telemetry protocol for the Jumper R8 receiver.

* **common.h**: Add `RX_PIXHAWK` to `rx_protocol_t` enum. Add `pixhawk_task` function prototype.
* **main.c**: Include `pixhawk.h` header file. Add a case for `RX_PIXHAWK` in the switch statement to create the PixHawk task. Set `context.uart0_notify_task_handle` to `context.receiver_task_handle` for `RX_PIXHAWK`.
* **pixhawk.c**: Implement `pixhawk_task` function to handle PixHawk telemetry. Use UART to communicate with the PixHawk receiver. Parse and process PixHawk telemetry data.
* **pixhawk.h**: Define the `pixhawk_task` function prototype. Include necessary headers for UART communication and data processing.
@dgatf dgatf force-pushed the master branch 4 times, most recently from 53baec0 to 2422d64 Compare February 18, 2025 14:10
@dgatf dgatf force-pushed the master branch 2 times, most recently from 2c4a790 to 9a7fcb8 Compare March 16, 2025 13:24
@dgatf dgatf force-pushed the master branch 2 times, most recently from 7f0d945 to e10eb96 Compare April 17, 2025 13:23
@dgatf dgatf force-pushed the master branch 5 times, most recently from c9139de to e49627b Compare May 10, 2025 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0