The driver ws2812_xtensa.go is currently broken with the following issues.
-
machine.CPUFrequency() does not work with the newer versions of tinygo.
I suggest moving to freq, err := machine.GetCPUFrequency() with obvious error checking and running the switch off freq
-
driver ws2812 is not supported on the esp32-s3 as the S3 runs on a 240mhz clock speed rather than 160 or 80.
The driver ws2812_xtensa.go is currently broken with the following issues.
machine.CPUFrequency() does not work with the newer versions of tinygo.
I suggest moving to freq, err := machine.GetCPUFrequency() with obvious error checking and running the switch off freq
driver ws2812 is not supported on the esp32-s3 as the S3 runs on a 240mhz clock speed rather than 160 or 80.