muebau
d5da84dcb2
add more information of the partition table to readme
2024-05-27 18:36:48 +02:00
muebau
1bd051d703
fixed link to partition table
2024-05-27 18:15:39 +02:00
muebau
abb55f8e4b
center the canvas if the segment exceeds the maximum width or height
2024-05-27 13:29:03 +02:00
muebau
46f6a257d0
fixed another throw statement
2024-05-26 22:08:01 +02:00
muebau
97e4eec5be
avoid exceptions to stay compatible with ESP8266
...
add limitaion information to readme
2024-05-26 21:00:13 +02:00
muebau
69b99abb7d
improved readme
2024-05-26 15:46:23 +02:00
devilpro1
08f6d5a683
Add files via upload
2024-05-26 12:46:45 +02:00
devilpro1
627bea30ed
Delete usermods/smartnest directory
2024-05-26 12:46:34 +02:00
muebau
caf0a5bbe8
changed the last double variables and values to float and add more hints to readme
2024-05-26 11:01:57 +02:00
muebau
5f0c6fce74
fixed static or global variables
...
use of strip.now instead of millis()
use float instead of double
respond to changes in segment size
make effect usable with multible segments
2024-05-23 18:51:55 +02:00
muebau
78089107b7
Merge remote-tracking branch 'upstream/0_15' into fix_usermod_tetisai
2024-05-23 16:15:35 +02:00
Blaž Kristan
9f581c6181
Merge pull request #3994 from gsieben/0_15-Usermod-BME68X-Pull-Request
...
Usermod BME68X Sensor Implementation rebased for WLED 0.15
2024-05-21 21:20:47 +02:00
Blaž Kristan
85702a8142
Merge branch '0_15' into feature/aht10_usermod
2024-05-21 18:21:16 +02:00
Blaž Kristan
0bcdc9641d
Merge pull request #3968 from adamsthws/0_15_battery_usermod_readme
...
Update Battery usermod documentation
2024-05-21 18:17:08 +02:00
Blaž Kristan
bfd1bdfc64
Merge branch '0_15' into 0_15-Usermod-BME68X-Pull-Request
2024-05-21 18:14:23 +02:00
Gabriel Sieben
79ffe021e4
Update usermod_bme68x.h
...
One error message was in German
2024-05-21 11:41:57 +02:00
Gabriel Sieben
fc5c19788e
Update usermod_bme68x.h
2024-05-20 14:49:05 +02:00
Gabriel Sieben
56e0bde8ab
Rebase of the user mode BME68X sensor in WLED 0.15
2024-05-20 14:45:01 +02:00
Gabriel Sieben
db2cdca71b
Revert "First implementation of the user mods for the BME68X sensor in WLED 0.15"
...
This reverts commit faa2fba6b9
.
2024-05-20 14:25:08 +02:00
Gabriel Sieben
faa2fba6b9
First implementation of the user mods for the BME68X sensor in WLED 0.15
2024-05-20 14:10:25 +02:00
Michael Bisbjerg
075c164407
Fix bug in triggered measurements
2024-05-17 15:03:56 +02:00
Michael Bisbjerg
dcb5049f97
Move to individual settings for samples and conversion time
2024-05-17 14:36:27 +02:00
Michael Bisbjerg
d24cf14009
Triggered & continuous modes
2024-05-17 14:36:27 +02:00
Michael Bisbjerg
3d34802ab2
Initial ina226
2024-05-17 14:36:27 +02:00
Adam Matthews
19ccff9ff1
Merge branch '0_15' into 0_15_battery_usermod_readme
2024-05-15 22:15:18 +01:00
Michael Bisbjerg
1dd9c6754c
Cleanup unecessary struct
2024-05-15 21:32:08 +02:00
Michael Bisbjerg
f9467ceaf1
Fix state issue on change reporting, add override sample ini
2024-05-15 21:26:30 +02:00
Michael Bisbjerg
f51da4f0c4
Change reporting to be on significant changes
2024-05-15 18:56:45 +02:00
Michael Bisbjerg
2eff389fff
Handle feedback
...
- Reduce some strings
- Use an unnamed struct to pack the bitfield instead
2024-05-15 18:44:36 +02:00
Michael Bisbjerg
74e273274c
Replace 5 booleans with 1 byte flags field
2024-05-14 23:15:59 +02:00
Michael Bisbjerg
02bf5902f0
Add MQTT and HASS support for AHT10
2024-05-14 22:57:19 +02:00
Blaž Kristan
5f41de8938
Merge pull request #3966 from LordMike/feature/bme280_changeable_i2c
...
Add changeable i2c address to BME280 usermod
2024-05-14 19:39:42 +02:00
Michael Bisbjerg
f71d839009
Address comments
2024-05-14 18:02:39 +02:00
Michael Bisbjerg
68f6b3452e
Initial implementation of the AHT10/AHT15/AHT20 sensors
2024-05-13 23:12:57 +02:00
Michael Bisbjerg
60075f6e8c
Avoid storing the settings of bme280 globally
2024-05-13 20:22:31 +02:00
Michael Bisbjerg
bd10a9aa26
Change BME280I2C to be reused between configs
2024-05-13 18:35:13 +02:00
Blaž Kristan
522e5e7957
Merge pull request #3964 from adamsthws/0_15_battery_usermod_init_improvement
...
Update Usermod: Battery
2024-05-11 21:11:26 +02:00
Adam Matthews
6b8d8bf735
Update Battery usermod documentation
...
Improved wiring, installation and calibration instructions.
Example screenshots added.
Minor grammar improvements.
Heading visual consistency improved.
Improved vertical separation between sections
(separator lines added).
Thankyou!
2024-05-11 13:34:35 +01:00
Michael Bisbjerg
43d024fe42
Make BME280 usermod i2c address changeable
2024-05-11 12:23:53 +02:00
Michael Bisbjerg
b9ca2cfe90
Fix missing conversions of bme280 values
...
The BME280 usermod uses a multiply-round-divide approach to cap the temperature/humidity/pressure values to some number of decimals. But the divide-part was missing in a few instances.
2024-05-10 22:44:46 +02:00
Adam Matthews
bc5aadff7d
Update Usermod: Battery
...
Issue:
When taking the initial voltage reading after first powering on, voltage hasn't had chance to stabilize so the reading can be inaccurate, which in turn may incorrectly trigger the low-power preset. (Manifests when the user has selected a low read interval and/or is using a capacitor).
Resolution:
A non-blocking, fixed 10 second delay has been added to the initial voltage reading to give the voltage time to stabilize.
This is a reworked version of the (now closed) PR here:
https://github.com/Aircoookie/WLED/pull/3959
- Rebased the update for 0_15.
- Added a constant so the delay can be modified via my_config.h.
- Small adjustments to make the PR compatible again after the recent restructuring in this PR: (https://github.com/Aircoookie/WLED/pull/3003 ).
Thankyou!
2024-05-09 23:09:45 +01:00
gaaat
cec7241986
removed commented variables
2024-05-08 15:42:41 +02:00
gaaat
6de77293ad
Merge branch '0_15' of https://github.com/Aircoookie/WLED into esp8266-audioreactive-sync
2024-05-08 15:36:10 +02:00
gaaat
0ac53d8353
initial port of MoonModules/WLED/pull/60 and related commit
2024-05-08 15:33:51 +02:00
Frank
b88c300d04
audioreactive: workaround for ArduinoFFT bug 93
...
This fix works around a problem that was solved in upstream ArduinoFFT 2.0.2
2024-05-07 23:38:19 +02:00
Blaž Kristan
47e1cbdaff
Merge pull request #3003 from itCarl/usermod-battery-update2023
...
Usermod Battery 🔋 Added Support for different battery types, Optimized file structure
2024-05-06 20:41:00 +02:00
Maximilian Mewes
52020cbe26
CP fix
2024-05-06 17:46:26 +02:00
Maximilian Mewes
d33651c25b
Update setup method
2024-05-06 17:45:02 +02:00
Maximilian Mewes
18e9f9c304
Rename Battery classes
2024-05-06 17:39:40 +02:00
Frank
3f9a6cae53
AR: fix for arduinoFFT 2.x API
...
in contrast to previous 'dev' versions, the storage for windowWeighingFactors is now managed internally by the arduinoFFT object.
2024-05-04 14:34:23 +02:00
Frank
cd5494fdd2
AR pin config: SCK == 1 --> PDM microphone
2024-05-04 14:12:44 +02:00
Maximilian Mewes
05a8c692f2
read initial voltage correctly
2024-04-30 18:11:18 +02:00
Maximilian Mewes
35d26afcb4
Merge remote-tracking branch 'upstream/0_15' into usermod-battery-update2023
2024-04-30 17:12:08 +02:00
Maximilian Mewes
2245ee6fce
bugfixes
2024-04-30 17:02:57 +02:00
Maximilian Mewes
a13f1a9bee
bug fixes
2024-04-30 15:24:02 +02:00
Maximilian Mewes
3cc60fa4d4
Merge branch 'main' into usermod-battery-update2023
2024-04-30 15:01:23 +02:00
Maximilian Mewes
bd69c24231
intermediate update
2024-04-30 14:54:53 +02:00
Blaz Kristan
e83d3cb4a3
Fix for #3878
2024-04-24 16:04:54 +02:00
Blaz Kristan
674481f0d1
Multiple fixes
...
- several compile warning fixes
- multipin LED compile config
- release info (update page, JSON "info")
- WiFi scan fix if no networks found
- UI glitch when no presets are found fix
With multipin LED config it is now possible to assign GPIO to PWM RGB outputs.
Achieved by having length of DATA_PINS be divisble by lengt of PIXEL_COUNTS.
2024-04-23 19:05:49 +02:00
Frank
4e4493e627
Merge pull request #3902 from Aircoookie/arduino_2_0_9
...
update esp32 platform to arduino-esp32 v2.0.9
2024-04-23 15:56:08 +02:00
Frank
8ffe1e65fd
audioreactive: arduino-esp32 up to 2.0.14 still has the swapped-channel-bug
2024-04-23 15:07:08 +02:00
Frank
57665e8964
audioreactive readme - removed UM_AUDIOREACTIVE_USE_NEW_FFT
...
The customized library is not needed / supported any more in 0_15.
2024-04-18 12:16:04 +02:00
Blaz Kristan
3e20724058
ArduinoFFT update
...
shadow variables
2024-04-17 18:52:35 +02:00
muebau
1bdf3876fc
reset usermod TetrisAI back to initial version
2024-04-12 12:00:15 +02:00
Carlos Cruz
fa5d60ca26
Merge branch '0_15' into main
2024-04-01 11:02:02 -04:00
Blaz Kristan
4b19759dd6
Rotary encoder palette count bugfix
2024-03-24 20:34:22 +01:00
thatdonfc
33fe68d7eb
Revert breaking change
2024-03-20 13:48:15 -07:00
thatdonfc
2dafa9644f
Update Readme for Rotary Encoder Usermod
...
Add example platformio_override.sample.ini
2024-03-19 14:48:51 -07:00
thatdonfc
92ebeddcb0
Update Readme for Four Line Display Usermod
2024-03-19 14:48:04 -07:00
thatdonfc
6d1b9ffad2
Add SSD1309_64 I2C Support to FDL Usermod
2024-03-19 14:04:09 -07:00
muebau
f1635fa302
Merge branch '0_15' into tetris-ai
2024-03-18 13:21:35 +01:00
Carlos Cruz
ab13db73e7
Added files to usermod directory and changes to platform.ini to support Adafruit MAX17048 module. ( #2 )
...
Co-authored-by: Azots <78281612+Azots@users.noreply.github.com>
2024-03-09 13:06:30 -05:00
Blaz Kristan
b305fd8865
Fix for ArduinoFFT
2024-03-07 20:52:18 +01:00
Blaz Kristan
41129cf379
Sqeeze every byte
2024-02-25 17:08:01 +01:00
Blaz Kristan
66f4671ec0
Move strings into flash
2024-02-18 14:09:38 +01:00
Blaz Kristan
989bdfb0d5
Reduce string RAM usage for ESP8266 debug builds
2024-02-17 11:33:42 +01:00
lost-hope
2d30535b69
Fixing stairway usermod and adding buildflags
2024-02-14 09:56:57 +01:00
Blaz Kristan
c92cef1780
Merge branch '0_15' into usermod_v2_HttpPullLightControl_0.0.5
2024-02-09 22:34:38 +01:00
Blaz Kristan
276a93605d
Multiupdate
...
- allow DMX for S2 & C3 (ESPDMX, needs testing)
- (debug) string cleanup & optimisation
- WLED_BRAND for AP SSID
2024-02-09 22:15:29 +01:00
Blaz Kristan
e165838e54
PIR readme update.
2024-02-07 18:03:58 +01:00
Christophe Gagnier
ed2950f73b
Allow product information to be specified at build time
2024-02-07 02:09:03 -05:00
Blaz Kristan
7eae8f68d8
Merge branch 'main' into 0_15
2024-02-06 14:47:20 +01:00
Blaz Kristan
f5e47b2b74
Fix compiler warning
2024-02-06 10:17:53 +01:00
Blaz Kristan
678a823e8b
PULLDOWN fix
2024-02-05 22:21:12 +01:00
Blaz Kristan
246746a82e
Multi PIR usermod
2024-02-05 22:13:32 +01:00
Blaz Kristan
b8bf2a707c
Remove obsolete usermods
...
- mode sort
- 4LD (non ALT)
- Rotary encoder (non ALT)
2024-02-01 18:53:55 +01:00
Blaž Kristan
06d5bd799f
Merge pull request #3732 from wled-install/patch-1
...
UM Audioreactive: add two compiler options
2024-02-01 18:24:39 +01:00
muebau
7e2cce4a8d
Tetris AI usermod
2024-01-21 17:28:10 +01:00
Blaz Kristan
593e55af95
Cleanup.
2024-01-20 23:29:45 +01:00
Blaz Kristan
45dc5e236d
Override identifier
2024-01-14 17:38:29 +01:00
Will Tatam
46337ca554
Add ANIMartRIX usermod
2024-01-11 20:20:53 +00:00
Will Miles
0616d184e0
Add GyroSurge usermod
...
This usermod applies the IMU data to create a "surge" effect when
the device is moved.
2024-01-07 15:44:11 -05:00
Will Miles
9a006dc84a
usermod_mpu6050: Add options and outputs
...
Upgrade the MPU6050 usermod to provide configuration settings for
interrupt pin selection and calibration, a polled mode, and data
output for consumption by other usermods.
2024-01-07 15:44:11 -05:00
Will Miles
d2dbaf52a1
usermod_mpu6050: Fix debug prints
...
The MPU6050 library happens to choose the same defines as WLED, which
collide and result in nothing printing. Un- and re-define the macros
to work around this.
2024-01-07 13:48:41 -05:00
PeterP
4e0f3e35db
Update README.md
...
Pointed link to current directions for compiling WLED
2024-01-03 15:08:02 -05:00
Blaz Kristan
48f8a45031
Last minute adjustments & fixes
2023-12-31 18:05:21 +01:00
Blaz Kristan
1c1b67e000
Full per-port ABL implementation and bugfix.
...
Update of BusManager class (static)
2023-12-29 23:07:29 +01:00
srg74
a3a5bffce4
Update readme.md
...
Fixed typo
2023-12-24 12:10:51 -05:00
Broersma
5ed02d2f0d
Merge branch 'upstream/0_14_2' into usermod_v2_HttpPullLightControl_0.0.5
2023-12-23 13:47:42 +01:00
Blaz Kristan
42dba3170d
Fix for #3593
2023-12-17 22:16:57 +01:00