devicescript
devicescript copied to clipboard
TypeScript for Tiny IoT Devices (ESP32, RP2040, ...)
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...
-- 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...
A generator of perlin noise to help creating exciting LED patterns.
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.
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
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...
(Limited) support for Date/Time APIs. This is probably a rather involved work item.
** 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
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...
We always bundle them. We also bundle `vm` but I guess that one may be useful outside.