microsoft / devicescript

TypeScript for Tiny IoT Devices (ESP32, RP2040, ...)
https://microsoft.github.io/devicescript/
MIT License
3.23k stars 111 forks source link

M5Stack support #647

Open deboboy opened 8 months ago

deboboy commented 8 months ago

Hola, Does DeviceScript support M5Stack?

https://www.m5stack.com/

If yes then I’ll buy one of their devices and continue experimenting with your VS Code plugin.

pelikhan commented 8 months ago

Modules with the supported ESP32-c3, esp32-s3 should work as long as we have access to the native usb port. Some breakout introduce a UART chip that is slower/buggy.

What model in particular you had in mind?

As with all hardware projects, we would need to test this with a physical device to have a definite answer.

deboboy commented 8 months ago

Looking at this M5Stack model; to experiment with wearable scenarios: https://www.adafruit.com/product/4289

pelikhan commented 8 months ago

This one has a UART interface chip so it is likely that devicescript does not work well with it.