flipperdevices / flipperzero-firmware

Flipper Zero firmware source code
https://flipperzero.one
GNU General Public License v3.0
12.43k stars 2.67k forks source link

A JavaScript module for GPIO #3761

Open Himura2la opened 2 months ago

Himura2la commented 2 months ago

Description of the feature you're suggesting.

A JS module that provides an API for Flipper Zero GPIO should exist. This would unlock a ton of signal processing/generation capabilities in the JavaScript interface, which is much easier and user-friendly than FAP platform.

Anything else?

I have an idea to use Flipper Zero as an external source for Bastl Kastl, and make it a part of a modular synthesis setup, but I'm too lazy for writing and building FAPs 🥺 The complexity of environment required for FAP building, and the complexity of C API demotivates me.

portasynthinca3 commented 3 weeks ago

Currently working on it: https://github.com/flipperdevices/flipperzero-firmware/pull/3841