Commit graph

37 commits

Author SHA1 Message Date
b46ad8f691 version: 0.1.6 2025-03-13 17:02:27 +01:00
0eb5ce375e webrepl: introduce command to start webrepl 2025-03-13 17:01:26 +01:00
4b5c322a1a main.py: set debug false 2025-03-13 16:57:16 +01:00
c4ba65fd8d cmd_webrepl.sh: example how to start mpy webrepl 2025-03-11 15:47:02 +01:00
320ecdbbc5 cmd_uota.sh: use settings from OpenWRT host 2025-03-11 15:40:29 +01:00
dd370d23e9 cmd_rtc.sh: set the actual time from the host system 2025-03-11 15:39:11 +01:00
7812afa2e1 version: 0.1.5 2025-03-10 17:12:11 +01:00
fc6a55187a main.py: telemetry: simple telemetry transfer
in order to transfer telemetry to the server a command must be sent:

cmd: telemetry
wlan_ssid: ssid for wlan
wlan_password (optional): wlan password
telemetry_server: server base URL where to send telemetry data

currently, we send the MAC address of the microcontroller as well as the
installed version, read from the version file
2025-03-10 17:08:19 +01:00
4de729985b version: 0.1.4 2025-03-10 16:01:09 +01:00
78aff9c682 main.py: disable debug mode 2025-03-10 16:00:53 +01:00
405664abe6 create_firmware_update.sh: read version from file 2025-03-10 15:55:14 +01:00
bd0e3c95e5 version: 0.1.3 2025-03-10 15:37:44 +01:00
d2ceec976b main.py: reduce upload watchdog to 20 minutes 2025-03-10 15:36:55 +01:00
5242b178bf main.py: watchdog timer for upload and OTA 2025-03-07 15:19:01 +01:00
9eabcacd16 introduce function prepare_lowmem to remove big buffers 2025-03-07 15:18:54 +01:00
76693b97d7 requests library got changed, so put it into the update 2025-03-04 16:54:41 +01:00
88dacd58f4 latest file should only have one line, and version needs to be in the update 2025-03-04 16:53:49 +01:00
35d062baaa delete UART entity to free up rxbuf in low memory conditions 2025-03-04 16:52:55 +01:00
9f0c5d419a no need to track versions file 2025-02-27 13:55:17 +01:00
adb77f7acb minor changes 2025-02-27 13:54:37 +01:00
0351f366dd install script for everything on esp32 locally 2025-02-27 11:46:16 +01:00
30de6ef136 requests library patched for http 1.1 2025-02-27 11:43:48 +01:00
d807f32ad1 uota and upload test script 2025-02-27 11:43:03 +01:00
0bbe30f782 uota config for working sdlogger 2025-02-27 11:42:22 +01:00
e00aa7a50d working sdlogger 2025-02-27 11:42:00 +01:00
5248646291 scipt to generate firmware updates 2025-02-27 11:34:48 +01:00
6ebe37a092 renamed files 2025-02-26 16:39:57 +01:00
8b6dbfd9ca uOTA firmware update and docker file 2025-02-25 17:44:51 +01:00
0014f3558c basic upload server written in flask 2025-02-20 18:05:17 +01:00
658e8f3e6a test cases for rtc and reset command 2025-02-20 18:04:58 +01:00
2a20349bd2 sdlogger working upload and logging 2025-02-20 18:04:19 +01:00
920d7619be started writing some command parsing and basic command for uploading the logfiles to a webserver 2025-02-14 17:47:46 +01:00
40c38effe1 remove shebang and add License GPL2 or later 2025-02-13 19:59:00 +01:00
5c7cb6f0aa short readme 2025-02-13 19:55:50 +01:00
938d3c390c initialize big buffer before imports so the chances are higher that the RAM is available in one piece 2025-02-13 19:53:44 +01:00
2c3c94820b clarify baudrate 2025-02-13 19:02:06 +01:00
bc5fcd5c78 first working version 2025-02-13 18:52:30 +01:00