4012 Commits

Author SHA1 Message Date
Tester23
89acc5a178 free 2025-09-14 08:34:33 +02:00
Tester23
7d9596e74e fixes 2025-09-14 08:11:59 +02:00
Tester23
e526220744 tests 2025-09-13 23:28:02 +02:00
Tester23
ff9d0d4fd4 test 2x 2025-09-13 22:49:15 +02:00
Tester23
1d003279f1 Update cmd_newLEDDriver.c 2025-09-13 22:31:47 +02:00
Tester23
e0b0e9053a SIM fx 2025-09-13 22:03:18 +02:00
Tester23
002b2d7785 100 ms 2025-09-13 21:51:50 +02:00
Tester23
1c1fe14cc9 fx 2025-09-13 21:48:33 +02:00
Tester23
c6c8555344 t 2025-09-13 21:43:15 +02:00
Tester23
553b95eea4 ticks w 2025-09-13 21:04:18 +02:00
Tester23
3337668c69 try wait 2025-09-13 20:51:14 +02:00
Tester23
8c21a551a0 try flush 2025-09-13 20:02:40 +02:00
Tester23
20cece8f17 test 2025-09-13 19:27:04 +02:00
Tester23
010adef0f4 test 2025-09-13 18:51:13 +02:00
Tester23
39f67c8df2 Update drv_dmx512.c 2025-09-13 18:35:38 +02:00
Tester23
5668452374 T 2025-09-13 18:32:21 +02:00
Tester23
ecda2584fd test 2025-09-13 18:24:47 +02:00
Tester23
2c05d80c09 t 2025-09-13 18:06:15 +02:00
Tester23
32f260f3e7 c 2025-09-13 17:50:29 +02:00
Tester23
126607e4b7 t 2025-09-13 17:46:17 +02:00
Tester23
812956fa2b w 2025-09-13 17:44:54 +02:00
Tester23
e3167f30a6 test 2025-09-13 17:44:00 +02:00
Tester23
e4dc19a94b test 2025-09-13 17:13:07 +02:00
Tester23
d0f9821e69 test 2025-09-13 16:50:09 +02:00
Tester23
ede2f5f64e Update drv_dmx512.c 2025-09-13 15:56:01 +02:00
Tester23
6f8ed03ba7 Update hal_uart_espidf.c 2025-09-13 15:54:01 +02:00
Tester23
fe4ed2e277 test 2025-09-13 15:53:54 +02:00
Tester23
b89baf30f0 w 2025-09-13 15:01:25 +02:00
Tester23
466bade132 Update obk_main.cmake 2025-09-13 14:23:28 +02:00
Tester23
374a5fbf01 Update hal_uart_espidf.c 2025-09-13 14:21:17 +02:00
Tester23
38937c92eb s 2025-09-13 14:13:47 +02:00
Tester23
57e93ee361 test 2025-09-13 14:07:23 +02:00
Tester23
83688297d9 ENABLE DMX on ESP 2025-09-13 14:03:07 +02:00
openshwprojects
7f5f83b25b
publish whole state on ha online (#1791)
* publish whole state on ha online

* fx
1.18.171
2025-09-07 10:03:40 +02:00
Tester23
9cc5519b7c skip ping watchdog commands if pwatchdog is not enabled 1.18.170 2025-09-06 11:01:51 +02:00
openshwprojects
f68c6ac9f2
al;low empty entries in led remap (#1789)
* test

* some verification

* ha disc?
1.18.169
2025-09-06 10:30:11 +02:00
Tester23
78ce33f01f prepare for I2C LED channels skip 1.18.168 2025-09-05 18:58:18 +02:00
NonPIayerCharacter
e85b9a67be
small update (#1786) 1.18.167 2025-09-05 08:58:42 +02:00
MaxineMuster
6ee5729064
Changing HAL_Delay_us for Beken (#1727)
* Apply changes for Bekens HAL_Delay_us() as proposed in #1579 by @rpv-tomsk
Add TEST command to simply test usleep on a given pin

tested on BK7231N to work with both drivers (I am aware of) using HAL_Delay_us
DS1820 and DHT (tested on DHT11 only)

Timing on BK7231N looks really good with this driver, at least for usleep > 6 its allways 2 us more:

tested	read by analyzer

500	502
200	202
100	102
 50	 52
 20	 22
 10	 12
  6	  8
  4	  7

Now it's time to test on other Beken platforms, too

* Not working on BK7238 - trying to remove special case for lower usleep, since times are way to small here

* still not working on BK7238 - usleep ok fur > 50 , will not be below 30us according to my tests
so try to use the other approach for 7238, too

* No success on BK7238 - trying once again to use "usleep()" to find a factor with analyzer.

* try factor 6 for BK7238 (HAL_Dely_us(x) -> usleep(6*x))

* Testing factor 6.4 for BK7238

* Fixing BK7252  build not working, simply use original for code

* Restore original code for BK7252

* Change timing for BK7525

* Next try to adjust factors for BK7525

* fix typo

* Add adjustment for powersave on BK7238

* Update obk_config.h - disable ENABLE_DS1820_TEST_US
1.18.166
2025-09-04 18:05:57 +02:00
NonPIayerCharacter
ea8f7e2617
Beken 3.0.78 (#1775)
* 3.0.78

* mbedtls play

* bk7252 tuya
1.18.165
2025-09-03 13:50:26 +02:00
NonPIayerCharacter
0d007112b1
TXW817 support (#1779)
* txw81x base no makefile

* txw81x

* gpio fix?

* non-working ota

* mic
2025-09-03 11:46:06 +02:00
NonPIayerCharacter
948237869f
LN882H IR (#1783) 2025-09-03 11:45:24 +02:00
NonPIayerCharacter
719f7dd701
Update ESP-IDF (#1784) 2025-09-03 11:45:04 +02:00
NonPIayerCharacter
2a7b071445
BL602 interrupts fix (#1782) 1.18.164 2025-08-31 20:05:41 +02:00
NonPIayerCharacter
f3d3ff412a
BL602 irRemoteESP (#1777) 1.18.163 2025-08-30 21:24:04 +02:00
openshwprojects
6ea915a574
prelimary support for DDP sending - not tested outside simulator
* ddp send stub etc

* queue

* Update drv_ddp_send.c

* sender

* Update drv_ddp_send.c

* q

* enable

* fx

* test

* fx

* Update selftest_ws2812b.c

* Update drv_ddpSend.c

* Update drv_ddpSend.c

* hder

* test - will udp send adn receive work on github workflw?

* better wait method for self test
1.18.162
2025-08-29 20:18:31 +02:00
NonPIayerCharacter
4d677604dc
ESP32-C5 bootloader offset (#1780) 1.18.161 2025-08-29 18:57:34 +02:00
openshwprojects
670798a83a
merge LED strip backend separation before DMX support
* stub

* clear

* clear upo

* one more test

* split

* fx

* Update drv_led_shared.c

* step

* split

* Update drv_leds_shared.c

* Update selftest_ws2812b.c

* port

* dmx

* DMX

* s

* with test

* fix

* fx

* ChType_Ph test and RGBW test

* ddp formats unfinished

* Update selftest_ws2812b.c

* Update selftest_hass_discovery_ext.c

* fxes
1.18.160
2025-08-28 21:52:59 +02:00
NonPIayerCharacter
f9134dd3ac
BK IR fix? (#1771)
* BK IR fix?

* ir fix
1.18.159
2025-08-27 08:49:45 +02:00
openshwprojects
f8b98ca0ff
cosmetic only - finally move hal interrupts to _pins files
* moive out

* fixes

* fs

* f1

* fx

* fx?
2025-08-26 12:26:49 +02:00