Skip to content
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

Add electronic reporting according to new europeen law #5799

Closed
activa73 opened this issue May 31, 2020 · 8 comments
Closed

Add electronic reporting according to new europeen law #5799

activa73 opened this issue May 31, 2020 · 8 comments

Comments

@activa73
Copy link

activa73 commented May 31, 2020

Current Behavior

No current behavior

Desired Behavior

The goal is to implement a protocole to dirve an external wifi module like ESP32 for exemple to send data according to the futur european law for drone > 800 g.In french this law start 29 June. This trame must have gps to send speed, longitude, latitude, height,... to the wifi module.
Input variable must be the ID of the plane.

Suggested Solution

This web site explain how to make an electronic reporting module with open source ressources.
https://www.helicomicro.com/2020/05/26/une-solution-open-source-pour-le-signalement-electronique-a-distance-a-moins-de-40-e/
Code to communicate with wifi module is implemented in GPL licence.
Here the library : https://github.com/khancyr/droneID_FR
Here an example of implementation in TTGO T-BEAM board : https://github.com/khancyr/TTGO_T_BEAM

Who does this impact? Who is this for?

For all European user

Additional context

@digitalentity
Copy link
Member

INAV is already able to output telemetry, whichc contains all information required to implement this kind of beacon. Interpreting the telemetry and further transmitting it via WiFi or BLE is up entirely up to the beacon firmware and out of scope for INAV.

@activa73
Copy link
Author

activa73 commented Jun 1, 2020

Yes I know t is not possible to controle the firmware of beacon chip directly by inav. I just want to resend data come from inav gps to esp32 chip. The goal is to connect fc board to esp32 using serial port (RX TX) to resend gps data to esp32. After we can develop firmware on esp32 to read gps data and format trame according to law.
What do you think?

@digitalentity
Copy link
Member

Reuse one of the existing telemetries - MAVLink, LTM or other.

@activa73
Copy link
Author

activa73 commented Jun 1, 2020

Ok thank you, I will search in this direction. With your experience, What is the best telemetry for my situation?

@wx4cb
Copy link

wx4cb commented Jun 2, 2020

mavlink would probably be your best bet as it's what ardupiot and others use

@activa73
Copy link
Author

activa73 commented Jun 3, 2020

Ok thank you.

@stale
Copy link

stale bot commented Aug 2, 2020

This issue / pull request has been automatically marked as stale because it has not had any activity in 60 days. The resources of the INAV team are limited, and so we are asking for your help.
This issue / pull request will be closed if no further activity occurs within two weeks.

@stale stale bot added the Inactive label Aug 2, 2020
@stale
Copy link

stale bot commented Aug 16, 2020

Automatically closing as inactive.

@stale stale bot closed this as completed Aug 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants