devicescript icon indicating copy to clipboard operation
devicescript copied to clipboard

TypeScript for Tiny IoT Devices (ESP32, RP2040, ...)

Results 124 devicescript issues
Sort by recently updated
recently updated
newest added

To save power, shut down wifi when enabled is false. This work item will require knowledge of ESP-IDF.

esp32

For completeness, spi support for device that only support this communication type.

enhancement

Static fields and methods are now supported, but fields cannot be in-place initialized, i.e.: ```ts class StaticTest { static baz: number // OK static z = 12 // not OK...

enhancement
non-mvp

This is currently not supported. See TODO in `33inheritance.ts` test

enhancement
non-mvp

Running reset on simulator from vscode ![image](https://user-images.githubusercontent.com/4175913/235200413-b7938897-d26f-4299-b31b-e31db6398d3b.png)

bug

Right now, only registers and commands are supported.

- Connect to a pico_w using the site: http://localhost:8081 - Open the edge devtools - In the console the message "cannot connect webclient ...." appears. This is correct, the development...

bug

- [ ] best practice to publish - [ ] simulator vs hardware

hackathon

- flash xiao - start temp/humi sensor - log data locally - control lights - deploy cloud - log data to cloud - dashboard -

hackathon

Allow access to control service of the VM device, servers device, and any other device (via `role.control` or similar) - set status light, reset, etc.

enhancement
non-mvp