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

External sensor tester app #1949

Merged
merged 12 commits into from
Mar 7, 2024
Merged

Conversation

htotoo
Copy link
Member

@htotoo htotoo commented Mar 7, 2024

With this DEBUG app, we can test if the external sensors works.
Till the first data arrives it asks to connect a module, and after an ext sensor related Message arrives it changes to ok.

Currently those sensors can be GPS coordinates, and Orientation (with tilt added), and Environment sensors (Temperature, humidity, pressure, light).
Added EnvironmentData Message type too, and a serial command gotenv too.

@htotoo htotoo self-assigned this Mar 7, 2024
@gullradriel
Copy link
Member

Hummm that's smelling good ::))

@htotoo
Copy link
Member Author

htotoo commented Mar 7, 2024

There is a test version from the ESP32PP counterpart. https://github.com/htotoo/ESP32-Portapack
Orientation is still under development (buggy as hell, the current sensor is inaccurate, maybe need another, ..)
But gps (9600 baud) and bme280, bmp280, sht3x are supported and works.

The app can be tested with serial commands too: gotenv, gotorientation, gotgps

@htotoo htotoo marked this pull request as ready for review March 7, 2024 12:06
Copy link
Member

@gullradriel gullradriel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to go!

@gullradriel gullradriel merged commit 2648f18 into portapack-mayhem:next Mar 7, 2024
3 checks passed
@htotoo htotoo deleted the orientation3d branch March 7, 2024 18:41
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.

2 participants