forked from meekm/LoRaSoundkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
release.txt
25 lines (23 loc) · 1.16 KB
/
release.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Changes in Version 3
- Test report added
- MCCI Catena LoRa stack
- Worker loop changed (hang situation solved with TTN V3)
- OLED display added
- DEVEUI obtained from BoardID, (same SW for multiple sensors)
- use the TWO processor cores of ESP (one core for audio and one core for LoRa)
- DC offset MEMS compensated by moving average window
- payload compressed from 27 to 19 bytes
Changes in Version 2
- update Readme, TTGO added, pinning diagram for different configurations, interface changed
- config.h, contains all relevant parameters
- SoundSensor class added, and lorasoundkit.ino cleaned
- bin size is changed form 22Hz to 11Hz, mems buffer is changed from 1K to 2K
- update class measurement, avg based on energy, peak is changed to max. and min, added
- Lora timeout added
- Lora downlink changed to one receivehandler callback call
- payload decoder changed, LA and LC calculated from LZ (use Lora port 21)
Changes in Version 2.1
- platformio.ini added for platformio environment (thanks Bertrik)
- OLED display enabled for TTGO (added files oled.cpp and lora.h)
- LMIC library changed from Matthys Kooijman to MCCI-Catena (better maintained)
- lora.cpp and lora.h adapted