-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Geiger first test version #134
Conversation
Thanks for the PR! I updated the description section of the PR and added some TODO list. |
Tested with wemos d1 mini (esp8266), devkit esp32 v1 and Ttgo T-display. The implementation is not complete yet. Esp32 need changues to get the same values that esp32. |
Hi All, yesterday I've tested the patch on a TTGO T-Display... below are some preliminary notes.
|
First test version to add a cajone v1.1 radiation geiger sensor.
Calculation of radiation dose: 1 Sievert (Sv) = 100 Rem = 100,000 mR ==> 1 μSv = 0.1 mR
Doses is indicated in mR/hour.
Background radiation is 365 mR/year => 0.042 mR/hour
Max doses radiation workers 5000 mR/year => 0.57 mR/hour
we can use the number of tics/ 10 seconds to estimate the doses in mR/hour:
tics_per_10sec * TICFACTOR.
TODO