Welcome new user! You can search existing questions and answers without registering, but please register to post new questions and receive answers. Note that due to large amounts of spam attempts, your first three posts will be manually moderated, so please be patient.
Because of un-manageable amounts of spam despite our use of CAPTCHAs, email authorization, and other tools, we have discontinued this forum (see the 700k+ registered users with validated email addresses at right?). Please email us any questions or post bug reports and feature requests on GitHub at https://github.com/jevois -- The content below remains available for future reference.
Welcome to JeVois Tech Zone, where you can ask questions and receive answers from other members of the community.

Not sure how to use hardware serial for binary transmission.

0 votes
I have read some answers that have asked about mavlink integration into jevois. I am trying to make something similar to mavlink and have followed the same steps as prescribed for mavlink. The code compiles without a problem. Using the module would require setting

serialdev =

in the params.cfg (jevois's params.cfg).

However, whenever I do this and power up the jevois, all I see is

Green light, orange light flash, constant green light with no orange light.

This occurs regardless of whether I write setmapping "mapping number" in initscript or not, where mapping number corresponds to the module that uses the serial.

What it is certainly not:

A power issue or a broken orange LED (because it operates just fine until I make that change in params.cfg)
asked Nov 7, 2019 in Misc Questions by sidharth (250 points)

1 Answer

0 votes
We will look into this. It is possible that in newer versions of the JeVois software this does not work anymore. Maybe in the meantime you can try to flash an old version, with a date around the one when the mavlink code was developed?

pls see here: http://jevois.org/start/software.html
answered Nov 11, 2019 by JeVois (46,580 points)
...