top | item 33451423

(no title)

Gravyness | 3 years ago

    npm install -g @kaluma/cli

    kaluma flash index.js
This installs kaluma, finds the connected device, uploads the code and runs it. Love this simplicity, sounds like it was made the right way. Is there any posts with benchmarks? Very interested about the timing limits of the event loop implementation such as setInterval(()=>{}, 1); and other cpu heavy stuff like math stuff and pin output change speed from javascript.

discuss

order

zachrip|3 years ago

That's really neat, a lot of times when I see js/ts used in the embedded space, there are a lot of uncanny things coming from using js/ts in my web projects. For example some projects offer TS support but the typings are either all anys or not configured correctly. They also often require lots of random software to flash, I like that this seems to integrate well with npm/node.

lasagna_coder|3 years ago

In short, in my experience it's good for toy projects but nothing "heavy"