Torsten Stauder
781acf83d9
Fixed typo
4 years ago
grch101
28d83ed783
Fixed '//' issue. Cleaning up code by removing commented out code from previous browser
4 years ago
grch101
9e177e806f
Filebrowser: Replace Marios Filebrowser
4 years ago
grch101
c2eb65594a
FileBrowser: Improve stability of folder recursive deletion by movin algorithm from js to esp32.
FileList: Increase Json object size to 16384 Bytes in order to show folder with huge content better. JS cleanup (Sleep function had no effect)
4 years ago
Torsten Stauder
04bc34472e
User-wish: added optional directive USE_LAST_VOLUME_AFTER_REBOOT
4 years ago
Torsten Stauder
80b66d20c4
Approved Lolin D32-PCB as status tested
4 years ago
Torsten Stauder
51bc802c2f
Changing DT-pin for Lolin D32
4 years ago
Torsten Stauder
c0fbddeac7
Some slight code-rework
5 years ago
Torsten Stauder
eacca13ad3
Fixing issue if PN5180 is active but without LPCD
5 years ago
Torsten Stauder
016c59c4a4
Slight code-rework for wakeup-feature (PN5180)
5 years ago
grch101
b2ffdc5a52
FileBrowser: fixing deep sleep problem for big file uploads
5 years ago
Torsten Stauder
4efd4372d5
Added (optinal) static IP-config
5 years ago
tueddy
fb07ea266b
move LPCD preparing all the registers into PN5180 library: new function prepareLPCD()
5 years ago
grch101
4c9eb58335
Merge of FileBrowser changes. http-upload's throughput now outperformes FTP.
5 years ago
Torsten Stauder
5689b26cfb
Improved docs, changed D32 pro's GPIOs, improved battery-measurement
5 years ago
Torsten Stauder
a49332ab1f
Documentation, a bit code-work and moving to 'huge_app'
5 years ago
grch101
6b40e5c251
Correcting some syntax problems in the html file. Now the website can be loaded from ROM
5 years ago
tueddy
2f57882aef
spell check
5 years ago
tueddy
55b55b6a4c
hint for sleeping flag
5 years ago
tueddy
871e4d74fc
support for the PN5180 low power card detection (LPCD)
wake-up the board from deep sleep just by adding a card on the PN5180 reader
5 years ago
Torsten Stauder
ea6fdc1f9c
Tiny improvements for filebrowser
5 years ago
grch101
8e678d79ef
Add file explorer with browsing, upload, delete, create, rename and play audio features
5 years ago
Torsten Stauder
3094e535f9
#47 : Only show FTP/MQTT in webgui if support was compiled
5 years ago
Torsten Stauder
f0042734fe
Re-introduced rainbow as playlist-progress
5 years ago
Torsten Stauder
13b4d69eeb
Changed Power-PIN as there's no GPIO17
5 years ago
Torsten Stauder
d19a3eb4e3
Bugfix: renamed includes; added description
5 years ago
Torsten Stauder
46545bfb5d
Shortened MQTT-conn-timeout + added PSRAM-flag to A1S
5 years ago
Torsten Stauder
25830b1ce4
Added PSRAM-flag to Lolin D32 pro
5 years ago
Torsten Stauder
2ac0412919
Increased MQTT-retry-interval per default
5 years ago
Torsten Stauder
ebb542e241
Added D32 pro-template
5 years ago
Torsten Stauder
49ee863d1c
RC522 2SPI working now
5 years ago
Torsten Stauder
fa3b8fe0fc
Adapting board-specific layout but RFID with 2 SPIs not yet really working...
5 years ago
kkloesener
384a7a1d85
fixing logical merge errors
5 years ago
grch101
45c603f71c
Delete not required files. Update FastLed Lib back to 3.3.3. Led Error is shown when audio lib is returning an error
5 years ago
grch101
fb9d4584a3
platformio.ini: Add common variables as dynamic variables to all board configs.
main.cpp:
-Bug Fix: Handle return code of connecttofs routine. If it is not successful the track is considered as finished. This avoids freezing the tonuino.
-Feature: Voltage Measurement averages over multiple analog reads, which is smoothing the voltage value
-Feature: When pressing the previous button during audio play and the current track is already played for more than 2s, the current track is started again instead of the previous track
5 years ago
Torsten Stauder
ae8aac8e0f
MQTT: added rfid-state and moved topicTrackCmnd to topicRfidCmnd
5 years ago
kkloesener
cde3fe6524
implementing MFRC522 via I2C BUS on ESP32-A1S
5 years ago
Torsten Stauder
6e82ef70d4
Moved ftpSrv to heap (forgot global object)
5 years ago
Torsten Stauder
548b3b56e8
Button-fix
5 years ago
Torsten Stauder
f4a2a95e5f
Improved localization + FTP is disabled after boot as per default
5 years ago
Torsten Stauder
0f7011bc11
Added translations
5 years ago
grch101
d95e55eb60
Abstracting SD and SD_MMC by FS to simplify usage
5 years ago
Torsten Stauder
442424f6ed
Cleaned code a bit and added description (again)
5 years ago
Torsten Stauder
d3078f0269
Hopefully latency vs FTP-rate is ok now...
5 years ago
Torsten Stauder
de963ef77e
Reduced Neopixel-latency but still not perfect...
5 years ago
Torsten Stauder
69e11f9285
Switched Neopixel back to 1st core and paused it while NVS-write + documentation
5 years ago
Torsten Stauder
665dca54f6
Workaround: Disable Neopixel while FTP-upload
5 years ago
tueddy
e7f3185283
PN5180 has no function isNewCardPresent: do not recognize the same card again and again. compare with last cardId
Show different card ISO-14443 / ISO15693 in debug output
Add a welcome message: Tonuino ESP-32
5 years ago
Torsten Stauder
8474ab605b
Fix for panic-issue while RFIDlearn (thnx to grch87)
5 years ago
Torsten Stauder
7d9739c309
WiFi-Fix
5 years ago