Commit Graph

2085 Commits

Author SHA1 Message Date
August Quint
c545136c06
plus modifications for SDS011 2020-01-21 14:54:35 +01:00
Verkehrsrot
18eb82e96c bugfix auto page flip 2020-01-20 11:45:11 +01:00
Verkehrsrot
f960627910 auto page flip mode 2020-01-20 11:41:31 +01:00
Verkehrsrot
5cb51b2ff0 bugfix display page flip loop 2020-01-20 11:12:00 +01:00
Verkehrsrot
e8abe8567b skip display pages with no content (issue #523) 2020-01-19 22:21:45 +01:00
Verkehrsrot
b841961894 hotfix gps position data wrong in payload 2020-01-04 19:12:50 +01:00
Verkehrsrot
acabc8b7d6 gps fix detection enhanced 2020-01-03 09:59:10 +01:00
Verkehrsrot
1414ebd421 Show pressure with BMP180/BME280 (issue 519) 2020-01-02 15:44:09 +01:00
Verkehrsrot
2e76ae89f2 lmic_config.h updated for lmic v3.0.99.10 2020-01-01 18:25:17 +01:00
Verkehrsrot
05d489dd31 lolin32 hal files sanitized 2020-01-01 16:32:27 +01:00
Verkehrsrot
f7affae898 lolin32lora: wrong pin definitions corrected 2020-01-01 16:20:01 +01:00
Verkehrsrot
523a8155d5 lolin32litelora.h: wrong pin definitions corrected 2020-01-01 16:15:07 +01:00
Verkehrsrot
ea40041960 lmic_config.h removed clock error default 2019-12-31 11:18:20 +01:00
cyberman54
3b6d05b2af bugfix sdcard.cpp 2019-12-30 18:10:44 +01:00
cyberman54
b734f6213b sdcard.cpp: added compiler directive 2019-12-30 17:25:05 +01:00
Verkehrsrot
4e1472caae
Merge pull request #513 from cyberman54/sdcard
add sdcard support to branch development
2019-12-28 17:16:31 +01:00
Verkehrsrot
b9949d8eb9 bugfix in decoders plain & packed 2019-12-27 12:57:22 +01:00
Verkehrsrot
985548e73e irqhandler.cpp code sanitization 2019-12-26 16:58:42 +01:00
Verkehrsrot
fac48ed9c4 irqhandler code optimized 2019-12-26 16:55:19 +01:00
Verkehrsrot
ed1b06dd2e irqhandler.cpp: bugfix irq flag handling 2019-12-26 13:25:59 +01:00
Verkehrsrot
2544b371d8 code sanitization 2019-12-25 23:25:51 +01:00
Verkehrsrot
dbed27fb32 cyclic.cpp bugfix battery low 2019-12-25 23:22:11 +01:00
Verkehrsrot
ad44e9f93c code sanitization gps_status 2019-12-25 23:21:58 +01:00
Verkehrsrot
04aa7e1d60 removed static at some functions 2019-12-25 23:21:31 +01:00
Verkehrsrot
86c3685f6c sdcard support (experimental) 2019-12-25 23:07:34 +01:00
Verkehrsrot
6d7b392620 ss_oled update (now working) 2019-12-21 16:51:09 +01:00
Verkehrsrot
c65c32275e update ss_oled lib (experimental) 2019-12-21 15:18:42 +01:00
Verkehrsrot
12f00a9203
Merge pull request #506 from cyberman54/master
sync dev to master
2019-12-21 14:29:04 +01:00
Verkehrsrot
97b02d34b9 i2c functions moved from power.cpp to i2c.cpp 2019-12-21 14:27:33 +01:00
Verkehrsrot
0741e4c1ab disable ss_oled changes until lib is fixed 2019-12-15 18:21:02 +01:00
Verkehrsrot
a2274cda2c update ss_oled to 3.1.0 2019-12-15 17:49:55 +01:00
Verkehrsrot
c994a33bd9 bmesensor.cpp code sanitizations 2019-12-15 17:03:33 +01:00
Cristiano José Sulzbach
e08bf4d64a Added support for Bosch BMP180 sensor 2019-12-08 09:58:12 -02:00
Verkehrsrot
773f506940
Merge branch 'master' into combine-lora-msg 2019-11-27 22:16:07 +01:00
Verkehrsrot
d9a74bd8be main.cpp comments sanitized 2019-11-27 22:13:38 +01:00
Verkehrsrot
a7497624b7 change GPS data default off to on 2019-11-27 22:13:18 +01:00
nerdyscout
b7a640e02f enable GPS default,fix SenseBox payload,whitespace 2019-11-27 20:26:03 +00:00
nerdyscout
6feb1c1f65 gps.fix broken 2019-11-24 17:13:42 +00:00
nerdyscout
59f6bc6d28 cfg.wifiscan 2019-11-21 20:34:54 +00:00
nerdyscout
2c0cf88e0b Merge branch 'combine-lora-msg' of github.com:ttnkn/ESP32-Paxcounter into combine-lora-msg 2019-11-21 20:18:18 +00:00
nerdyscout
032cfa0f8e changes opensensebox payload struct 2019-11-21 20:18:03 +00:00
nerdyscout
30ec7f3aea Merge branch 'combine-lora-msg' into HEAD 2019-11-21 17:17:54 +00:00
nerdyscout
35646546d0 Merge branch 'combine-lora-msg2' into HEAD 2019-11-21 17:17:31 +00:00
Verkehrsrot
2252d65375 TTN settings for join 2019-11-21 17:16:36 +00:00
Verkehrsrot
28d9def1d4 disable LMIC onEvent() 2019-11-21 17:16:36 +00:00
Verkehrsrot
b5c5e3ce47 ota.cpp bugfix led define 2019-11-21 17:16:36 +00:00
Verkehrsrot
4d12aa7cec bugfix reset runmode logic 2019-11-21 17:16:36 +00:00
nerdyscout
bb227b525b additional decoder for short latLon on port4 2019-11-21 17:04:55 +00:00
nerdyscout
494a9a3586 Merge branch 'development' of github.com:cyberman54/ESP32-Paxcounter into combine-lora-msg 2019-11-20 16:47:31 +00:00
nerdyscout
ae8f4ac514 style 2019-11-19 22:41:49 +00:00
nerdyscout
8790c9f3d5 defaults 2019-11-19 22:39:36 +00:00
nerdyscout
be448a37a3 OpenSenseBox specific payload 2019-11-19 22:27:12 +00:00
Verkehrsrot
b1a0790531 sanitizations 2019-11-19 21:32:09 +01:00
Verkehrsrot
fb682196a9 octopus32.h edit notes 2019-11-19 19:48:29 +01:00
Verkehrsrot
f86fda1cb6 sanitizations in some files 2019-11-19 15:44:55 +01:00
Verkehrsrot
2c102f69a9 combined GPS data revised logic 2019-11-18 13:25:52 +01:00
Verkehrsrot
39ee7b4d82
Merge pull request #487 from cyberman54/master
sync dev to master
2019-11-17 14:18:37 +01:00
Verkehrsrot
e790c22792 Merge branch 'master' of https://github.com/cyberman54/ESP32-Paxcounter 2019-11-17 14:13:56 +01:00
Verkehrsrot
41fd41b59b wifiscan.cpp: fix wifi on/off 2019-11-17 14:13:48 +01:00
nerdyscout
ab82374bfa less generic, only advanced gps+counter 2019-11-17 09:32:43 +00:00
Philipp Schäfer
b56ab478ee esp_wifi v3.3 changes see https://github.com/espressif/esp-idf/issues/4311
https://github.com/espressif/esp-idf/issues/4005
2019-11-16 21:18:50 +01:00
Verkehrsrot
bc9d550b7d combined gps payload (issue #482) 2019-11-11 20:31:14 +01:00
Verkehrsrot
c826240d94 Wifi/BLE counter display logic improved 2019-11-11 15:23:41 +01:00
Verkehrsrot
f2821fe3b4 fix WIFICOUNTER=0 guru failure (issue #481) 2019-11-11 15:22:55 +01:00
Verkehrsrot
39c68d7d7f new feature: rcmd 0x17 wifi sniffer on/off 2019-11-11 12:28:31 +01:00
nerdyscout
0ed5f73b2c compile flag for do no payload reset 2019-11-10 08:00:28 +00:00
Verkehrsrot
55951ca41c TTN settings for join 2019-11-08 23:06:31 +01:00
Verkehrsrot
ac2ab9a274 disable LMIC onEvent() 2019-11-08 23:05:28 +01:00
Verkehrsrot
65a205a164 ota.cpp bugfix led define 2019-10-27 17:33:23 +01:00
Verkehrsrot
3d9cc26f97 bugfix reset runmode logic 2019-10-27 16:13:33 +01:00
Verkehrsrot
71cd663c2d Merge branch 'development' of https://github.com/cyberman54/ESP32-Paxcounter into development 2019-10-24 19:20:47 +02:00
Verkehrsrot
e7ca681872 bugfix oled init 2019-10-24 19:19:38 +02:00
Verkehrsrot
e01c62e877 irqhandler.cpp comment sanitization 2019-10-24 19:15:23 +02:00
Verkehrsrot
ba6fa5ee98 compile error user_request_network_time_callback 2019-10-24 19:14:56 +02:00
Julian Flake
ef472af2de Fix Beacons' MAC addresses conversion for comparison: shift by 16 bits instead of 8 bits (affecting #342?) 2019-10-22 16:41:14 +02:00
Verkehrsrot
3cbda10f40 LMIC key storage moved to event handler 2019-10-22 08:18:22 +02:00
Verkehrsrot
b786323036 fix join DR2 for TTN; RTC save FCnt in event 2019-10-22 07:16:04 +02:00
Verkehrsrot
76d5957313 v1.9.71 2019-10-20 21:13:30 +02:00
Verkehrsrot
b5e0949408 fix irqhandler without lora 2019-10-20 21:11:59 +02:00
Verkehrsrot
a68381f7e6 update comment main.cpp 2019-10-20 20:49:09 +02:00
Verkehrsrot
221fde0026 deep sleep fixes 2019-10-20 20:47:03 +02:00
Verkehrsrot
bc034b1a67 added new reset logic; deep sleep fixes 2019-10-20 20:05:13 +02:00
Verkehrsrot
f3b3838e09 deep sleep, clock error rate, static callbacks 2019-10-19 21:14:04 +02:00
Verkehrsrot
d413c5d39f rollback to platform espressif 1.8.0 2019-10-18 19:06:30 +02:00
Verkehrsrot
f75cdd4f5c deep sleep (experimental) 2019-10-16 21:14:34 +02:00
Verkehrsrot
0bc368c228 paxcounter.conf default settings 2019-10-13 17:49:22 +02:00
Verkehrsrot
88f40e5d35 code sanitizations (compiler warnings) 2019-10-13 17:22:30 +02:00
Verkehrsrot
e94c73295b bugfix display vertical scrolling 2019-10-13 17:21:50 +02:00
Verkehrsrot
f35114f3a0 lorawan.cpp use explicit pinmap in os_init 2019-10-13 17:01:42 +02:00
Verkehrsrot
d72e2cdf52 ttgobeam.h disable BME 2019-10-13 16:59:56 +02:00
Verkehrsrot
a4299e2e18 move i2c scanm after display init 2019-10-13 16:59:38 +02:00
Verkehrsrot
a7230af6d7 i2c scan with low speed 2019-10-13 16:59:03 +02:00
Verkehrsrot
970807d5c1 add display RST line handling 2019-10-13 16:58:48 +02:00
Verkehrsrot
5be1bb7fd3 ttgov21old.h flip display 2019-10-13 15:59:32 +02:00
Verkehrsrot
401697b39a display mask finetuning 2019-10-12 16:15:57 +02:00
Verkehrsrot
a4805660cf power.cpp bugfixes AXP192 i2c r/w 2019-10-12 16:00:22 +02:00
Verkehrsrot
d80a41a9bf event display fine tuning 2019-10-12 14:25:04 +02:00
Verkehrsrot
7e5d053ec5 lmic event msg display optimizations 2019-10-12 14:07:55 +02:00
Verkehrsrot
b2300d0c23 power.cpp sanitized 2019-10-11 12:24:44 +02:00
Verkehrsrot
a54033296a lmic event handler elaborated 2019-10-11 12:24:27 +02:00
Verkehrsrot
e844879954 resolve merge conflict 2019-10-10 23:14:28 +02:00
Verkehrsrot
7f7587f3a0
Merge branch 'master' into development 2019-10-10 23:11:23 +02:00
Verkehrsrot
025411267b lora event handler refactored 2019-10-10 22:46:49 +02:00
Marius Gripp
f417e336a2 issue 464 fix: time set in UTC 2019-10-10 17:41:57 +02:00
Marius Gripp
fc7a8b361b development reverted to cyberman development 2019-10-10 17:34:01 +02:00
Marius Gripp
ed46e10a9b Merge branch 'development' of https://github.com/cyberman54/ESP32-Paxcounter into development 2019-10-10 17:07:36 +02:00
Verkehrsrot
426ab6b260 lorawan.cpp code sanitizations 2019-10-10 14:55:51 +02:00
Verkehrsrot
36c178054a lmic_config.h use interrupts 2019-10-10 11:06:24 +02:00
Verkehrsrot
a52b4aa858 lorawan network setup tuned (RX2==SF9 for TTN) 2019-10-10 10:29:10 +02:00
Verkehrsrot
88e73e2eb8 Lora network setup + event handler elaborated 2019-10-09 20:07:16 +02:00
Marius Gripp
d8289a002d Merge branch 'development' of https://github.com/cyberman54/ESP32-Paxcounter into development 2019-10-09 15:57:59 +02:00
Verkehrsrot
d57c48a97f bugfix rcommand set_loradr(): keep TX Power 2019-10-06 19:05:38 +02:00
Verkehrsrot
c58971a2c6 LMIC timings changed to avoid JOIN WAIT issue 2019-10-06 18:48:46 +02:00
Verkehrsrot
3e9fe65b2c display blanker added 2019-10-06 14:25:29 +02:00
Verkehrsrot
921d377cd2 lorawan.cpp: TTN SF9 RX2 patch 2019-10-06 13:17:35 +02:00
Verkehrsrot
f3ebb835af curve plotter fixes 2019-10-06 13:14:23 +02:00
Verkehrsrot
bdd401c42b lorawan.cpp: TTN SF9 RX2 patch 2019-10-06 13:13:57 +02:00
Verkehrsrot
7762170fa1 fix JOIN WAIT problem with TTN 2019-10-05 23:08:13 +02:00
Verkehrsrot
01fb7c53b4 randomize time sync seq nr 2019-10-05 15:03:15 +02:00
Verkehrsrot
3d0c6f3249 Timeserver.json missing SeqNo fixed 2019-10-05 13:46:36 +02:00
Verkehrsrot
06fb69d304 timesync.cpp cleanups 2019-10-05 13:15:45 +02:00
Verkehrsrot
36d9b3dedb curve plotter fixes 2019-10-05 13:12:58 +02:00
Verkehrsrot
c37db3d4d3 Timeserver.json: bugfix missing port 0xff message 2019-10-05 13:11:59 +02:00
Verkehrsrot
bfa43726ee
Merge pull request #462 from GreyRook/add-timezone
Add timezone cleanup
2019-10-04 18:20:18 +02:00
Verkehrsrot
1c24bed38f bugfix no curve plot while display is off 2019-10-04 18:17:46 +02:00
Marius Gripp
c46229dd0e node-red code description updated 2019-10-04 17:49:37 +02:00
Marius Gripp
3ab2d17937 increase version number of node-red server 2019-10-04 17:44:19 +02:00
Marius Gripp
fe71e8e710 seqNo text node fix 2019-10-04 17:41:28 +02:00
Verkehrsrot
a518c1a5e5
Merge pull request #460 from cyberman54/ss_oled
New OLED driver
2019-10-04 16:10:03 +02:00
Verkehrsrot
c56c973534 curve plotter (experimental) 2019-10-04 15:47:33 +02:00
Marius Gripp
5fcb33d03d node red server by cyberman with seq no in payload, not in port, and timezone (diff minimized) 2019-10-04 15:32:22 +02:00
Marius Gripp
ba732012b9 move timesync seq_no into message body from port 2019-10-04 15:31:31 +02:00
Verkehrsrot
08c5a0ffe9 uploadspeed ebox.h & eboxtube.h 2019-10-04 14:47:58 +02:00
Marius Gripp
f86bfaefb6 extract timezone from time sync answer and add to UTC timestamp 2019-10-04 13:06:59 +02:00
Verkehrsrot
0440e536dd scalefactor for curve plotter 2019-10-01 18:06:49 +02:00
Marius Gripp
014e6cd4a5 Merge branch 'development' of https://github.com/cyberman54/ESP32-Paxcounter into development 2019-10-01 16:29:02 +02:00
Verkehrsrot
be01760c32 pax curve plotter 2019-10-01 13:35:05 +02:00
Verkehrsrot
66af2b8c54 pax curve plotter (experimental) 2019-10-01 13:02:30 +02:00
Verkehrsrot
e38a91162b no startup screen while rebooting to OTA 2019-09-30 19:45:31 +02:00
Verkehrsrot
449d681c7b LEDmatrixdisplay.cpp/.h rename scrollfunction 2019-09-30 19:44:49 +02:00
Verkehrsrot
d58e8a11db paxcounter.conf: add DISPLAYCONTRAST 2019-09-30 15:05:30 +02:00
Verkehrsrot
8cbac9c79f speedup display (use pagemode & i2c 400khz) 2019-09-30 12:36:13 +02:00
Verkehrsrot
c93b0867a9 AXP192 low level I2C mutexing 2019-09-30 12:35:03 +02:00
Verkehrsrot
58ed680a92 ota.cpp: WIFI response timeout added 2019-09-30 11:45:35 +02:00
Verkehrsrot
55874f8b43 startup screen 2019-09-29 23:24:13 +02:00
Verkehrsrot
899c8315b4 DEVEUI QR code display 2019-09-29 23:16:36 +02:00
Verkehrsrot
8b42cd3e3d QR display (experimental) 2019-09-29 17:38:16 +02:00
Verkehrsrot
c6c455b922 QR display of DEVEUI (experimental) 2019-09-29 16:46:48 +02:00
Verkehrsrot
8cb5bbab54 removed productname 2019-09-27 17:57:19 +02:00
Verkehrsrot
c30ee996be new display mask 2019-09-27 17:37:16 +02:00
Verkehrsrot
4a686bc267 new oled driver (experimental) 2019-09-27 13:03:55 +02:00
Verkehrsrot
0f9e2dfd63 new oled driver (experimental) 2019-09-27 12:47:00 +02:00
Verkehrsrot
cb67e368ba add countermode to paxcounter.conf 2019-09-27 12:41:14 +02:00
Verkehrsrot
2622c0d0de sanitize compiler warning power.cpp 2019-09-25 15:00:52 +02:00
Verkehrsrot
7daa36366b v1.8.34 (power on/off features for T-BEAM V10) 2019-09-23 15:45:47 +02:00
Verkehrsrot
6abfc26f2e LORA SF display fine tuned 2019-09-23 15:40:34 +02:00
Verkehrsrot
9a9deb9c1c mute gpsread in verbose debug mode 2019-09-23 15:39:58 +02:00
Verkehrsrot
9408ed99fe PMU: show USB power 2019-09-21 08:23:39 +02:00
Verkehrsrot
424329afb2
Update paxcounter.conf 2019-09-20 21:45:16 +02:00
Verkehrsrot
464809a54e bugfix cfg.txpower 2019-09-20 21:42:59 +02:00
Verkehrsrot
b587a5604e update README.md 2019-09-20 21:30:23 +02:00
Verkehrsrot
8fba63a53f display fine tuning 2019-09-20 20:00:31 +02:00
Verkehrsrot
af9d2150bf display line6 code sanitized 2019-09-20 19:45:37 +02:00
Verkehrsrot
f8a115ac17 revert ADR display inverse logic 2019-09-20 19:23:43 +02:00
Verkehrsrot
d70df205fd PMU bugfix 2019-09-20 18:58:49 +02:00
Verkehrsrot
1daaac6fc6 PMU small corrections 2019-09-20 18:11:05 +02:00
Verkehrsrot
c3bad526a7 Changed Lora SF to Lora DR control 2019-09-20 13:22:45 +02:00
Verkehrsrot
cc248419ae optimize SF display 2019-09-20 09:51:33 +02:00
Verkehrsrot
6bf4a287bf bugfix battery voltage display 2019-09-20 09:51:13 +02:00
Verkehrsrot
d9c6153559 bugfix getBattLevel() (issue #444) 2019-09-20 09:04:24 +02:00
Verkehrsrot
af0fd577d3 lorawan.cpp code sanitizations 2019-09-19 17:06:37 +02:00
Verkehrsrot
50ff7977d6 AXP192 Battery monitoring display enhanced 2019-09-19 17:06:09 +02:00
Verkehrsrot
79e54774f1 lorawan.cpp: disable setLinkCheckMode & setDrTxpow 2019-09-19 16:13:48 +02:00
Verkehrsrot
c8531ca466 TTGO Beam v10 (AXP192) battery monitor enhanced 2019-09-18 22:38:39 +02:00
Verkehrsrot
ec3873f921 v1.8.2 2019-09-18 18:56:41 +02:00
Verkehrsrot
cf6bb5c992 Heltecv2 battery monitoring disabled 2019-09-18 16:24:25 +02:00
Verkehrsrot
b3d5a0bbf1 esp_wifi_start() added (need for ESP v3.2.3) 2019-09-17 14:34:48 +02:00
Verkehrsrot
3250a27e83 LMIC task priority raised 2 -> 5 2019-09-17 14:32:22 +02:00
Verkehrsrot
3262843141 main.cpp add comment for PMU IRQ 2019-09-16 18:16:53 +02:00
Verkehrsrot
ff6fce0a1d T-BEAM v1.0 ON/OFF button function added 2019-09-09 23:00:06 +02:00
Verkehrsrot
50c6ba2837 T-Beam V10 (AXP192 PMU) enhanced power functions 2019-09-09 21:45:19 +02:00
Verkehrsrot
edc510adf2 ttgobeam10.h updated 2019-09-09 20:33:29 +02:00
Verkehrsrot
3f97a5cad6 TTGO T-Beam V10 power (AXP192 PMU) fixes 2019-09-09 20:02:21 +02:00
Verkehrsrot
6dbbf14ef8 i2cscan & PMU i2c mutexing 2019-09-09 12:06:23 +02:00
Verkehrsrot
5ca4d2f721 TTGO T-Beam v10 PMU init bugfix 2019-09-09 11:18:37 +02:00
Verkehrsrot
81f1bc5c70 Heltecv2 battery monitor 2019-09-08 12:55:27 +02:00
Verkehrsrot
bbc2592552 wifi_start removed again 2019-09-08 12:32:22 +02:00
Verkehrsrot
56f1ed4b8e battery & power code sanitization 2019-09-07 23:10:53 +02:00
Verkehrsrot
a1b7c102d0 power.cpp added, i2cscan adapted 2019-09-07 19:52:25 +02:00
Verkehrsrot
738543b529 i2scan.cpp bugfix bus select 2019-09-07 19:12:23 +02:00
Verkehrsrot
0dea735bfb lmic_config.h sanitized 2019-09-07 18:02:27 +02:00
Verkehrsrot
506b1f4f7e remove clock error setting, using interrupt timing 2019-09-07 17:00:00 +02:00
Verkehrsrot
15389516f5 added setting for wifi power save off 2019-09-07 15:02:43 +02:00
Verkehrsrot
76a79940b3 MAC command up/down evaluation 2019-09-07 14:52:18 +02:00
Verkehrsrot
dccd6d695c lorawan.cpp: add lmic_send result codes 2019-09-06 15:20:03 +02:00
Verkehrsrot
ad9bd3e63e i2cscan fixes 2019-09-02 20:45:40 +02:00
Verkehrsrot
98a2edb8a7 AXP192 support fixes 2019-09-02 18:18:06 +02:00
Verkehrsrot
c653462f90 create hal/ttgobeam10.h 2019-09-02 18:17:37 +02:00
Marius Gripp
fc2997c9fd start timediffseq at -1, so first syncing can finish 2019-09-02 17:04:32 +02:00
Marius Gripp
592c9d6ede log sent timediff 2019-09-02 17:04:32 +02:00
Marius Gripp
004444dea3 correct logging level for error 2019-09-02 17:04:32 +02:00
Marius Gripp
2530bd4235 remove unneeded logging 2019-09-02 16:56:50 +02:00
Verkehrsrot
8b12b7aee2 axp192 support added 2019-09-02 16:53:39 +02:00
Verkehrsrot
a7f3dd5a59 fix i2c address for serial eeprom 2019-09-02 16:08:12 +02:00
Marius Gripp
a806c5e463 recognize ota trigger mac when sniffing for new macs in wifi environment 2019-09-02 15:12:22 +02:00
Marius Gripp
e92bcbd8b1 setup macsniff with ota trigger mac 2019-09-02 15:11:52 +02:00
Marius Gripp
2ec6966496 add OTA_TRIGGER_MAC to config 2019-09-02 15:11:01 +02:00
Verkehrsrot
9b925ee47b LMIC: use interrupts to improve timing accuracy 2019-09-01 22:50:24 +02:00
Verkehrsrot
b97361ca8c lorawan.cpp: MAC decoder (experimental) 2019-09-01 00:57:19 +02:00
Verkehrsrot
cc2cfd3c13 configmanager payloadmask default fixed 2019-09-01 00:56:42 +02:00
Verkehrsrot
6ec704d050 rcommand.cpp bugfix payloadmask invert 2019-09-01 00:17:13 +02:00
Verkehrsrot
0db8e37563 bugfix payloadmask 2019-09-01 00:11:20 +02:00
Verkehrsrot
ac2f67e98f rcommand code sanitization 2019-08-31 18:37:36 +02:00
Verkehrsrot
1d2c79133f MAC command decoder (experimental) 2019-08-31 18:36:49 +02:00
Verkehrsrot
80a24f10ab introduced LMIC user events 2019-08-31 15:19:49 +02:00
Verkehrsrot
6096c40000 lora_send stacksize increased 2019-08-30 18:59:45 +02:00
Verkehrsrot
93005efce8 timesync.cpp send alive after sync 2019-08-30 18:55:08 +02:00
Verkehrsrot
02326a1c7f lora_send code sanitization 2019-08-30 18:54:53 +02:00
Verkehrsrot
679582857a battery level on / off 2019-08-30 18:53:30 +02:00
Verkehrsrot
65045b3cad change startup order for init_display 2019-08-30 17:57:17 +02:00
Verkehrsrot
63ff668a96 LMIC message queuing refactored 2019-08-30 14:06:30 +02:00
Verkehrsrot
1cf12452ba lorawan.cpp code sanitizations 2019-08-29 20:23:22 +02:00
Marius Gripp
1e53a25d03 typo 2019-08-29 14:55:31 +02:00
Verkehrsrot
c97140d822 remove TX TIMESYNC event display 2019-08-29 10:15:11 +02:00
Verkehrsrot
258e830470 move lmic os sendjob to new lora_send task 2019-08-29 10:13:47 +02:00
Florian Ludwig
4d42c961b2 move timesync seq_no into message body from port 2019-08-29 10:32:55 +03:00
Verkehrsrot
78c8ed3e97 refactoring LMIC send queueing 2019-08-28 21:55:50 +02:00
Verkehrsrot
1c5edbb6a4 esp_wifi_start (needed for next ESP-IDF release) 2019-08-28 10:49:25 +02:00
Verkehrsrot
829ab0ea05 bugfix message queuing to LMIC while LMIC is busy 2019-08-28 10:48:39 +02:00
Marius Gripp
4a573bc638 send time via uart 2019-08-27 17:27:57 +02:00
Marius Gripp
cab44588c7 start uart timestamp send when time has been synced 2019-08-27 16:00:25 +02:00
Marius Gripp
6894d718e6 node-red config with use of ttn nodes 2019-08-27 15:40:33 +02:00
Verkehrsrot
bbca15a76e rcommand.cpp: set payload mask & set BME data 2019-08-25 17:18:29 +02:00
Verkehrsrot
43cf6b7fe5 ledmatrix.cpp small code sanitization 2019-08-19 21:48:11 +02:00
Verkehrsrot
012bf545c4 ledmatrix: bugfix scrolling 2019-08-18 22:16:35 +02:00
Verkehrsrot
526fc2900c ledmaxtrix: update hal files 2019-08-18 22:14:25 +02:00
Verkehrsrot
c865c8996c main.cpp: update comments 2019-08-18 22:14:00 +02:00
Verkehrsrot
a381f31244 timekeeper.cpp: setmytime return if no timesrc 2019-08-18 22:13:42 +02:00
Verkehrsrot
1de9a0bcd2 remove arduino loop task 2019-08-18 17:45:16 +02:00
Verkehrsrot
c0692c3879 gps initial time sync added 2019-08-18 17:44:42 +02:00
Verkehrsrot
ba08662323 update LED matrix size 2019-08-18 17:04:02 +02:00
Verkehrsrot
1d8969f645 ledmatrixdisplay.cpp code sanitizations 2019-08-18 16:58:29 +02:00
Verkehrsrot
381286331f LED matrix on/off added 2019-08-18 16:55:43 +02:00
Verkehrsrot
a4419ab6f0 LED matrix scroll function added 2019-08-18 16:47:28 +02:00
Verkehrsrot
77352b832e ledmatrix scale factor 2019-08-17 18:45:00 +02:00
Verkehrsrot
d332a17b28 added ledmatrix footfall line diagram 2019-08-17 18:30:45 +02:00
Verkehrsrot
267d04488b added tinypicomatrix.h 2019-08-15 12:02:03 +02:00
Verkehrsrot
c566b302d5 add tinyPICO board 2019-08-14 21:52:12 +02:00
Verkehrsrot
8717d5e3a7 changed lmic clock error procentage 2019-08-13 22:47:19 +02:00
Verkehrsrot
b926d908b2 timekeeper/timesync: fixed dependencies 2019-08-13 22:40:33 +02:00
Marius Gripp
730f35babf expect seqNo in payload and not in port 2019-08-13 13:16:56 +02:00
Marius Gripp
ce7d3ab292 node-red server reconfigured (new broker & seqNo in payload) 2019-08-13 13:16:28 +02:00
Marius Gripp
a1221ebad0 lost in merging process 2019-08-12 16:11:39 +02:00
Verkehrsrot
5b8cef880c v1.7.91 2019-08-11 21:12:27 +02:00
Marius Gripp
b00912277c send timestamp via uart for debugging 2019-08-09 14:02:10 +02:00
Marius Gripp
f475a634d5 changed now to nowTime dow to conflict with function name now(), settimeofday got incorrect timevalue 2019-08-09 13:33:03 +02:00
Marius Gripp
646d60e9c5 t_sec corrected by one seconds because time is only set ontop of a second 2019-08-09 13:33:03 +02:00
Marius Gripp
fdc971be04 send timediff with ms after time sync 2019-08-09 13:32:18 +02:00
Marius Gripp
26c1cb0aaa config for time sync via lora 2019-08-09 13:28:14 +02:00
Marius Gripp
5319f1c976 configure node-red for ttn app 2019-08-09 13:28:14 +02:00
Verkehrsrot
b2ef9249da timesync.cpp: comments updated 2019-08-06 11:37:58 +02:00
Verkehrsrot
64222bf8b3 timesync.cpp: fix +1 second bug 2019-08-05 11:20:23 +02:00
Verkehrsrot
be208ab539 GPS timing fine tuning 2019-08-04 23:18:04 +02:00
Verkehrsrot
c81502ac60 main.cpp: disable gps time init to avoid i2c error 2019-08-04 15:39:25 +02:00
Verkehrsrot
1efc9be6c3 GPS handling and timesync code refactored 2019-08-04 15:17:50 +02:00
Verkehrsrot
7284d7ce4d timekeeper.cpp: code sanitization 2019-08-03 18:06:06 +02:00
cyberman54
7fa9269d0b GPS msec handling added (experimental) 2019-08-03 14:01:25 +02:00
Verkehrsrot
139738a14d timesync code sanitized 2019-08-03 12:27:24 +02:00
Verkehrsrot
bf70f2f9f2 removed spi & lora houskeeping functions 2019-08-03 11:35:16 +02:00
Verkehrsrot
5dcb3b315e Moved LMiC to dedicated task with raised prio 2019-08-02 21:53:05 +02:00
Verkehrsrot
31cd613555 bugfix bmecycler 2019-07-31 22:20:18 +02:00
Verkehrsrot
85aa9655c6 BME task removed / do i2c masking via interrupt 2019-07-29 20:23:27 +02:00
Verkehrsrot
11cfa27c76 i2c locking for rtc & timesync streamlined 2019-07-29 14:43:37 +02:00
Verkehrsrot
3f3c58feeb gpsread.cpp: init gps_status 2019-07-29 11:00:14 +02:00
Verkehrsrot
cc9997c64b removed unused variable gps_pps_time 2019-07-29 10:29:44 +02:00
Verkehrsrot
57d0624fd0 removed GPS IRQ, since not really needed 2019-07-29 10:26:58 +02:00
Verkehrsrot
cb7b600168 gpsread.cpp: code sanitization 2019-07-29 00:24:37 +02:00
Verkehrsrot
4973568546 GPS fixes & code sanitization 2019-07-28 23:51:24 +02:00
cyberman54
e8521094b8 bmesensor.cpp: added comments with units 2019-07-28 19:17:46 +02:00
cyberman54
9ad6e62e84 packed_decoder.js: bugfix pressure divisor 2019-07-28 19:12:05 +02:00
Verkehrsrot
dcc7784456
Merge pull request #405 from TD-er/development
Fix/cleanup of packed decoder code
2019-07-28 18:43:07 +02:00
cyberman54
ad2234271f code sanitizations 2019-07-28 18:42:22 +02:00
Gijs Noorlander
a061e75a9e Add signed int decode types to packed decoder
RSSI is a negative value => signed int
Altitude is signed
hdop and ufloat values were ints divided by 100, so set resolution to 2 decimals.
Removed some code duplication by calling uint/int decode functions
2019-07-28 17:25:24 +02:00
Gijs Noorlander
19ee712e51 Remove increased altitude resolution from plain decoder 2019-07-28 17:22:04 +02:00
Gijs Noorlander
45b0bae945 Cleanup of packed payload encoder
- Cleanup of write*int functions
- Multiply pressure by 10 (decoder was already dividing by 10)
- Fix undefined behavior on intToBytes function.
2019-07-28 17:21:21 +02:00
Verkehrsrot
88db2cca2b bugfix decoder.js for gps altidude 2019-07-28 12:05:21 +02:00
cyberman54
9be1d36166 fixed TTN decoder for gps altitude 2019-07-27 15:23:17 +02:00
cyberman54
1f9e93cf39 Increased GPS altitude resolution, further fixes 2019-07-27 13:35:12 +02:00
cyberman54
a3f036c4d2 Increased GPS altitude resolution 2019-07-27 11:59:56 +02:00
cyberman54
7ab96b67bc display.cpp: reduced debug logging 2019-07-27 11:59:24 +02:00
Gijs Noorlander
2aafc839d5 Fix altitude in packed decoder to be signed (#403)
See #403
2019-07-27 02:35:39 +02:00
Verkehrsrot
419e4508d9 main.cpp: documentation updated 2019-07-26 11:41:45 +02:00
Verkehrsrot
229c1d114e v1.7.841 2019-07-25 23:25:33 +02:00
Verkehrsrot
da02e67c8f display.cpp: fix field width BME 2019-07-25 23:20:42 +02:00
Verkehrsrot
837988081e BME-Sensor / i2C mutex bugfix 2019-07-25 22:04:38 +02:00
Verkehrsrot
b7df5bce1a timesync.cpp: code sanitization and documentation 2019-07-24 20:09:36 +02:00
Verkehrsrot
43c06be8e8 improved code for time bytes evaluation 2019-07-24 13:52:24 +02:00
Verkehrsrot
d35f1d97cd timesync i2c lock fixing 2019-07-24 12:37:02 +02:00
Verkehrsrot
9c1a9e9f47 timesync.cpp: bugfix vtaskdelay 2019-07-23 21:33:27 +02:00
Verkehrsrot
ff2b02107a wifiscan.cpp: frame filter 2019-07-23 21:06:44 +02:00
Verkehrsrot
a6520b19ef lorawan.cpp typo fix 2019-07-23 21:03:11 +02:00
Verkehrsrot
4a2845a3f6 further fixes irq mask & i2c lock 2019-07-23 20:43:10 +02:00
Verkehrsrot
8869909720 further fixes in mutex lock & irq masking 2019-07-23 20:07:24 +02:00
Verkehrsrot
7d2d753252 bugfixing mutex lock 2019-07-23 17:53:20 +02:00
Verkehrsrot
31c0037cba bugfix IRQ masking 2019-07-23 12:57:05 +02:00
Verkehrsrot
1bc63bad94 bugfix IRQ masking 2019-07-23 11:47:38 +02:00
Verkehrsrot
bdbf2db409 code sanitzations 2019-07-22 22:00:39 +02:00
Verkehrsrot
79c20113a7 timesync.cpp: bugfix irq masking release (#392) 2019-07-22 11:25:05 +02:00
Verkehrsrot
0ce58cc8bf wifiscan.cpp: fixes 2019-07-22 00:04:26 +02:00
Verkehrsrot
3f90ce6642 macsniff.cpp: bugfix 2019-07-21 19:51:08 +02:00
Verkehrsrot
7057b59b0f code sanitizations 2019-07-21 19:21:11 +02:00
Verkehrsrot
bb7b8b90f8 macsniff.cpp: efficiency optimization 2019-07-21 19:20:02 +02:00
Verkehrsrot
363332a677 display.cpp: code sanitizations 2019-07-16 21:33:50 +02:00
Verkehrsrot
44cf2ece16 gpsread.cpp: nmea serial delay compensation fix 2019-07-16 21:21:15 +02:00
Verkehrsrot
1117dc5520 irqhandler.h: bugfix mask_user_IRQ mutex 2019-07-16 21:17:13 +02:00
Verkehrsrot
ddaf15d61f lorawan.cpp: bugfix prio_high queue handling 2019-07-16 21:00:55 +02:00
Verkehrsrot
5d569fd792 configmanager.cpp: defaults from paxcounter.conf 2019-07-16 14:49:14 +02:00
Verkehrsrot
7b260d100e update wemos32matrix.h 2019-07-15 22:54:59 +02:00
Verkehrsrot
72e36eb554 update wemos32matrix.h 2019-07-15 22:40:50 +02:00
Verkehrsrot
1a4dba3b46 bugfix ledmatrixdisplay (missing break page flip) 2019-07-15 22:19:06 +02:00
Verkehrsrot
7ba8b8f985 Revert "Packet traffic indicator"
This reverts commit 0e3f7af0ce.
2019-07-15 19:11:01 +02:00
Verkehrsrot
978df41691 wemos32matrix.h created 2019-07-15 14:11:14 +02:00
Verkehrsrot
59a147dc18 LED Matrix pin mappings moved to hal file 2019-07-15 14:03:50 +02:00
Verkehrsrot
0e3f7af0ce Packet traffic indicator 2019-07-15 00:14:33 +02:00
Verkehrsrot
912da7eace bugfix lora send queue size display 2019-07-14 16:52:18 +02:00
Verkehrsrot
6cc962ef20 wifiscan.cpp bugfix coex set 2019-07-13 18:27:56 +02:00
Verkehrsrot
6635ba991e Button logic changed 2019-07-13 18:21:13 +02:00
Verkehrsrot
fbe0cf3b2e bugfix no GPS time sync after cold start (#376) 2019-07-07 16:00:48 +02:00
Verkehrsrot
197e2d0e80 new hal file selection concept 2019-06-30 17:48:24 +02:00
Verkehrsrot
23999c3e2b LED matrix display improvements 2019-05-31 13:20:11 +02:00
Verkehrsrot
bac5bde28f LED matrix code sanitization 2019-05-30 13:00:24 +02:00
cyberman54
5f52120fc0 LED matrix feature 2019-05-27 23:29:26 +02:00
Verkehrsrot
d04a04adfa patches for new paths in platformio core 4.0.0a15 2019-05-25 16:32:57 +02:00
Verkehrsrot
93c576f1e2 Change string OUIFLT to FILTER 2019-05-25 15:31:20 +02:00
Verkehrsrot
ebc75e3bbe Lolin32 hal files update 2019-05-25 15:30:53 +02:00
michatrautweiler
5c9cf136f0
return decoded value in any case
Fix plain decoder for TTN: Decoded value was not returned except for last case.
2019-05-24 10:19:34 +02:00
cyberman54
fdd0faf7c1 ecopower.h: bugfix RTC power on 2019-05-19 17:11:29 +02:00
Verkehrsrot
3baf0c4ac4
Merge pull request #366 from cyberman54/master
update dev to master
2019-05-18 13:12:17 +02:00
cyberman54
ead2a0689f ttgofox.h bugfix 2019-05-18 13:10:22 +02:00
Verkehrsrot
19849c4eea v1.7.61 (LED matrix support) 2019-05-07 21:17:06 +02:00
Verkehrsrot
441863109f
Merge branch 'development' into master 2019-05-07 11:24:24 +02:00
Alex Goris
13f89a45e5 feat(wemos32oled): Added support for Wemos32 OLED board
This commit adds support for what I call the 'Wemos32 OLED' board.
It's a Wemos branded board, however it does not appear on Wemos'
website.
2019-05-06 14:04:46 +02:00
Alex Goris
0060b101df feat(LED Matrix Display): Added support for a LED Matrix display
This commit adds support for a specific LED Matrix display, which can be
used to show the number of found devices on a rather large display.
We (hackerspace Brixel) used this on the mini Maker Faire Gent 2019 to
show the number of found devices throughout the event
2019-05-05 23:43:18 +02:00
Verkehrsrot
45b51441ec button handling improvment 2019-05-03 20:24:42 +02:00
cyberman54
2b82223d3d bugfix timesync.cpp 2019-04-20 12:42:44 +02:00
cyberman54
313c75ac41 board files updated to platformio espressif 1.8.0 2019-04-20 12:42:33 +02:00
Verkehrsrot
0cdc03027c timesync.cpp 1sec delta correction 2019-04-16 21:36:12 +02:00
Verkehrsrot
e5ce70be75 GPS time fixes 2019-04-15 13:46:58 +02:00
Verkehrsrot
195661a520 GPS data handling refactored 2019-04-15 12:57:55 +02:00
Verkehrsrot
359b31e9e9 GPS IRQ added to increase gps time sync accuracy 2019-04-14 22:54:27 +02:00
Verkehrsrot
ba51d73d4e fix time sync pps start bug 2019-04-14 14:35:48 +02:00
Verkehrsrot
7211d1a4dd improved GPS time sync accuracy 2019-04-14 14:35:07 +02:00
Verkehrsrot
22286a9a13 repair broken battery measure function 2019-04-13 19:22:48 +02:00
Verkehrsrot
ef09c9d7a4 paxcounter.conf set WIFICOUNTER default 2019-04-13 19:07:29 +02:00
Verkehrsrot
38118cae6c new option WIFICOUNTER fixed 2019-04-13 18:44:25 +02:00
Verkehrsrot
77e795dbf8 Option to switch off wifi sniffing 2019-04-13 17:39:08 +02:00
Verkehrsrot
77e447d46d paxcounter.conf time sync defaults modified 2019-04-13 14:03:33 +02:00
Verkehrsrot
20a39ae6d6 timesync fixes 2019-04-13 13:59:30 +02:00
Verkehrsrot
9941a0de0a main.cpp modified clock controller start 2019-04-10 21:38:48 +02:00
Verkehrsrot
545de36c75 timekeeper.cpp code sanitizations 2019-04-10 21:38:17 +02:00
Verkehrsrot
5dfc32e82c randomize timesync seqNo 2019-04-10 21:37:19 +02:00
Verkehrsrot
f1c1b1c00a cyclic.cpp #if sanitization 2019-04-08 22:51:12 +02:00
Verkehrsrot
f7a3177981 main.cpp code sanitizations 2019-04-08 21:22:54 +02:00
Verkehrsrot
859080232f fixed IF482 timing bug when time was adjusted 2019-04-08 21:22:24 +02:00
Verkehrsrot
3c8830695b DCF77 pulse generator runtime optimized 2019-04-08 21:20:42 +02:00
Verkehrsrot
f337366fb3 timesync timings adjusted 2019-04-07 21:54:19 +02:00
Verkehrsrot
0f32911b2d update ttgov21old.h 2019-04-07 20:20:48 +02:00
Verkehrsrot
478502377a time sync defaults modified 2019-04-07 16:14:19 +02:00
Verkehrsrot
893a87b4a2 vTaskDelete code sanitization 2019-04-07 16:13:41 +02:00
Verkehrsrot
4f8d92ea7e timesync tasking restructured 2019-04-07 16:13:04 +02:00
Verkehrsrot
0b40d0df70 modified timesync after join logic 2019-04-07 14:06:47 +02:00
Verkehrsrot
3aa8e73b86 modified task timing 2019-04-07 12:27:38 +02:00
Verkehrsrot
11c2fb6fa2 TTN decoder updates 2019-04-06 21:10:33 +02:00
Verkehrsrot
261c643d7f fix BME280 no iaq value 2019-04-06 20:23:28 +02:00
Verkehrsrot
bf8ce227ff Nodered Timeserver bugfix 2019-04-06 19:58:45 +02:00
Verkehrsrot
964be4d1fd Timeserver logic port9 fix 2019-04-06 19:46:00 +02:00
Verkehrsrot
dd703a5bad code sanitzations 2019-04-06 18:11:28 +02:00
Verkehrsrot
dd661254b5 New 5-byte time sync protocol 2019-04-06 16:43:12 +02:00
Verkehrsrot
11f184e67a use TaskNotifyFrom ISR inside Ticker functions 2019-04-06 12:55:18 +02:00
Verkehrsrot
a1f095fe7e BME280/BME680 documentation details added 2019-04-06 11:36:07 +02:00
Verkehrsrot
209426a56a bugfix cyclic.cpp (no senddata before reset) 2019-04-05 11:08:33 +02:00
Verkehrsrot
439f3ec55f BME display page added 2019-04-02 22:45:16 +02:00
Verkehrsrot
41db662627 New display pages feature added 2019-04-01 18:34:57 +02:00
Verkehrsrot
084cf50792 New feature display pages added (issue #278) 2019-04-01 18:01:52 +02:00
Verkehrsrot
dd2ce7eef9 timesync.cpp: #if fix 2019-04-01 08:10:08 +02:00
Verkehrsrot
f9daf5a16f update packed_decoder.js (Port2 / rcommand 0x86) 2019-03-31 20:46:44 +02:00
Verkehrsrot
3376a7f57e time sync accuracy fixes 2019-03-31 19:13:06 +02:00
Verkehrsrot
6aba3c128b issue #331 2019-03-31 15:56:56 +02:00
Verkehrsrot
edfd8b1fac #if corrections timesync 2019-03-31 15:47:19 +02:00
Verkehrsrot
b5395661fc fix issue #332 2019-03-31 15:32:22 +02:00
Verkehrsrot
20c69789f0 timesync.cpp: bugfix esp32 hw timer 2019-03-28 22:53:21 +01:00
Verkehrsrot
abe339f355 packed_converter.js: bugfix port 2 time 2019-03-28 21:27:29 +01:00
Verkehrsrot
14d29e11f3 timesync.cpp fixes 2019-03-28 14:24:10 +01:00
Verkehrsrot
72f9b321f7 timesync.cpp: code sanitizations 2019-03-28 14:19:02 +01:00
Verkehrsrot
0640e4dfb1 timesync.cpp: bugfix vTaskDelay 2019-03-27 20:38:00 +01:00
Verkehrsrot
d4a3af987d timsync.cpp: field validation t_msec 2019-03-27 19:37:47 +01:00
Verkehrsrot
17a1ae2856 packed_decoder.js: added timesync port 2 2019-03-27 19:37:21 +01:00
Verkehrsrot
87d6d95726 MOBASERIAL added 2019-03-27 19:36:47 +01:00
Verkehrsrot
8c581ec32f sanitized time adjust code 2019-03-25 19:06:54 +01:00
Verkehrsrot
95b6947c73 changed port for rcommand 0x86 2019-03-25 08:36:56 +01:00
Verkehrsrot
8de76bcaf5 Timeserver: bugfix (no time 0xff was not sent) 2019-03-25 00:02:37 +01:00
Verkehrsrot
d4ddb4811f Timeserver: filter gateway with ms timestamp 2019-03-24 23:23:00 +01:00
Verkehrsrot
a7a49ee9a0 paxcounter.conf: added time sync retry setting 2019-03-24 22:02:19 +01:00
Verkehrsrot
185953bd5a
Merge branch 'master' into development 2019-03-24 20:14:32 +01:00
Verkehrsrot
5bbfb7ea72 timesync 1sec fix 2019-03-24 20:12:03 +01:00
Verkehrsrot
86d17d4249 main.cpp: comments updated 2019-03-24 19:50:49 +01:00
Verkehrsrot
5f2d2d0dd5 time accuracy finetuning 2019-03-24 19:50:24 +01:00
Verkehrsrot
e156770fc3 display.cpp: inverse timestatus display 2019-03-24 19:49:44 +01:00
Verkehrsrot
e544e22d9e lorawan.cpp: join wait message added 2019-03-24 16:23:34 +01:00
Verkehrsrot
e3887980d3 ecopower.h: 2nd LED fix 2019-03-24 16:22:12 +01:00
Verkehrsrot
94766f2832 timesync fixes 2019-03-24 16:20:39 +01:00
Verkehrsrot
57042e943c lorawan.cpp: set_rtctime call modified 2019-03-24 16:19:21 +01:00
Verkehrsrot
8430e9fe92 main.cpp: bugfix 2nd LED 2019-03-24 16:18:29 +01:00
Verkehrsrot
0dcb9b9e2b led.cpp: bugfix 2nd LED 2019-03-24 16:18:08 +01:00
Verkehrsrot
e18f9fdcae rcttime.cpp: mutex param added 2019-03-24 16:17:36 +01:00
Verkehrsrot
c0abe0652e timesync params moved to paxcounter.conf 2019-03-24 16:16:58 +01:00
Verkehrsrot
c84063aa6d irqhandler.cpp: mask/unmask added 2019-03-24 16:15:29 +01:00
Verkehrsrot
6604d3f694 secondary LED added 2019-03-24 01:05:13 +01:00
Verkehrsrot
cad13b72a1 timesync fixes 2019-03-24 00:15:04 +01:00
Verkehrsrot
54c6536349 interrupt timing issues (not fully solved yet) 2019-03-23 15:12:11 +01:00
Verkehrsrot
8de2ee0680 edit board file ecopower.h 2019-03-23 15:06:05 +01:00
Verkehrsrot
b91ef3ec7e define fixups 2019-03-23 11:04:22 +01:00
Verkehrsrot
18ca823d92 new board file ecopower.h 2019-03-23 11:03:04 +01:00
Verkehrsrot
083fd0791c board file fixups 2019-03-23 11:02:47 +01:00
Verkehrsrot
ab5525d565 lmic fixups 2019-03-23 11:01:49 +01:00
Verkehrsrot
c671bc680e
Update ttgofox.h 2019-03-20 22:14:02 +01:00
Verkehrsrot
aa28b1baa0 paxcounter.conf: new option for set compiled time 2019-03-19 20:58:43 +01:00
Verkehrsrot
f8ba6e9e31 rtctime.cpp: compiled time init option 2019-03-19 20:56:08 +01:00
Verkehrsrot
6c3641fa42 lmic_config.h: clock error adjusted according mcci 2019-03-19 20:54:33 +01:00
Verkehrsrot
36252a51e0 timesync.cpp: bugfix wrap around seqNo 2019-03-19 20:50:00 +01:00
Verkehrsrot
ffaa13283b time accuracy improvement 2019-03-19 01:46:20 +01:00
Verkehrsrot
0f311b5ea9 heltecv2.h update 2019-03-19 00:03:37 +01:00
Verkehrsrot
6efe299e71 timesync errorhandling improved 2019-03-19 00:02:35 +01:00
Verkehrsrot
e13e5db6b1
Update paxcounter.conf 2019-03-18 22:34:08 +01:00
Verkehrsrot
9986902833
Update heltecv2.h 2019-03-18 11:27:55 +01:00
Verkehrsrot
c70e57bb55
Update heltecv2.h 2019-03-18 11:27:37 +01:00
Verkehrsrot
ee3be4ecad Nodered-Timeserver: device display 2019-03-18 01:05:21 +01:00
Verkehrsrot
d4a23c35af heltec v2 hal file fix 2019-03-18 00:50:29 +01:00
Verkehrsrot
6c8436de03 Nodered Timeserver improvement 2019-03-18 00:48:20 +01:00
Verkehrsrot
6a920ce12a Nodered Timeserver fixes 2019-03-17 22:04:28 +01:00
Verkehrsrot
5cb875bcfc timesync TIME_SYNC_FIXUP 2019-03-17 22:00:42 +01:00
Verkehrsrot
cd67cb2335 Nodred Timeserver graph display 2019-03-17 22:00:14 +01:00
Verkehrsrot
2d93f323b4 configmanager bitmask display 2019-03-17 22:00:02 +01:00
Verkehrsrot
9e4da009ca Nodered Timeserver eui display 2019-03-17 21:09:01 +01:00
Verkehrsrot
2a55e9a8c6 timesync fixes (using ostime_t now) 2019-03-17 19:24:50 +01:00
Verkehrsrot
cb65d0ed6b configmanager: bitwise display of payloadmask 2019-03-17 19:22:58 +01:00
Verkehrsrot
c2b28a54cb timesync fixes 2019-03-17 15:04:11 +01:00
Verkehrsrot
04bc0e1f30 Nodered Timeserver improved 2019-03-17 14:46:59 +01:00
Verkehrsrot
149c7f6732 timesync.cpp fix shift overflow 2019-03-16 22:16:55 +01:00
Verkehrsrot
af4cf1d09f timesync improvements 2019-03-16 21:01:43 +01:00
Verkehrsrot
3c41ba6d4c readme.md 2019-03-16 12:10:15 +01:00
Verkehrsrot
124ba16b8c readme.md: payloadmask, sensor data 2019-03-16 12:02:12 +01:00
Verkehrsrot
947db35d35 Merge branch 'development' of https://github.com/cyberman54/ESP32-Paxcounter into development 2019-03-16 11:41:09 +01:00
Verkehrsrot
49bd69ca3a readme.md updated for sensors 2019-03-16 11:41:04 +01:00
Gregor Wolf
a62c0412b0 Correct sensor name in the output 2019-03-16 09:08:25 +01:00
Verkehrsrot
d597f50d53 timesync fixes 2019-03-16 00:38:41 +01:00
Verkehrsrot
a88ea16e3a timesync fixes 2019-03-15 22:48:09 +01:00
Verkehrsrot
efd8f989a9 board hal file sanitizations 2019-03-15 20:24:55 +01:00
Verkehrsrot
7244596ded removed gps data from counter payload 2019-03-15 20:20:21 +01:00
Verkehrsrot
d3a7d35959
Merge branch 'development' into master 2019-03-15 19:58:02 +01:00
Verkehrsrot
2640c0ba59
main.cpp: bugfix lowpower gpio pin init 2019-03-15 19:54:20 +01:00
Verkehrsrot
7f90d255b2 timeserver fixes 2019-03-14 19:52:10 +01:00
Verkehrsrot
fe0ef13b1f timesync fixes 2019-03-14 00:05:19 +01:00
Verkehrsrot
847bd7431c
Update heltec.h 2019-03-13 22:30:17 +01:00
Verkehrsrot
8f79011366 fix display after merge of pr #313 2019-03-13 22:08:05 +01:00
Verkehrsrot
4f9651c401 merge ifdef refactoring (pr #313) 2019-03-13 21:47:05 +01:00
Verkehrsrot
bfa28d4139 BME280 integration (PR #309) 2019-03-13 21:15:28 +01:00
Verkehrsrot
3cc38abaea
Merge branch 'development' into bme280 2019-03-13 20:23:14 +01:00
Verkehrsrot
f58cad9b57 heltec board file fixes 2019-03-13 20:20:31 +01:00
Verkehrsrot
3b3b2810cb timesync fixes 2019-03-13 20:20:19 +01:00
Verkehrsrot
e38e79fa63
Update heltecv2.h 2019-03-13 12:48:21 +01:00
Verkehrsrot
12ad9aaea7
Update heltecv2.h 2019-03-13 12:38:41 +01:00
Verkehrsrot
a2b4697188
Update heltec.h 2019-03-13 12:38:21 +01:00
Verkehrsrot
edb2c822c8 timeserver (experimental) 2019-03-12 23:50:02 +01:00
Oliver Brandmueller
4a7525efcb replace #ifdef with #if to streamline feature setting 2019-03-11 18:09:01 +01:00
Verkehrsrot
bd8718f23f timeserver (experimental) 2019-03-11 01:05:41 +01:00
Verkehrsrot
71475678cd timeserver fixes 2019-03-10 20:14:10 +01:00
Verkehrsrot
c13934be99 timeserver(experimental) 2019-03-10 17:35:57 +01:00
Verkehrsrot
f9f5f499ff timeserver(experimental) 2019-03-09 22:08:57 +01:00
Verkehrsrot
7ab0d8fcd6 timesync(experimental) 2019-03-09 20:40:21 +01:00
Verkehrsrot
c64f087faa timesync (experimental) 2019-03-09 15:25:44 +01:00
Verkehrsrot
669d05a1b4 timesync.cpp 2019-03-09 00:54:34 +01:00
Verkehrsrot
1051d841b6 timeserver (experimental) 2019-03-09 00:53:11 +01:00
Gregor Wolf
91cc9dba0c Support for BME280 2019-03-08 18:13:51 +01:00
Verkehrsrot
8980a3d8ff servertimesync.cpp: license note 2019-03-08 16:51:37 +01:00
cyberman54
85f629b662 servertimesync (experimental) 2019-03-08 16:10:22 +01:00
Davide Nesi
a5a3778e82
Update paxcounter.conf 2019-03-08 09:16:38 +01:00
Gregor Wolf
dee16b6d52 Correct naming of the output 2019-03-07 22:17:28 +01:00
Verkehrsrot
9fcf374de0 v1.7.36 (issue #250) 2019-03-07 21:30:09 +01:00
Davide Nesi
16eb8faaa8
Add files via upload 2019-03-07 15:05:52 +01:00
Davide Nesi
3f45832864
Update main.cpp 2019-03-07 15:00:11 +01:00
Davide Nesi
4e81e572a8
Update lorawan.cpp 2019-03-07 14:59:34 +01:00
Davide Nesi
fba9529844
Update display.cpp 2019-03-07 14:59:11 +01:00
Davide Nesi
67073577e6
Update cyclic.cpp 2019-03-07 14:58:28 +01:00
Davide Nesi
4ef3ebb0bf
Update paxcounter.conf 2019-03-07 14:57:21 +01:00
Verkehrsrot
7349a876e1 timekeeper.cpp bugfix 2019-03-07 00:08:53 +01:00
Verkehrsrot
afe533492b
Update paxcounter.conf 2019-03-06 23:49:17 +01:00
Verkehrsrot
d694e13f2d heltecv2.h merge 2019-03-06 23:24:35 +01:00
Verkehrsrot
79d931bf50 DBtimesync (experimental) 2019-03-06 23:21:46 +01:00
Verkehrsrot
806ffe5259
Merge pull request #295 from cyberman54/master
sync master to dev
2019-03-06 23:16:36 +01:00
Verkehrsrot
bc4b4184a9 if482.cpp bugfix 2019-03-06 22:56:51 +01:00
caskerra
efb906f541
Update heltecv2.h 2019-03-05 18:49:09 +01:00
Verkehrsrot
d180494e3f
Update heltecv2.h 2019-03-04 20:17:29 +01:00
Verkehrsrot
6d26dd8e08 timesync fixes 2019-03-03 17:35:08 +01:00
Verkehrsrot
6a6e584234 get_gpstime optimization 2019-03-03 17:06:36 +01:00
Verkehrsrot
aeccb59f55 irq code sanitizations 2019-03-03 13:07:48 +01:00
Verkehrsrot
51917b79d3 timer irqs refactored 2019-03-03 12:57:00 +01:00
cyberman54
b516cbbbce changed hardware timers to soft timers with task notify 2019-03-03 00:30:57 +01:00
cyberman54
1ae444b342 gpsread fixes 2019-03-02 22:56:00 +01:00
cyberman54
19dd7c8e33 timekeeper bugfix if482 2019-03-02 21:54:55 +01:00
cyberman54
e2962f5ec5 timekeeper.cpp if482 bugfix 2019-03-02 21:40:56 +01:00
cyberman54
a3b7e95e7a timekeeper.cpp bugfix dcf77 frame 2019-03-02 21:25:22 +01:00
Verkehrsrot
ae9117301e
Merge branch 'master' into development 2019-03-02 21:04:43 +01:00
cyberman54
814d60e15d timekeeper fixes 2019-03-02 20:58:06 +01:00
Verkehrsrot
49fd795ade
Merge pull request #287 from cyberman54/development
timekeeper fixes
2019-03-02 20:01:58 +01:00
cyberman54
182f850d23 timekeeper fixes 2019-03-02 20:01:27 +01:00
cyberman54
cf170276c6 cleanups 2019-03-02 14:09:12 +01:00
Verkehrsrot
6b667b4123
Merge branch 'development' into master 2019-03-02 13:37:50 +01:00
Klaus K Wilting
d2530ba91a timekeeper changes (experimental) 2019-03-02 13:32:02 +01:00
Klaus K Wilting
19ffae05e6 bugfix timekeeper 2019-02-28 17:25:50 +01:00
Klaus K Wilting
c489123e06 timekeeper fixes (experimental) 2019-02-27 22:40:58 +01:00
Klaus K Wilting
b2a563c84e spislave.cpp: compiler directives fixed 2019-02-27 00:52:45 +01:00
Klaus K Wilting
7e4a360bb7 timekeeper fixes (still experimental) 2019-02-27 00:52:27 +01:00
Klaus K Wilting
55e0c73c77 Log tags changed 2019-02-27 00:49:32 +01:00
Klaus K Wilting
5c191a269f timekeeper once again reworked and shortened 2019-02-25 20:22:03 +01:00
Klaus K Wilting
5fb4c7bec2 timekeeper use syncprovider by Time.h 2019-02-25 00:26:46 +01:00
Klaus K Wilting
6ab4a0bd9f timekeeper fixes 2019-02-24 23:13:15 +01:00
Klaus K Wilting
c20ef02ce8 timekeeper fixes 2019-02-24 15:08:41 +01:00
Klaus K Wilting
a676658977 rcommand.cpp bugfix get_time() 2019-02-24 15:04:47 +01:00
Klaus K Wilting
171207af22 timekeeper code sanitizations 2019-02-24 13:47:18 +01:00
Klaus K Wilting
c02b8bc751 rcommand get time 2019-02-24 13:35:40 +01:00
Klaus K Wilting
7dd82eb5ee Cayenne LPP2 protocol enhancements 2019-02-24 13:35:22 +01:00
Klaus K Wilting
98797c0fe1 timemanager reworked 2019-02-24 01:44:55 +01:00
Klaus K Wilting
feda8dd938 timemanager fixes 2019-02-23 23:39:45 +01:00
Klaus K Wilting
60467ca195 timesource display 2019-02-23 21:51:24 +01:00
Klaus K Wilting
d0de4ae3bc removed debug output from battery.cpp 2019-02-23 20:38:05 +01:00
Klaus K Wilting
f08a649086 DCF77 code sanitization 2019-02-23 20:28:11 +01:00
Klaus K Wilting
590e4d91f8 DCF77 fixes 2019-02-23 18:31:47 +01:00
DavideNesi
16cebd418a
Update plain_decoder.js
the old version had problems while using wifi and gps but not bluetooth
added battery monitor
2019-02-23 18:20:10 +01:00
Klaus K Wilting
011bf0463e DCF77 code performance improvement 2019-02-23 18:12:43 +01:00
Klaus K Wilting
8c93f44c84 timemanager fixes #2 2019-02-22 23:17:28 +01:00
Klaus K Wilting
0c1c95d868 timemanager fixes 2019-02-22 22:28:35 +01:00
Klaus K Wilting
3d26f737be timemanager added (v1.7.32) 2019-02-21 23:17:01 +01:00
Verkehrsrot
efd9f1774f
Update ttgobeam.h 2019-02-20 23:37:31 +01:00
Klaus K Wilting
34eb681955 get_gpstime(): max time age reduced to 1000 2019-02-20 23:04:37 +01:00
Klaus K Wilting
0b898967c1 patch in LMIC pinmapping to protect "NOT_A_PIN" in pins_arduino.h 2019-02-19 18:37:35 +01:00
Klaus K Wilting
dd5007897d pps pulse display 2019-02-18 21:51:01 +01:00
Klaus K Wilting
1b42afafd7 clock time handling improvements 2019-02-17 22:12:14 +01:00
Klaus K Wilting
d9a2107450 clockcontroller.cpp bugfix ts variable 2019-02-17 19:33:41 +01:00
Klaus K Wilting
8b4d1e06dc update hal files generic.h + lop4.h 2019-02-17 19:21:37 +01:00
Klaus K Wilting
05a3f3b2a8 v1.7.31 (clockcontroller deeply reworked) 2019-02-17 19:21:08 +01:00
Klaus K Wilting
c8978a0745 refactored clock controller code 2019-02-16 15:02:07 +01:00
Klaus K Wilting
91889a2af8 v1.7.24 2019-02-15 14:08:27 +01:00
Klaus K Wilting
1ac176075a clock time handling modifications (still experimental) 2019-02-14 23:01:20 +01:00
Klaus K Wilting
42971b60cd DCF77 code sanitized 2019-02-13 00:00:05 +01:00
Klaus K Wilting
135d635e8c IF482 precision improvement (experimental) 2019-02-12 23:59:08 +01:00
Klaus K Wilting
1393e47052 GPS Timepulse handling by semaphore 2019-02-12 23:57:36 +01:00
Klaus K Wilting
5c7e4ab9e5 lorawan.cpp: assert value of CLOCK_ERROR_PROCENTAGE 2019-02-12 23:57:05 +01:00
Klaus K Wilting
1858c54799 lmic.config.h: assert value of CLOCK_ERROR_PROCENTAGE 2019-02-12 23:56:06 +01:00
Klaus K Wilting
035b7abe26 IF482 precision improvement 2019-02-11 23:37:45 +01:00
Klaus K Wilting
87378738d2 IF482 bugfix (i2c lock during rtc setup) 2019-02-10 16:43:24 +01:00
Tim Riemann
dff594d05d
Fixed invalid OLED pin mapping for TTGO v1 2019-02-09 23:05:56 +01:00
Verkehrsrot
8baf976419
Merge pull request #266 from cyberman54/development
v1.7.2
2019-02-09 16:15:05 +01:00
Klaus K Wilting
70fb3ecd45 v1.7.2 2019-02-09 16:10:21 +01:00
Klaus K Wilting
bac9540d52 code sanitizations 2019-02-09 15:46:44 +01:00
Klaus K Wilting
e7a5ab3ca6 rtctime.cpp: timepulse fixes 2019-02-09 14:46:41 +01:00
Klaus K Wilting
46f41d0ee8 time code sanitizations 2019-02-09 14:21:09 +01:00
Klaus K Wilting
a46b16aa5d use GPS timepulse line 2019-02-09 14:18:46 +01:00
Klaus K Wilting
fde157dd0d preparations for changing gps library 2019-02-09 13:02:38 +01:00
Klaus K Wilting
ed5c7f46f3 DCF77 + IF482 debugging 2019-02-08 23:08:14 +01:00
Klaus K Wilting
bfc8f13cc7 Revert "Revert "DCF77 + IF482 code sanitizations""
This reverts commit 5fcfdd91e5.
2019-02-08 22:19:44 +01:00
Klaus K Wilting
5fcfdd91e5 Revert "DCF77 + IF482 code sanitizations"
This reverts commit 160b282c3a.
2019-02-08 21:48:56 +01:00
Klaus K Wilting
160b282c3a DCF77 + IF482 code sanitizations 2019-02-08 10:38:53 +01:00
Klaus K Wilting
f319d669ec DCF77+IF482 code sanitizations 2019-02-07 23:11:10 +01:00
Klaus K Wilting
bad5805810 DCF77 & IF482 improvements 2019-02-07 23:05:26 +01:00
Klaus K Wilting
e1b6d9a04c DCF77 optimizations 2019-02-07 20:39:32 +01:00
Klaus K Wilting
f5e5bf798a DCF77 improvements 2019-02-07 07:32:55 +01:00
Klaus K Wilting
3c913095a2 DCF77 fixes 2019-02-05 23:50:05 +01:00
Klaus K Wilting
82489524d3 dcf77.cpp bugfixes and now finalized 2019-02-04 23:42:17 +01:00
Klaus K Wilting
8d01b651bb IF482 bugfix 2019-02-04 21:42:44 +01:00
Verkehrsrot
5d1bff6a9b
Update ttgov1.h 2019-02-04 20:56:38 +01:00
Verkehrsrot
bef33af4b8
Update ttgov2.h 2019-02-04 20:53:27 +01:00
Verkehrsrot
ba3320b0bb
Update heltec.h 2019-02-04 20:51:16 +01:00
Klaus K Wilting
56ab5a24a5 display.cpp: compiler warning sanitized 2019-02-04 20:40:46 +01:00
Klaus K Wilting
17cd82da68 v1.7..152: DCF77 fixes (experimental) 2019-02-04 20:02:30 +01:00
Verkehrsrot
a25ab0930c
Update heltecv2.h 2019-02-04 19:45:40 +01:00
Klaus K Wilting
39e2df7a05 added DCF77 function (experimental, not fully working yet) 2019-02-03 21:19:08 +01:00
Klaus K Wilting
9cb828bfbd gpsread.cpp: bugfix in debug time display 2019-02-03 20:18:54 +01:00
Klaus K Wilting
06a1775779 added priority control for lora and spi sendqueue 2019-02-03 14:12:21 +01:00
Klaus K Wilting
cd08335634 free up hw timer #1 (for future DCF77 use) 2019-02-02 21:35:40 +01:00
Klaus K Wilting
e7a416cd7a bugfixes i2c bus access 2019-02-02 10:35:20 +01:00
Klaus K Wilting
ab5cd0b0a2 bugfixing in time handling 2019-02-02 09:15:31 +01:00
Klaus K Wilting
a2b0cc7315 lmic:config.h: increased clock_error from 3 to 30 for better joining 2019-02-02 09:11:23 +01:00
Klaus K Wilting
8c0ad6f849 another bugfixes in realtime handling 2019-01-29 22:54:16 +01:00
Klaus K Wilting
110e969ba8 bugfixes in realtime handling 2019-01-29 19:52:54 +01:00
Klaus K Wilting
98d6e12836 v1.7.143 2019-01-29 09:06:10 +01:00
Klaus K Wilting
2fd3b6725c set RTC by GPS & LORA 2019-01-29 09:04:56 +01:00
Klaus K Wilting
8459eec8ef IF482 depends on RTC_INT not HAS_RTC 2019-01-29 09:04:31 +01:00
Klaus K Wilting
8a764af09b blink TimeSync display 2019-01-29 09:03:18 +01:00
Verkehrsrot
cbdf181a10
Merge pull request #258 from cyberman54/master
sync dev with master
2019-01-29 00:02:21 +01:00
Klaus K Wilting
bdcace14b9 sanitized time handling code 2019-01-28 23:59:52 +01:00
Klaus K Wilting
bf1d8ab1d4 if482.cpp: comments added 2019-01-28 21:47:44 +01:00
Klaus K Wilting
954687fe61 fixed timezone compile error (issue #256) 2019-01-28 11:46:18 +01:00
Oliver Brandmueller
ebefd5d234 fix HAS_RTC ifdef to fix compiling for boards without RTC 2019-01-28 09:44:30 +01:00
Klaus K Wilting
95521641ac v1.7.14 2019-01-28 00:53:30 +01:00
Verkehrsrot
696e46ce20
Merge branch 'development' into master 2019-01-28 00:46:49 +01:00
Klaus K Wilting
4341158fa3 added timezone support 2019-01-28 00:38:31 +01:00
Klaus K Wilting
28bfae346e cyclic.cpp: bugfix set rtctime by gps 2019-01-27 22:12:56 +01:00
Klaus K Wilting
74deb2b95c display.cpp: do not show SAT if no NMEA data seen 2019-01-27 21:20:09 +01:00
Klaus K Wilting
e6aba4fe63 IF482 minor fixes 2019-01-27 21:02:37 +01:00
Klaus K Wilting
ddc7abe90d display.cpp: time/date display added if RTC present 2019-01-27 21:02:08 +01:00
Klaus K Wilting
7c68f7632a v1.7.14 (new feature IF482 time telegram complete) 2019-01-27 18:19:25 +01:00
Klaus K Wilting
f4c29f3137 gpstimesync() deleted; paxcounter.conf: Timesync enabled 2019-01-26 23:45:11 +01:00
Klaus K Wilting
3285eed0fa if482.cpp: remove newline on serial output 2019-01-26 23:20:25 +01:00
Klaus K Wilting
335432e692 IF482.cpp fully functional 2019-01-26 18:49:53 +01:00
Klaus K Wilting
99f1a2015d main.cpp: add if482 init 2019-01-26 13:44:29 +01:00
Klaus K Wilting
edf5310d81 rtctime.cpp: bugfix time sync at device startup 2019-01-26 13:44:16 +01:00
Klaus K Wilting
c05edbc2f3 display.cpp: 2 decimals in voltage field 2019-01-26 13:43:19 +01:00
Klaus K Wilting
f87a0abff7 if482.cpp + gpsread.cpp sanitized 2019-01-26 12:32:58 +01:00
Klaus K Wilting
79a963b34f i2c mutex control sanitized 2019-01-26 12:32:17 +01:00
Klaus K Wilting
44b821f2a5 added IF482 time telegram generator (experimental) 2019-01-25 22:49:26 +01:00
Klaus K Wilting
8d3d4fe812 update ttgobeam.h; sanitize globals.h 2019-01-25 20:28:55 +01:00
Klaus K Wilting
99631d8548 rtctime.cpp: bugfix sync_rtctime() 2019-01-21 21:59:00 +01:00
Klaus K Wilting
5e407f99f8 low power switch init added (ttgo t-fox) 2019-01-21 21:36:54 +01:00
Klaus K Wilting
0f614da07b ttgofox.h: update LORA_RST 2019-01-21 17:49:58 +01:00
Klaus K Wilting
5bc2ffab09 Code for RTC time sync added 2019-01-21 16:16:39 +01:00
Klaus K Wilting
a0c5bb5086 blescan.cpp: bugfix include 2019-01-20 22:39:56 +01:00
Klaus K Wilting
0cbe2b7b67 create IF482 support files (yet to come) 2019-01-20 22:39:26 +01:00
Klaus K Wilting
79303d6b7a rtc support (experimental) 2019-01-20 22:38:53 +01:00
Klaus K Wilting
80866adecf fix bluetooth includes (issue #249) 2019-01-20 15:53:31 +01:00
Klaus K Wilting
6f4bf4142b hal file updates 2019-01-20 13:18:23 +01:00
Klaus K Wilting
bde7fb2bcf added RTC timesync during startup 2019-01-20 13:17:44 +01:00
Klaus K Wilting
ac28348acf update generic.h 2019-01-19 19:10:10 +01:00
Klaus K Wilting
a3414c5622 Feature RTC support added (experimental) 2019-01-19 17:53:21 +01:00
Klaus K Wilting
1efaf9a04e board TTGO T-Fox added 2019-01-19 17:52:46 +01:00
Klaus K Wilting
66ef992782 board ttgo t-fox added 2019-01-18 22:19:40 +01:00
Klaus K Wilting
6e5db9236e update hal files 2019-01-12 12:17:29 +01:00
Klaus K Wilting
5ff78d2dc7 update heltec.h, heltecv2.h 2019-01-11 19:27:52 +01:00
Klaus K Wilting
613ec488fe v1.7.11 2019-01-11 18:32:50 +01:00
Klaus K Wilting
48b68653ab BME680 bugfix 2019-01-06 20:05:15 +01:00
Klaus K Wilting
25a97fbbcc BME680 fixes 2019-01-06 19:41:42 +01:00
Klaus K Wilting
0fd36b0051 BME680 state load/save bugfixes 2019-01-01 21:23:45 +01:00
Klaus K Wilting
8267e4e3b6 BME680: bugfix save state 2019-01-01 14:59:00 +01:00
Klaus K Wilting
a0a96b36dd packed_converter.js: bugfix 2019-01-01 13:48:32 +01:00
Klaus K Wilting
fadbd2d38d fixes in ttgobeam_old.h 2018-12-31 21:53:13 +01:00
Klaus K Wilting
998e122f3a BME680 bugfixes 2018-12-31 15:46:52 +01:00
Klaus K Wilting
f26b7a545c bsecstate load/save implemented; bugfix packed_decoder.js 2018-12-31 11:26:05 +01:00
Klaus K Wilting
184e1e7d84 hal files lopy.h, lopy4.h adapted to current pins_arduino.h 2018-12-28 21:04:11 +01:00
Verkehrsrot
ffab2f7743
Merge branch 'master-1.7.0-rc2' into development 2018-12-28 20:31:38 +01:00
Klaus K Wilting
330b3045d4 append gps data to counter data 2018-12-28 20:23:17 +01:00
Klaus K Wilting
76600a86b1 first fully functional integration (experimental) 2018-12-27 17:09:40 +01:00
Klaus K Wilting
eb5dac2dea new bsec tree 2018-12-26 23:21:28 +01:00
Klaus K Wilting
5009ec0563 initial 2018-12-26 23:01:54 +01:00
Klaus K Wilting
7f066f338f changed init order of BME loop 2018-12-26 13:00:32 +01:00
Klaus K Wilting
911f03c6c5 bugfix hal file heltec, heltecv2, lop,y, lopy4 2018-12-25 09:59:04 +01:00
Klaus K Wilting
b328dd61a0 BME680 optimizations 2018-12-22 21:40:43 +01:00
Klaus K Wilting
2940561c26 display.cpp: removed inverse display for send queue length 2018-12-22 18:18:28 +01:00
Klaus K Wilting
2f51a65b8f bugfix lopy.h + lopy4.h 2018-12-22 18:01:45 +01:00
Verkehrsrot
d1303b81dc
Merge branch 'master-1.7.0-rc1' into development 2018-12-22 16:58:26 +01:00
Klaus K Wilting
3140ab9214 v1.7.01 (PSRAM support, timesync off) 2018-12-22 14:37:47 +01:00
Klaus K Wilting
9574a194fd v1.6.996 2018-12-21 00:35:21 +01:00
Klaus K Wilting
48cbcd40cd delay function sanitized 2018-12-19 12:32:25 +01:00
Klaus K Wilting
551737cc89 plain_decoder.js: bugfix 2018-12-18 10:43:59 +01:00
Klaus K Wilting
ea9f462675 plan_decoder.js: bugfix 2018-12-18 10:43:12 +01:00
Klaus K Wilting
a14fb3d2a2 update ttgobeam_new.h 2018-12-17 10:42:58 +01:00
Klaus K Wilting
82c831e4e4 update ttgobeam_new.h 2018-12-17 10:42:34 +01:00
Klaus K Wilting
616d66c5fb ttgobeam HAL files added 2018-12-17 10:30:56 +01:00
Klaus K Wilting
3e68bbd09e v1.6.972: ttgobeamnew.h added 2018-12-17 10:13:08 +01:00
cyberman54
39204ef7fc Lmic AES changed to MbedTLS hw AES (experimental) 2018-12-16 23:36:17 +01:00
Klaus K Wilting
ad33f8fc76 deinit Bluetooth while device starts if not compiled 2018-12-16 16:50:37 +01:00
Klaus K Wilting
9e079fe642 packed_decoder.js: errorhandling NULL input 2018-12-16 15:38:59 +01:00
Klaus K Wilting
dadab1bd14 payload.cpp: bugfix cayenne 2018-12-09 22:11:45 +01:00
Klaus K Wilting
334255849e ttgobeam.h: BME680 disabled by default 2018-12-09 19:36:22 +01:00
Klaus K Wilting
df4a87df5c ttgobeam.h: brownout optional 2018-12-09 19:33:54 +01:00
Klaus K Wilting
2e2f256ea6 ttgobeam.h: brownout disabled 2018-12-09 18:54:48 +01:00
Klaus K Wilting
e733dba9f4 v1.6.991 2018-12-09 13:48:03 +01:00
Verkehrsrot
373656e481
Update heltecv2.h 2018-12-08 11:18:10 +01:00
Klaus K Wilting
664d58bb4f Bluetooth init ode changes 2018-12-02 18:22:57 +01:00
Klaus K Wilting
47579414ac code sanitization 2018-12-02 14:29:32 +01:00
Klaus K Wilting
decb8b7181 change default to bluetooth disabled 2018-12-02 14:08:50 +01:00
Verkehrsrot
557ccdebd0
Merge pull request #216 from cyberman54/development
v1.6.971
2018-11-28 11:44:05 +01:00
Klaus K Wilting
a22823c356 revert to espressif32 v1.5.0 due to wifi and ble packet loss 2018-11-28 11:41:34 +01:00
Verkehrsrot
ee55176e18
Merge pull request #215 from cyberman54/development
bugfix payload decoder packed_decoder.js
2018-11-27 23:25:08 +01:00
Klaus K Wilting
91a49da61e bugfix payload decoder packed_decoder.js 2018-11-27 23:19:59 +01:00
Verkehrsrot
d0390d8ffa
Merge pull request #214 from cyberman54/development
v1.6.97
2018-11-27 21:32:16 +01:00
Klaus K Wilting
2d0f9c3c13 OTA wifi stability improvement 2018-11-27 21:31:20 +01:00
Klaus K Wilting
207eb6bb98 add feature send battery voltage data 2018-11-27 11:21:20 +01:00
Verkehrsrot
09136c296c
Update paxcounter.conf 2018-11-27 10:57:24 +01:00
Verkehrsrot
6d42056cb8
Merge pull request #213 from cyberman54/development
v1.6.95
2018-11-27 10:16:17 +01:00
Klaus K Wilting
72063b88b1 v1.6.95 2018-11-27 10:10:20 +01:00
Klaus K Wilting
e838b53e7a lorawan: code sanitization 2018-11-26 23:56:25 +01:00
Klaus K Wilting
dd9a493df3 lorawan.cpp: small code sanitizations 2018-11-26 23:32:11 +01:00
Klaus K Wilting
556790082c lorawan.cpp: migrated to LMIC MCCI v2.3.0 2018-11-26 22:49:45 +01:00
Verkehrsrot
c8696bfe1a
Merge pull request #212 from cyberman54/development
BME680: bugfix pressure  value conversion; feature temperature offset
2018-11-26 19:25:49 +01:00
Klaus K Wilting
d5565c99e6 BME680: bugfix pressure value conversion; feature temperature offset 2018-11-26 16:12:41 +01:00
Fab-Lab.eu
6374c3ef1e
Update octopus32.h
changed: BME680 I2C pins and LED active status
2018-11-26 08:48:06 +01:00
Klaus K Wilting
4da2260852 BME280 payload corrections 2018-11-25 23:39:12 +01:00
Klaus K Wilting
54dea2e505 ota.cpp: WIFI_STA mode; lorawan.cpp: rssi negative display 2018-11-25 22:16:14 +01:00
Klaus K Wilting
589e185153 BSEC optimization 2018-11-25 21:39:00 +01:00
Klaus K Wilting
f024361c19 BSEC configuration 2018-11-25 20:56:14 +01:00
Klaus K Wilting
e2c975178a payload converter fixes 2018-11-25 19:16:31 +01:00
Klaus K Wilting
320ec01c14 BME280 fixes 2018-11-25 18:27:20 +01:00
Klaus K Wilting
75fb08e72c v1.6.85 2018-11-25 16:35:36 +01:00
Klaus K Wilting
b85dc829a5 Bosch BSEC integration completed 2018-11-25 16:05:30 +01:00
Klaus K Wilting
165f2813f5 testing 2018-11-25 12:49:49 +01:00
Klaus K Wilting
222dfb5a95 BSEC integration (experimental) 2018-11-25 11:48:03 +01:00
Klaus K Wilting
8f201e066f BOSCH BSEC integration 2018-11-22 23:37:53 +01:00
Klaus K Wilting
34dfb6d1d1 sensor.cpp: move sensorbuffer 2018-11-21 11:12:39 +01:00
Klaus K Wilting
6463eeb415 bugfix rcommand.cpp in set_sensor() 2018-11-20 21:24:35 +01:00
Klaus K Wilting
b8e7b4bf48 OTA improvements 2018-11-20 21:03:03 +01:00
Klaus K Wilting
12ad60a0a8 sensor init 2018-11-20 16:48:35 +01:00
Klaus K Wilting
1a24689652 rcommand 0x13 user sensor on/off 2018-11-20 15:44:33 +01:00
Klaus K Wilting
467f6d70f8 created: usersensor, bme680 bsec, update arduino-esp32 core 2018-11-20 15:02:37 +01:00
Klaus K Wilting
4e6c2b8b38 Merge branch 'sensor-development' of https://github.com/cyberman54/ESP32-Paxcounter into sensor-development 2018-11-19 00:42:58 +01:00
Klaus K Wilting
26082740af payloadmask 2018-11-19 00:41:15 +01:00
Verkehrsrot
42a30b622b
Merge pull request #203 from cyberman54/development
merge development v1.6.82
2018-11-18 21:03:47 +01:00
Klaus K Wilting
bf62d448ac BME680: added cyclic sensor data transmit 2018-11-18 16:45:33 +01:00
Klaus K Wilting
8ba97afa83 BME680: removed altitude (makes no sence without calibration on node) 2018-11-18 16:04:40 +01:00
Klaus K Wilting
06dcad6484 payload decoder reworked for BME680 support 2018-11-18 15:50:57 +01:00
Klaus K Wilting
02b3f1e2d4 bugfix cayenne encoding 2018-11-18 12:09:18 +01:00
Klaus K Wilting
2e51071d87 bugfix payload port 2018-11-17 22:49:14 +01:00
Klaus K Wilting
ddd5764a8b BME 680 support: payload converters addes 2018-11-17 21:39:49 +01:00
Klaus K Wilting
2b96f6e0bf BME680 support (experimental) 2018-11-17 18:30:19 +01:00
Klaus K Wilting
889ffe3a51 cyclic.cpp, lorawan.cpp: code sanitization 2018-11-16 09:52:26 +01:00
Klaus K Wilting
3e5a0e4058 add time sync cycle (experimental) 2018-11-16 09:43:47 +01:00
Klaus K Wilting
9c66167303 BME680 support (experimental) 2018-11-14 23:10:59 +01:00
Klaus K Wilting
4ae4633a15 BME680 support (experimental); LoRa Time sync (experimental) 2018-11-14 22:11:23 +01:00
Verkehrsrot
80dd7310cc
Update comments in spislave.cpp 2018-11-12 13:16:23 +01:00
Christian Ambach
97c71428a6 spi_slave: run code formatter
Signed-off-by: Christian Ambach <christian.ambach@deutschebahn.com>
2018-11-12 11:37:10 +01:00
Christian Ambach
3cd43710e6 spi_slave: re-enable checksum for payload
Signed-off-by: Christian Ambach <christian.ambach@deutschebahn.com>
2018-11-12 11:34:26 +01:00
Christian Ambach
18b44f2208 spi_slave: fix calculation of buffer size
the previous calculation added 4 additional bytes to the buffers
when the length was already dividable by 4.

Signed-off-by: Christian Ambach <christian.ambach@deutschebahn.com>
2018-11-12 11:29:23 +01:00
Klaus K Wilting
96783826d8 rcommand.cpp: delay before restart 2018-11-10 18:32:16 +01:00
Klaus K Wilting
a66021a848 battery.cpp: bugfix compiler directives 2018-11-05 22:15:15 +01:00
Klaus K Wilting
22577ea92a battery.cpp sanitized 2018-11-05 21:43:22 +01:00
Klaus K Wilting
b0fa5e9021 OTA battery check 2018-11-05 21:40:07 +01:00
Klaus K Wilting
8ae5b6e970 ota.cpp: improved software version comparision function 2018-11-05 21:27:28 +01:00
Klaus K Wilting
bfd91f4545 ota.cpp: wifi reconnect improved 2018-11-05 16:06:17 +01:00
Klaus K Wilting
af0f3a78fd OTA improved (LED flashing, faster buffer closing at end of write) 2018-11-05 15:28:26 +01:00
Klaus K Wilting
9fa2f974c3 OTA timeout problem fixed by workaround 2018-11-05 13:13:31 +01:00
Klaus K Wilting
9c1be4c557 ota.cpp: bugfix 2018-11-05 00:32:38 +01:00
Klaus K Wilting
d17638ad90 ota.cpp: control flow 2018-11-05 00:30:32 +01:00
Klaus K Wilting
cbc846d30b ota.cpp: fixed timeout 2018-11-05 00:03:47 +01:00
Klaus K Wilting
26f4bd8f09 ota.cpp: streaming timeout changed 2018-11-04 21:12:19 +01:00
Klaus K Wilting
f2513584e2 ota.cpp: stream timeout changed 2018-11-04 21:10:33 +01:00
Klaus K Wilting
4a9db7a4c0 ota.cpp: shortened log texts 2018-11-04 21:02:37 +01:00
Klaus K Wilting
c061f3f586 ota.cpp small fixes 2018-11-04 20:51:48 +01:00
Klaus K Wilting
3d93a44c96 further ota code sanitization (delete update.cpp/.h) 2018-11-04 20:30:03 +01:00
Klaus K Wilting
26ea8621c2 ota.cpp: bugfix 2018-11-04 19:54:09 +01:00
Klaus K Wilting
3aa8a88d3a ota.cpp restructured; .h file sanitization 2018-11-04 19:25:11 +01:00
Klaus K Wilting
5793b3c811 paxcounter.conf: reduced WIFI_MAX_TRY 2018-11-04 15:12:39 +01:00
Klaus K Wilting
5d5531e3af lorawan.cpp: bugfix logging 2018-11-04 14:55:30 +01:00
Klaus K Wilting
7ae82d1881 spislave.cpp: small fixes 2018-11-04 13:58:35 +01:00
Klaus K Wilting
577cdc9497 lolin32lite.h: LED pin corrected 2018-11-04 13:22:03 +01:00
Klaus K Wilting
e8afc10a93 lopy4.h sanitized 2018-11-04 12:25:50 +01:00
Klaus K Wilting
02b2bf2d4f spislave.cpp: processing of rx data added 2018-11-04 11:55:25 +01:00
Klaus K Wilting
8e3805a63b SPI slave integration (experimental) 2018-11-03 20:44:54 +01:00
Klaus K Wilting
0cc98a2e24 SPI slave integration 2018-11-03 20:29:02 +01:00
Christian Ambach
a3750ef01b add SPI slave support
Set up SPI slave transactions for entries in the SPI send queue.
Add a header to each SPI datagram that includes a CRC16,
the type and the size of the message that follows.

Does not act on received bytes (yet).

Signed-off-by: Christian Ambach <christian.ambach@deutschebahn.com>
2018-11-02 17:10:59 +01:00
Christian Ambach
bf3516bf45 fix the build for devices without LoRa
Signed-off-by: Christian Ambach <christian.ambach@deutschebahn.com>
2018-11-02 12:10:32 +01:00
Christian Ambach
4cab5113ca Revert "SPI code added (experimental)"
This reverts commit 16759c4dd5.
2018-11-02 12:09:12 +01:00
Christian Ambach
3af348fb65 Revert "SPI wire interface (experimental)"
This reverts commit 00b1faab83.
2018-11-02 12:09:06 +01:00
Klaus K Wilting
dbb91b1a40 heltecv2.h: pinout corrected 2018-11-02 08:39:45 +01:00
Klaus K Wilting
e8c5b1b478 payload.cpp: bugfix monitormode in config status 2018-10-31 19:49:01 +01:00
Klaus K Wilting
88c1dd4e0c rcommand.cpp: bugfix set_countmode() 2018-10-27 22:40:17 +02:00
Klaus K Wilting
00b1faab83 SPI wire interface (experimental) 2018-10-27 21:38:08 +02:00
Klaus K Wilting
16759c4dd5 SPI code added (experimental) 2018-10-27 13:51:59 +02:00
Klaus K Wilting
b4cbf8bdd9 LED control improved 2018-10-24 18:07:41 +02:00
Klaus K Wilting
efaba3775b main.cpp: added AU921 subband select 2018-10-23 08:56:34 +02:00
Klaus K Wilting
a1976368f8 lorawan.cpp: code sanitization 2018-10-22 19:42:27 +02:00
Klaus K Wilting
0cea410e37 lorawan.cpp: support added for switching SF worldwide 2018-10-22 19:38:26 +02:00
Klaus K Wilting
2be4721c68 added worlwide band support; modified join procedure 2018-10-22 14:06:47 +02:00
Klaus K Wilting
82eb2b5cff display.cpp: SF texts for worldwide bands added 2018-10-22 13:43:19 +02:00
Klaus K Wilting
15d410b750 hal file comments edited 2018-10-21 22:24:45 +02:00
Klaus K Wilting
dff56b5bef make SPI LORA pins configurable in hal-files 2018-10-21 22:16:29 +02:00
Klaus K Wilting
f670bc1f63 project migrated to arduino LMIC 1.6 MCCI 2018-10-21 19:00:20 +02:00
Klaus K Wilting
7b666b2737 eboxtube.h added; renamed GPS_QUECTEL_L76 to GPS_I2C 2018-10-20 09:58:53 +02:00
Klaus K Wilting
6d1d358a56 call LMIC_shutdown before ESP.restart 2018-10-17 07:10:37 +02:00
Klaus K Wilting
ebfc16219b LED color change 2018-10-16 08:48:09 +02:00
Klaus K Wilting
32a42dda2d fixed issue #160 2018-10-14 15:17:50 +02:00
Klaus K Wilting
a7c1d12eb2 Code Sanitization 2018-10-14 13:26:23 +02:00
Verkehrsrot
2cf6545c9c
Update ttgobeam.h 2018-10-14 09:54:37 +02:00
Klaus K Wilting
7b39044dc1 fix in GPS Sats display format 2018-10-06 22:45:35 +02:00
Klaus K Wilting
42172596e8 Merge branch 'master' of https://github.com/cyberman54/ESP32-Paxcounter 2018-10-06 21:37:33 +02:00
Klaus K Wilting
464db72198 heltecv2.h added; edits in lopy.h and lopy4.h 2018-10-06 21:37:27 +02:00
Fab-Lab.eu
c1bc56bdf9
Create octopus32.h
With this config you an run the paxcounter on a #IoT Octopus32 or an Adafruit ESP32 Feather
2018-10-06 20:55:17 +02:00
Klaus K Wilting
d587a8b874 code sanitization 2018-10-04 23:24:34 +02:00
Klaus K Wilting
a5797ad8c4 code sanitization 2018-10-04 23:00:47 +02:00
Klaus K Wilting
ae92bf377d code sanitization 2018-10-04 22:59:02 +02:00
Klaus K Wilting
30d22aa896 irq handling reworked (using tasknotify instead of semaphores) 2018-10-04 22:08:54 +02:00
Klaus K Wilting
6e47a60f32 code sanitization 2018-10-03 23:07:22 +02:00
Klaus K Wilting
219f2347da code sanitizations 2018-10-03 20:18:01 +02:00
Klaus K Wilting
1eceea2686 new lmic tasking 2018-10-03 16:24:45 +02:00
Klaus K Wilting
e5df1013b3 v1.5.18 (improved tasking, lmic has now core1 exclusive) 2018-10-03 00:25:05 +02:00
Klaus K Wilting
62d6d865b3 ota.cpp: text in display mask modified 2018-09-30 23:11:25 +02:00
Klaus K Wilting
15f7f2fd85 v1.5.13 2018-09-30 22:06:10 +02:00
Klaus K Wilting
16efbb0c90 edit ttgov21old.h 2018-09-30 19:39:58 +02:00
Klaus K Wilting
1c2fca392b edit lopy4.h 2018-09-30 18:02:05 +02:00
Klaus K Wilting
7858270d94 edit lopy.h 2018-09-30 17:50:45 +02:00
Klaus K Wilting
52e4dbca28 edit lopy4.h 2018-09-30 17:48:51 +02:00
Klaus K Wilting
240212afb9 edit HAL file ttgov21old.h 2018-09-30 16:49:31 +02:00