BlueMark Innovations BV

Results 56 comments of BlueMark Innovations BV

DroneBeacon supports EU, US and also Japan Remote ID standard. (As I understand the Japanese Remote ID standard is equal to the one in USA.) Also there is a PR...

Some other things which could be useful for this page: - free Remote ID Android app: https://play.google.com/store/apps/details?id=org.opendroneid.android_osm (source code: https://github.com/opendroneid/receiver-android) So users can install this app, to check the information...

Marked the messages as WIP. >With respect to the ACK message, "generally" if there is a requirement for a command/response we use the command protocol. Can you show me the...

Another example would be for the OPEN_DRONE_ID_CMD message. Not all transponders support all transmission modes. Most support only BLE ones as can be seen on the [page for stand-alone devices](https://github.com/opendroneid/receiver-android/blob/master/transmitter-devices.md)....

Thanks all for the feedback, very useful. I will go back to the drawing board and propose new message definitions. This will likely be early next week.

With this new PR, I have updated the definitions. I think it is now a better proposal that makes better use of the existing MAVLink commands and reduces MAVLink communication....

In the above explanation comment, I changed transmit to broadcast. Also I redefined point 6: original it was Req Param 4 was the maximum allowed broadcast (transmission) protocol. In real...

@hamishwillee I had yesterday a meeting with @friissoren to discuss this proposal and made some changes. The reasons were that some scenarios were missing, but also that it will likely...

The most important changes in the newest PR ([57f3b90](https://github.com/mavlink/mavlink/pull/1865/commits/57f3b906323519c1ca18e9ab7eadddbde0a02c27)) are: - added ENUMS: `MAV_ODID_RADIO_MODE`, `MAV_ODID_RADIO_CONTROL`, `MAV_ODID_RADIO_FUNCTION`, `MAV_ODID_RADIO_TYPES`, `MAV_ODID_RADIO_WIFI_SUPPORTED_FREQUENCY_BANDS` and `MAV_ODID_MESSAGES_SUPPORTED` - rename wlan to wifi - use the word radio...

There are two cases/modes how remote ID messages can be exchanged between MAVLink devices, such as an auto pilot system and a remote ID transmitter. Note, in case of a...