|
Is it possible to use HyperK with Athom/IoTorero? If not, what hardware is to recommend to use multisegment (2 segments that is spilt in half)? |
Answered by
awawa-dev
Jul 21, 2026
Replies: 1 comment
|
I won't recommend any particular brand. However, when it comes to multi-segment support, classic ESP32 boards (utilizing I2S, which is supported by Hyperk 0.0.5) or Raspberry Pi Pico W / Pico 2 W (using their highly efficient PIO) are solid choices. You can also look into the newer Espressif chips like the ESP32-C5 and ESP32-C6. They use the new PARLIO (Parallel I/O) hardware peripheral, but keep in mind this is still bleeding-edge technology. |
0 replies
Answer selected by
DariBer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I won't recommend any particular brand. However, when it comes to multi-segment support, classic ESP32 boards (utilizing I2S, which is supported by Hyperk 0.0.5) or Raspberry Pi Pico W / Pico 2 W (using their highly efficient PIO) are solid choices. You can also look into the newer Espressif chips like the ESP32-C5 and ESP32-C6. They use the new PARLIO (Parallel I/O) hardware peripheral, but keep in mind this is still bleeding-edge technology.