TeensyBat 1.4beta1 release (20221020)
Hi,
I have just uploaded the new HEX files and project-sourcecode for TeensyBat1.4beta1.
See
https://github.com/CorBer/teensy_batdetector/tree/master/version1_4
The changes in the software have been tested in the past month or so by Edwin, Thierry and Willem. Thanks again for spending time (probably hours) testing this out.
One of the major changes in this version is that we by default enable all possible hardware options (GPS, temperature monitor, LIPO battery monitor). Based on a short test
during startup the software knows what is available and will only use those parts. This allows users to add additional hardware later without the need to upload another HEX, and
it makes maintenance of the code also a lot easier. HEX files therefore only come in 3 flavours, one for Teensy36 and two for Teensy41 (with/without PSRAM mounted).
As always, this is a Work In Progress Project. This release is a beta and therefore I am sure bugs are still present in the code and if you find one please submit it to us. That way we can
keep improving both software and hardware. If you have ideas/requests for changes in hard/software please also share those. We cant always implement those immediately but we will
often try.
A short list of the more important changes:
- monitoring of LIPO batterylife based on a MAX17043 chip (on the latest PCB from Edwin) was added
- saving and restoring the configuration from an SD has improved. This allows transfer of configuration between TeensyBat machines and also allows easy restoration of your settings between releases. There are also more settings stored in the configfiles.
- deepsleep functionality had a limitation in V1_3, you could not set a wakeup of the device after 0h, now this is also possible
- the "total powerspectrum" of a recording was improved and will not show recorded "noise". This will give a cleaner view of the ultrasonic signals inside a recording.
This is only shown on the detector when replaying a file that was recorded with a TeensyBat.
- when playing a recording the switching between replay rates and Direct replay was not always reliable, now works as planned
- Autorecording was not restoring all default settings after it was stopped by the user, this has been improved
- in autoRecording the PRE-Buffer was deactivated in V1_31 it seems, this is restored
- the GPS menu also shows coordinates in HH MM SS
Although bats are slowly going to become less active (overhere in the N-hemisphere) I hope everybody has fun using the TeensyBat detectors.
Also on behalf of Edwin,
Greetings,
Cor