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

A large set of modems and GPS devices use AT commands over serial to communicate. We should have a base framework to parse and assemble such messages. - see makecode...

good first issue
driver request

-- why not! How cool would it be to program LED animations in a TSX/React way? One would have to implement some kind of element dom, maybe a simple layout...

enhancement
good first issue

A generator of perlin noise to help creating exciting LED patterns.

enhancement
good first issue

The Led server has a few missing optional registers (they return undefined). The user-defined server fails to handle this and send a notimplemented packet.

bug

A layout engine, DOM and rendering engine that supports 'flex' with low runtime memory footprint. Optimized for the limitations of devicescript. See - https://tchayen.com/how-to-write-a-flexbox-layout-engine - https://www.red-otter.dev/#features

enhancement
good first issue

In a nutshell, we need a better default configuration so that main.ts in library is ignored in CI. To ignore `main.ts` code, we can use `isSimulator` but it also breaks...

enhancement

(Limited) support for Date/Time APIs. This is probably a rather involved work item.

enhancement
core js

** Device description ** DH11 is a popular temperature/humidity sensor, I2c. ** Datasheet, firmware, etc... ** https://www.mouser.com/datasheet/2/758/DHT11-Technical-Data-Sheet-Translated-Version-1143054.pdf

driver request

Currently, we always turn on the wifi and keep on scanning when no AP is available. However ,in many samples the WiFI is not used. IMO; turn on the WiFi...

enhancement

We always bundle them. We also bundle `vm` but I guess that one may be useful outside.

bug