Commit Graph

904 Commits

Author SHA1 Message Date
Stephen Ludgate
e53ab6e6c2 Add files via upload 2024-04-11 13:07:54 +01:00
Stephen Ludgate
f072a0b7de Messed up placement!
measure twice, cut onc////
2024-04-11 13:05:13 +01:00
Stephen Ludgate
52ff29c2af Update README.md 2024-04-11 12:59:20 +01:00
Stephen Ludgate
3f85955dac Added BOM Passives placement guide image. 2024-04-11 12:59:01 +01:00
Stephen Ludgate
d6520f1743 added s3_c6_nano_v1_BOM_placement.jpg 2024-04-11 12:57:35 +01:00
jjwbruijn
abee7a8c93 Fixed nRF Bootloader PIO 2024-04-10 23:03:13 +02:00
Jelmer
43e4bafa81 Merge pull request #286 from kelchm/core-dir-improvements
Fix core directory interpolation and cleanup dependencies
2024-04-10 21:43:38 +02:00
jjwbruijn
5f77358bd0 Fixed transfers that wouldn't validate properly if size%99==0 2024-04-10 21:23:03 +02:00
Nic Limper
e92824335c remove tagtype files during next OTA update + minor fixes
the updated tagtype files will be downloaded automatically after the fw update
2024-04-07 12:41:58 +02:00
Nic Limper
268736b40b change ESPAsyncWebServer libraries to esphome version (thanks, @koswolf) 2024-04-07 12:38:35 +02:00
Matthew Kelch
5bf5ef8678 use more robust gitignore for core packages 2024-04-06 15:07:58 -04:00
Matthew Kelch
d9786c623b ensure any remaining $PROJECT_DIR directories are ignored globally 2024-04-06 14:30:12 -04:00
Matthew Kelch
0b18e90c83 core package cleanup + gitignore (for nrf52811_Platformio_AP) 2024-04-06 14:07:42 -04:00
Matthew Kelch
0c0761d0ba correct interpolation value for local core dir 2024-04-06 13:31:07 -04:00
Matthew Kelch
073dd0c50a Add support for M3 2.9 BW Variant (#278) 2024-04-05 13:48:58 +02:00
atc1441
4feb30f7e9 Merge pull request #283 from jjwbruijn/revert-281-oepl_pr_4
Revert "Fixed drag and drop image resizing."
2024-04-05 12:07:23 +02:00
Nic Limper
aa7f2673d1 Revert "Fixed drag and drop image resizing." 2024-04-05 12:00:19 +02:00
Skip Hansen
db64b689e3 Add display of subGhz channel to LCD when subGhz radio is present. (#282) 2024-04-05 11:51:01 +02:00
atc1441
701b130418 Merge pull request #281 from skiphansen/oepl_pr_4
Fixed drag and drop image resizing.
2024-04-04 22:06:14 +02:00
Skip Hansen
cc037bb143 Fixed drag and drop image resizing. 2024-04-04 12:55:23 -07:00
atc1441
93eba41376 Fixed no connected Radio handling 2024-03-29 23:29:36 +01:00
atc1441
d8196c76e2 Merge branch 'master' of https://github.com/jjwbruijn/OpenEPaperLink 2024-03-29 22:25:17 +01:00
atc1441
a2bdd1c245 More BLE gicisky types 2024-03-29 22:25:12 +01:00
Nic Limper
8fa5fa8b09 adds some characters; update to the tiny font for better readability 2024-03-27 21:28:22 +01:00
Nic Limper
303c07b4ef updated tiny font for better readability 2024-03-27 11:13:30 +01:00
atc1441
889d6b53c4 Added build option for Espressif ESP Thread Border Router /Zigbee Gateway including ESP32-H2 AP Firmware 2024-03-26 22:20:13 +01:00
Nic Limper
34ca60ba7a update templates
thanks to XiniX for donating some tags
2024-03-26 16:08:00 +01:00
Nic Limper
6197b8962e color table and various fixes
- use the actual color table in tagtype json for rendering images (until now, that color table was ignored)
- added proper ordered dithering (works with all colors now, not just gray and pink)
- on the static image content card, you can now choose floyd-steinberg or ordered dithering (or turn dithering off)
- added ÅÄÖ to twcondensed20 font
- small bugfixes
- fix serial passthrough via UART in OEPL-flasher.py
2024-03-26 01:13:02 +01:00
Nic Limper
cb2f3aed5a remove tagtypes from data folder (they are dynamically loaded now)
You will find the tagtype JSON files in /resources/tagtypes/. They are now automatically downloaded to the LittleFS partition when needed to avoid wasting valuable space. The tagtype definitions are updated during an OTA update, but there is also a separate update button for just syncing them. Additionally, they will only be updated when the version number within the JSON file is higher. If you have made custom changes to a tagtype, you can prevent it from being overwritten by giving it a very high version number.
2024-03-22 20:41:04 +01:00
Nic Limper
7bdc6e55b3 dynamic loading of tagtype files 2024-03-22 16:42:55 +01:00
Nic Limper
b7e0d1af93 added misc helper scripts 2024-03-22 11:55:11 +01:00
Nic Limper
587d7c86c0 various fixes
- added last updated time of a tag in tagdb
- day ahead prices choice of whole money units or cents
- optimization of file upload during updates
- show mac address in wifi setup
- fixed reload of display after unexpected reboot of tag
2024-03-21 20:11:12 +01:00
jjwbruijn
98d9dc61f3 fixes #275 - battery voltage display snafu 2024-03-20 13:45:33 +01:00
Nic Limper
3f1e45da28 content bugfix
- truncates long lines in calfeed (solves https://github.com/jjwbruijn/OpenEPaperLink/issues/202)
- displays button pointers correctly when rotated 180 degrees
https://github.com/jjwbruijn/OpenEPaperLink/issues/246
2024-03-18 22:09:05 +01:00
Nic Limper
59e2a5eeb8 Various fixes
- bugfix not recognizing identical image
https://github.com/jjwbruijn/OpenEPaperLink/issues/255
- Count number of updates
https://github.com/jjwbruijn/OpenEPaperLink/issues/247
- Optionally align interval of RSS/calendar/etc
https://github.com/jjwbruijn/OpenEPaperLink/issues/106
2024-03-18 16:39:44 +01:00
jjwbruijn
68d75782ba New Tag FW Pack 2024-03-17 22:40:20 +01:00
Karl Q
3ccbda8489 feat: add basic tag holder (#266)
Includes CAD source so modifications should be easy.
2024-03-17 07:09:37 +01:00
jjwbruijn
a861b40545 M3 v0027 re-release, including M3 1.3 peghook support 2024-03-14 19:03:14 +01:00
atc1441
57f0ba7edc Added definition for Silabs BLE Display 2024-03-13 00:29:21 +01:00
Nic Limper
a6e6183ce2 include °-symbol in Bahnschrift70; auto formatting tagtype json files 2024-03-11 10:47:22 +01:00
Skip Hansen
5d7d97fca6 Add support for SubGhz radio. Working end to end for tag registration. (#270) 2024-03-10 09:45:43 +01:00
Jelmer
2408b34c2b Merge pull request #263 from skiphansen/oepl_pr_2
Update SDCC build script to support SDCC's trunk
2024-03-06 18:47:16 +01:00
Jelmer
59d582ec93 Merge pull request #265 from kquinsland/feat/add-nrf-mac-patcher-scrip
Feat/add nrf mac patcher scrip
2024-03-06 18:45:43 +01:00
karl
f7ed2c8223 feat: add a uicr patcher tool
This is a cleaned up / documented version of the script I hacked together for restoring UICR partition to wiped tags.
2024-03-06 09:38:56 -08:00
karl
95b5116320 chore: lint fixes
- Make `mdlint` happy
- Trim extra newline from py
2024-03-06 09:37:38 -08:00
Nic Limper
d2c2963b3b gzipped files 2.52 2024-03-04 21:40:15 +01:00
Skip Hansen
ad981a8f53 1. Changed source repo from github mirror to SDCC's master SVN repo.
2. Added support for building trunk as well as named tags.
2024-03-04 10:46:35 -08:00
Nic Limper
a5d7282958 update tagtypes for M3 0027 firmware 2.51 2024-03-04 19:46:17 +01:00
jjwbruijn
f233d90b86 M3 Universal v0027 2024-03-04 19:04:15 +01:00
Nic Limper
739625f1c8 Squashed commit of the following:
commit d41ab4b27c
Author: Nic Limper <nic@xs4all.nl>
Date:   Mon Mar 4 13:16:15 2024 +0100

    remove subghz in platformio.ini

commit dfa1a5cecd
Author: Nic Limper <nic@xs4all.nl>
Date:   Mon Mar 4 13:15:14 2024 +0100

    Revert "Disable SubGhz support until C6 side is ready."

    This reverts commit 3bc96dc48e.

commit cdd26072fd
Author: Nic Limper <nic@xs4all.nl>
Date:   Mon Mar 4 13:14:46 2024 +0100

    Revert "Merge remote-tracking branch 'mine/oepl_pr_1' into oepl_pr_1"

    This reverts commit 39b1938263, reversing
    changes made to 3bc96dc48e.

commit 39b1938263
Merge: 3bc96dc4 2b62dff5
Author: Skip Hansen <skip@gfrn.org>
Date:   Mon Mar 4 03:54:35 2024 -0800

    Merge remote-tracking branch 'mine/oepl_pr_1' into oepl_pr_1

commit 3bc96dc48e
Author: Skip Hansen <skip@gfrn.org>
Date:   Mon Mar 4 03:43:12 2024 -0800

    Disable SubGhz support until C6 side is ready.

commit 2b62dff5f5
Author: Nic Limper <nic@xs4all.nl>
Date:   Mon Mar 4 11:44:06 2024 +0100

    fix gzip wwwfiles

    to prevent unchanged gzipped files showing up in the commit

commit 0864870540
Author: Skip Hansen <skip@gfrn.org>
Date:   Sun Mar 3 16:46:53 2024 -0800

    Added SubGhz channel support to AP Web GUI.
2024-03-04 13:21:58 +01:00