Frank
a4ab3ee6f1
fix I2C pin alloc, and prep for settngs decluttering
...
ES7243: fix I2C pin alloc (multi-pin)
AR settings: prepare for de-cluttering
2022-11-19 16:38:53 +01:00
Ewoud
37e88ef08a
Merge pull request #4 from netmindz/i2s-labels
...
Change lables for digital mic to be their name
2022-11-19 14:25:26 +01:00
Ewoud
2e4d50e57a
Merge pull request #3 from netmindz/audio-palette-hue
...
Audio palette hue
2022-11-19 14:22:27 +01:00
Ewoud
7946c745d4
Fix ledmap code
...
Index.js: fix ledmap bug
json.cpp: remove old ledmap checks
presets.cpp: remove loadledmap call
2022-11-19 14:15:29 +01:00
Will Tatam
c620a50b1d
Change lables for digital mic to be their name, with common acronyms listed after rather than assuming everyone uses INMP441
2022-11-19 12:44:26 +00:00
Frank
8b25dc275e
allow basic compilation with WLED std envs
...
- very basic compilation support in [env:esp32c3dev], [env:lolin_s2_mini]
- minor updates for [env:esp32s3dev_8MB]
2022-11-19 03:10:53 +01:00
Frank
d593120dae
some sanity checks for new MCUs
...
- warn if I2S does not have analog support
- warn if I2S does not have APLL clock
- compilation error if I2S not supported
2022-11-19 02:55:45 +01:00
Will Tatam
389d0047bc
Use targetPalette.loadDynamicGradientPalette
2022-11-18 21:42:44 +00:00
Will Tatam
850dd89d06
Fix palette ordering
2022-11-18 16:14:06 +00:00
Ewoud
aef16b5199
platformio: add squelch, gain, profile defaults and mic / lineIn envs
...
audio_reactive.h:
- add SR_SQUELCH, SR_GAIN and SR_FREQ_PROF
- Set AGC default to 1
- Rename DMTYPE to SR_DMTYPE
platformio.ini:
- _base entries: remove env:
- wemos_shield_esp32_4MB_max_base
- add wemos_shield_esp32_4MB_ICS4343x_max
- add wemos_shield_esp32_4MB_SPM1423_max
- add wemos_shield_esp32_4MB_LineIn_max
- update esp32_pico_4MB_max
2022-11-18 16:57:07 +01:00
Frank
583c8b4d5c
platformio.ini: adding some optional flags
...
can be used to reduce compile time, and to reduce FLASH size.
2022-11-18 14:31:50 +01:00
Will Tatam
557532265d
Add second audio responsive palette
2022-11-18 12:26:21 +00:00
Will Tatam
359ef875de
Add second audio responsive palette
2022-11-18 12:10:20 +00:00
Frank
dce3b04695
update for filter coefficient
...
Seems that I made a small mistake when calculating cut-off frequencies. Updated values make more sense.
2022-11-18 12:55:53 +01:00
Ewoud
181f8c546b
Add audio responsive pallette by Netmindz
...
const.h: increase GRADIENT_PALETTE_COUNT
fcn_declare: add getCRGBForBand
FX.h: add getAudioPalette
FX_fcn.cpp: call and getAudioPalette, add Audio Responsive palette
palettes.h: add audio_responsive_gp
util.cpp: add getCRGBForBand
2022-11-18 12:09:47 +01:00
Ewoud
017f0267a2
Increase 0.13 backwards compatibility
...
global LED buffer default true (0.13 backward compatibility)
Restore effects back to 0.13 (
- mode_wavesins
- mode_2DLissajous (uses segment setUpLeds)
- mode_2Dsquaredswirl (custom3<<3)
- mode_2DAkemi (uses segment setUpLeds)
setSegment implements setUpLeds if globalleds
2022-11-17 15:41:12 +01:00
Frank
d3af3446f7
add bandpass filter for PDM mics
...
This introduces an optional band pass filtering step to remove low frequency noise. Very effective for PDM mics - reduces noise floor by a factor of 100 !
2022-11-17 15:09:54 +01:00
Ewoud
eb2bf421b0
Version update and small fix
2022-11-17 11:23:49 +01:00
Ewoud
f2ad2db43a
npm run build
2022-11-17 10:45:23 +01:00
Ewoud
fa5f50529f
Merge remote-tracking branch 'origin/ac_main' into mdev
2022-11-17 10:42:58 +01:00
Blaz Kristan
c47d6cffa8
Missing presets.json on factory reset bugfix.
...
Clarification on loading ledmaps in UI.
Added manual ledmap loading.
2022-11-16 20:55:21 +01:00
Ewoud
59b3073133
Merge remote-tracking branch 'origin/mdev' into mdev
2022-11-15 20:41:58 +01:00
Ewoud
e0e291eacc
Revert some effects to SR0.13 code and fix checkbox type in useLedArray
...
mode_wavesins (no reduced slider)
mode_2DLissajous (add setUpLeds, >>5 -> >>6)
mode_2DWaverly (thisVal)
mode_2DAkemi (add setUpLeds)
2022-11-15 20:41:46 +01:00
Frank
fb21b3b038
bring back two "not build into this FW" messages
...
two more "Not build into this firmware" messages, that are not yet included in upstream.
2022-11-15 18:34:00 +01:00
Frank
daa685d618
add optional "disable" flags in platformio.ini
2022-11-15 18:32:08 +01:00
MoonModules
268161ff0e
Update FUNDING.yml
2022-11-15 13:40:45 +01:00
MoonModules
ee380c1315
Update FUNDING.yml
2022-11-15 13:31:50 +01:00
Ewoud
ede08cedf2
Merge remote-tracking branch 'origin/ac_main' into mdev
2022-11-15 12:47:32 +01:00
Ewoud
3b21f02442
Fix Ledmap dropdown in presets
...
platformio: cosmetic updates
index.js: ledmap: show filename instead of nr
update.htm: remove installed bin prompt
json.cpp: deserializeState: assign loadLedmap from root, serializeState: assign loadLedmap to root / remove from root
presets.cpp: savePreset: assign loadLedmap from sObj
util.cpp: init ledMaps to 0
2022-11-15 11:42:25 +01:00
Frank
aae50942a2
line-in parameter tuning
2022-11-14 18:14:36 +01:00
Frank
3cbb5615a1
info dialog: smaller font
...
similar to SR WLED
2022-11-14 15:53:58 +01:00
Constantin Wolf
f104fb0586
SD card support: MMC or configurable SPI ( #2877 )
...
Co-authored-by: constantin wolf <constantin.wolf@pwc.com >
2022-11-14 02:30:35 +01:00
degraafm76
75e410e4b4
Analog clock time offset bugfix + optional hour mark feature ( #2860 )
...
* Implement optional hour marks
Time offset did not work
* removed undefined error int in hexstringtocolor
* revert cosmetic changes
* minor cosmetic changes
Co-authored-by: mdegraaf <mdegraaf@proxsys.nl >
2022-11-14 02:30:18 +01:00
Ewoud
740316ae2b
Effect ID's back to 0.13 numbering ( #2856 )
...
* Effect ID's back to 0.13 numbering
Needed for sync between versions and allow 0.13 presets to work in 0.14
* Effect ID's back to 0.13 numbering (part2)
2022-11-14 02:29:59 +01:00
Blaz Kristan
b141ec7ea7
Fix for #2880 (stateChanged on segment on/off)
...
Added comments.
Added X1, X2, X3, M1, M2, M3 segment options to HTTP API.
Added "on" handling with "ps".
2022-11-13 12:13:49 +01:00
Frank
50875d5759
Sync Interfaces settings: hide sections for disabled features ( #2865 )
...
* Add network debug printer
* hide settings for disabled features
If not enabled at compile time, this change hides "Sync interfaces" settings for Alexa, MQTT, Blynk, HueSync.
The html sections are just hidden by a <div> with style display:none.
* Update Animated Staircas for 0.14
* Faster strip updates.
* Add ESP32 variant display in update page.
* Net debug optimizations
Fix ESP8266 (unaligned progmem flash string reads)
Do not send an extra package for \n in println
Only resolve IP/hostname once
* Compile time option for PIR sensor off timer
* Fix Gitpod compiling (#2875 )
* Install Platformio not in Gitpod Image
* Install platformio at runtime
remove outdated extensions
* Bugfix for color transitioning.
Return palette option for Candle.
Fix for "* Color..." palette hiding.
Comment out debug output.
* Optimization & bugfix for net debug.
- Inherited from Print class.
- Added UI option to disable net debug output.
* Reduce fxdata size by about 200 bytes
Removed redundant commas before semicolon delimiter (`,;` -> `;`)
No need to transmit `@` in /json/fxdata
* NetworkDebugPrinter packet optimization.
* Revert NetworkDebugPrinter changes.
* Remove flush() in bus manager.
* Optimizations.
Co-authored-by: Shaheen Gandhi <shaheen@fb.com >
Co-authored-by: Blaz Kristan <blaz@kristan-sp.si >
Co-authored-by: cschwinne <dev.aircoookie@gmail.com >
Co-authored-by: Jason2866 <24528715+Jason2866@users.noreply.github.com >
2022-11-11 20:20:11 +01:00
Blaz Kristan
61b5e5ad7e
Remove flush() in bus manager.
2022-11-11 18:42:00 +01:00
Blaz Kristan
6403d18d15
Revert NetworkDebugPrinter changes.
2022-11-11 18:17:12 +01:00
Blaž Kristan
77f04d913a
NetworkDebugPrinter packet optimization.
2022-11-11 14:39:47 +01:00
cschwinne
c0a783198e
Reduce fxdata size by about 200 bytes
...
Removed redundant commas before semicolon delimiter (`,;` -> `;`)
No need to transmit `@` in /json/fxdata
2022-11-11 03:10:41 +01:00
Frank
30382de576
update for readme (links)
2022-11-10 23:29:23 +01:00
Frank
9fc82723c0
adjusted release link in readme
2022-11-10 23:20:23 +01:00
Blaz Kristan
d370f67f60
Optimization & bugfix for net debug.
...
- Inherited from Print class.
- Added UI option to disable net debug output.
2022-11-10 21:50:21 +01:00
Frank
f0d0f0deff
platformio: new entry esp32_4MB_V4_min
...
* added esp32_4MB_V4_min, without all the feature clutter
* added optional build flags in all MM environments
2022-11-10 13:33:30 +01:00
Frank
744775ab40
platformIO ESP32: IDF V4 environments
...
* added esp32_4MB_V4_max, esp32_16MB_V4_max
* wemos D1 shields: added audio defaults for Line-In and PDM, added default I2C pins
* minor cleanups
2022-11-10 13:01:47 +01:00
Frank
09ce16e6f8
minor cleanup
2022-11-10 11:00:30 +01:00
Frank
06af6f5ad0
don't use aPLL in IDF version 3
...
seems that this interferes with MCLK routing
2022-11-09 21:08:46 +01:00
Frank
2aaa4a2cc4
Lupo fix
2022-11-09 21:07:03 +01:00
Blaz Kristan
5f4199183c
Bugfix for color transitioning.
...
Return palette option for Candle.
Fix for "* Color..." palette hiding.
Comment out debug output.
2022-11-09 20:09:01 +01:00
Frank
c9c7d86462
Merge branch 'mdev' of https://github.com/MoonModules/WLED into mdev
2022-11-09 18:36:39 +01:00