-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
T-beam versions - AXP192 is replaced by an AXP2101. And sending temperature in degrees of Celsius. #241
Comments
Axp2101 has no way to measure current (only axp192 did that) As for Celsius : wx packet is in F. But is has enough resolution. Right? |
1/ OK. thank You for informatiom. I thought that newer means better... 2/ Resolution is the right word, not accuracy! :-) I like to watch RAW data or comment with degrees Celsius with decimal, readed from T sensor (BME280 in this case), not calculated integer F degree value (which is for APSR format necessary) and back calculated in C degree by aprs.fi. Maybe see for inspiration: https://aprs.fi/?c=raw&call=OK2ILA-6&limit=50&view=normal |
I guess this comments of min and max would be super niche custom mod but I'm revisiting this and also other process of the WX LoRa APRS station. |
Yes I understand But some way, how to read current temperature exactly in C would be great! (without re-calculate from integer F, e.g. in aprs.fi). |
I guess it all depends on where or how you are seeing this info. Over Aprs.fi or similar webpages or decoding it form RF with a program? |
I am sorry, don't understand. If I send to APRS WX data, temeprature is in integer value of Fahrenheit degree, and aprs.fi it recalculate back to Celsius with one decimal place. This recalculation and rounding generates error about 0.4-0.5 C. Accuracy of BME280 is +-0.5 C. So total error can be almost about 1C. It is my pleasure to see temperature as accurate as possible. So I want to see value readed from BME280 in comment (as voltage e.g.). Better would be telemetry, but it is too much packets and maybe difficult to create. |
will try to edit and test the code of the WX packet info gathering. i wont asume much super perfect Temperature from BME280 ... as the error is "ok" and its a PRESSURE measuring device with Temperature correction. But not a perfect Temperature module. although I will try to revisit the calculations to have a little more robust data... |
Yes, I know, but this accuracy is for so cheap device sufficiently good. |
As in title: In version 1.1 sends tracker in beacon voltage and current (+- charging/discharging) and in V1.2 voltage and percentage of baterry. Information of current is more useful, because percentage is calculated from baterry voltage and it can be estimated from this. Is'nt possible to get info about current from this other MPU and send it? Thanks
And one request for all devices using WX sensor, mostly WX station: Is it possible to send (in comment? telemetry?) acurate temperature in degrees of Celsius readed from BME280? I know, that degrees of F is a part od APRS standard for WX beacon, but its too inacurace without decimals.
Thanks
The text was updated successfully, but these errors were encountered: