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

It is probably best to use the same acronym everywhere.

documentation

Currently returns array, change it to JSON with field names. For both register and event.

enhancement

So it auto looks ok on console

client api

enhancement
client api
rp2040
esp32

For the sake of testing, a DS Vm should be able to advertise a set of services, and jacdac-docs should spin up servers to execute them.

Basic Adafruit Seesaw library. Needs hardware testing.

This is based on code from [MakeCode Arcade](https://arcade.makecode.com) in particular https://github.com/microsoft/pxt-common-packages/tree/master/libs/screen TODO: * [ ] fonts/text * [ ] write-image-to-SPI method (or I2C?) * [ ] ``` img`...` ``` literals...

I have just flashed a Lilygo Esp32 C3 board using the esp32c3_bare board option adapted to the board settings according to the following info: https://github.com/Xinyuan-LilyGO/LilyGo-T-OI-PLUS Flashing went well, however when...

* [ ] Missing string`.replace` * [ ] Missing radix argument of `parseInt` * [ ] Missing `Object.entries` / `Object.fromEntries` * [ ] Unable to call enum via `['key']` like...

bug
good first issue

Implement https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURIComponent Guide: https://microsoft.github.io/devicescript/contributing#add-core-javascript-apis

enhancement
good first issue
core js