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
biologist79
d37212d80e
Forgot something...
5 years ago
biologist79
bc9ed10035
Revised description for topicTrackState (MQTT)
5 years ago
Torsten Stauder
6e82ef70d4
Moved ftpSrv to heap (forgot global object)
5 years ago
Torsten Stauder
d6fa7815d7
Fastled...never ending story. Back to last release.
5 years ago
Torsten Stauder
9770f3e59c
Reverted fastled-Change as there's been a Fix!
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
b48c6229dc
Added version to Fastled as master seems to crash silently
5 years ago
Torsten Stauder
442424f6ed
Cleaned code a bit and added description (again)
5 years ago
biologist79
4fde3b3689
Merge pull request #33 from biologist79/devel
Devel
5 years ago
biologist79
83e1f8b6b2
Merge branch 'master' into devel
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
0e6efdfd36
Merge branch 'master' of https://github.com/biologist79/Tonuino-ESP32-I2S
5 years ago
Torsten Stauder
93c8acae2d
D32-PCB: next try
5 years ago
biologist79
7805bfea26
Merge pull request #32 from Zip-o-mat/master
Fixed issue with non working SD card and RFID reader. Issue #9
5 years ago
ahlers
3434b3a934
Fixed issue with non working SD card and RFID reader. Issue #9
5 years ago
Torsten Stauder
6a163fc8ac
Corrected PCB LolinD32 ( #32 )
5 years ago
Torsten Stauder
665dca54f6
Workaround: Disable Neopixel while FTP-upload
5 years ago
biologist79
a4c16e2d4c
Merge pull request #30 from tueddy/master
PN5180 has no function isNewCardPresent: do not recognize the same ca…
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
Torsten Stauder
d6eee244f4
Added boards to platformio.ini + WiFi-Fix
5 years ago
biologist79
d967310e0a
Merge pull request #27 from tueddy/master
* Add support for SD MMC 1 Bit mode:
5 years ago
tueddy
dcba3583ec
* Add support for SD MMC 1 Bit mode:
This mode doubles the SD card speed (FTP upload speed ~350 kB/s compared to ~180 kB/s in SPI mode). Needs one PIN less but fixed PIN assignments
Add support for the PN5180 RFID reader:
PN5180 has better RFID range/sensitivity and can read ISO-15693 / iCode SLIX2 aka Tonies
5 years ago
Torsten Stauder
38556b5d69
Removed short-circuit in D32-PCB. Sorry!
5 years ago
Torsten Stauder
e1d17a70c3
Made a mistake in schematics for D32.
5 years ago
Torsten Stauder
818620919b
Forgot something... grrr
5 years ago
Torsten Stauder
030cb572bf
Uploaded Lolin32 rev2-PCB
5 years ago
Torsten Stauder
acb6c0b234
Added comment to README
5 years ago
Torsten Stauder
883cf31d6c
Added gerberfile for headphone-PCB
5 years ago
Torsten Stauder
dce63fd2c1
Tiny PCB-corrections
5 years ago
Torsten Stauder
9e39a58fe4
PCB Lolin D32 (correction)
5 years ago
Torsten Stauder
a130658dca
PCB added for Lolin D32 (untested!)
5 years ago
Torsten Stauder
eab888e227
Removed SD not mandatory + mem-improvements
5 years ago
Torsten Stauder
b6faa89cd9
New GUI-design
5 years ago
Torsten Stauder
9477103d91
Merge of 'mariolukas/refactoring/html'
5 years ago
Torsten Stauder
5cd31f40fb
Refactoring some stuff + description + bugfix
5 years ago
biologist79
3a79c568cc
Merge pull request #22 from mariolukas/feature/mdns
feat (MDNS): added support for mdns
5 years ago
Mario Lukas
624ab2f837
chore (pio): reverted to default paltformio config file
5 years ago
Mario Lukas
c9fd37f0a0
fix (HTML): fixed assignment of default slider values
5 years ago
Mario Lukas
d771b07f8f
feat (MDNS): added support for mdns
5 years ago
Mario Lukas
1aaa906fe8
refactor (HTML): changed a couple of things in the management.html file
- changed html parts to a more meaningful naming
5 years ago