Replies: 6 comments 10 replies
-
It would be "interesting" if the Tasmota support for the C6 also includes this Wi-Fi 6 feature:
|
Beta Was this translation helpful? Give feedback.
-
TWT is not (yet?) supported in Arduino code. |
Beta Was this translation helpful? Give feedback.
-
Hi, we did some progress on Zigbee support in Arduino Core 3.0.0, take a look on this issue espressif/arduino-esp32#8807, related pull request are part of 3.0.0-alpha3 release. |
Beta Was this translation helpful? Give feedback.
-
which issue do I have to follow to find these examples? |
Beta Was this translation helpful? Give feedback.
-
Hi I tried to compile for the esp32c6, but it fails
|
Beta Was this translation helpful? Give feedback.
-
@arendst It should be possible to query the established connection type. There is an IDF API call for IDF example https://github.com/espressif/esp-idf/blob/master/examples/wifi/itwt/main/itwt.c IDF code snipplet:
|
Beta Was this translation helpful? Give feedback.
-
This needs porting Tasmota from Arduino ESP32 v2.0.14 (IDF 4.4.6 based) to the new Arduino 3.0.0 (IDF 5.1.3 based). Zigbee and Thread support will not part of the Arduino 3.0.0 release
Tasmota porting work is done (Thx @s-hadinger, @Staars, @gemu2015 and @arendst ).
EDIT: Port to Core 3.0.0 beta needed. The wifi / network part has been completly refactored. Tasmota crashes.The Tasmota development branch is using Core 3.0.0 since April 15th 2024
Working
deprecated (feature will not be ported):
todo:
xdrv_58_range_extender
does not compile with core 3.0.0 #21200wifi and network crash with 3.0.0 betaPorting "Scripter"uDisplay driver crashes with C3 when using filesystemuDisplay driver glitches with S3 and big display (content "shifted")NO Tasmota issue-> workaround via sdkconfigI2S port to new API (affects everything using I2S)complete Audio stuff (I2S based)Tests and feedback is welcome in this discussion (do NOT open an issue). The Tasmota Arduino 3.0 versions can be compiled with branch development with enabling the wanted build in file
platformio_tasmota_core3_env.ini
The file will be generated when building any other Tasmota versionBeta Was this translation helpful? Give feedback.
All reactions