A Node-Red node that wraps around the Javascript State Machine to implement a finite state machine for Node-Red. Personal modification of xoh's reboot-persistent FSM because I had a node-name ...
The node is configured with a number of states and triggers that will cause the node to transition from one state to another. At any time, the node can only be in one of the defined states and it will ...
Integrating Arduino with Node-Red 🤖👾 It was actually an assignment for CPT316. My team and I need to integrate two programming languages, so we use Node-Red (JavaScript) & Arduino (C Language). Yaa ...