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

Bumps [nunjucks](https://github.com/mozilla/nunjucks) from 3.2.3 to 3.2.4. Release notes Sourced from nunjucks's releases. v3.2.4 What's Changed fix: html encode backslashes if used with escape filter or autoescape by @​fdintino in mozilla/nunjucks#1437....

dependencies

Just a typo fix in CONTRIBUTING.md ![image](https://github.com/microsoft/devicescript/assets/52573153/8c1f90e6-08f4-4e4c-b7b7-8b529048e34c) Looking forward to work more on this project.

With the pico w, is there any chance of getting a simple web server like micro python has? I know there is the local cloud stuff that is being worked...

enhancement

Need to talk to the wireless chip to control that LED.

bug
enhancement

in [servers/pins document](https://microsoft.github.io/devicescript/developer/servers/pins#pinmode), `pinMode, digitalWrite, digitalRead, subscribeDigital` are exported by `@devicescript/gpio` ![image](https://github.com/microsoft/devicescript/assets/6924358/a11c9b8b-f4d7-4961-89c5-52d5f18721bb) (sorry error message is Japanese, but [TS2305](https://typescript.tv/errors/#TS2305) is `no exported member` error.) but in my workspace, it doesn't....

bug

"Direct" Mqtt support, instead of wssk+gateway.

enhancement
driver request

Probably in the device section and intro.

documentation

To implement screen driver, we need to be able to efficiently send buffers through SPI.

enhancement
driver request

![image](https://github.com/microsoft/devicescript/assets/4175913/d417496e-dd05-4a0a-9ea2-a4ec482b1aa6) Recomendation: no _, just the number.

bug
enhancement

A hang watchdog support or documentation for it?