![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
node-red-contrib-epi-gpio
Advanced tools
A Node-RED node to access GPIO on EpiSensor Gateway hardware.
A set of Node-RED nodes to interact with the GPIO on an EpiSensor Gateway.
Note: unlike the official Node-RED nodes, this does not include functionality for taking inputs from a keyboard or mouse.
Run the following command in your Node-RED user directory (typically ~/.node-red
):
npm install node-red-contrib-epi-gpio
Dependencies will be handled by the EpiSensor Edge snap
Note: the diagram in the configuration shows pin numbers - the BCM GPIO field allows you to enter the GPIO number directly (this allows you to use the node for other devices that have other BCM GPIO like the Pi Compute modules.)
Generates a msg.payload
with either a 0 or 1 depending on the state of the input pin.
msg.payload
- number - the level of the pin (0 or 1)msg.topic
- string - pi/{the pin number}You may also enable the input pullup resistor ↑ or the pulldown resistor ↓.
Can be used in Digital or PWM modes.
msg.payload
- number | stringtrue/false
)Hint: The range
node can be used to scale inputs to the correct values.
Digital mode expects a msg.payload
with either a 0 or 1 (or true or false),
and will set the selected physical pin high or low depending on the value passed in.
The initial value of the pin at deploy time can also be set to 0 or 1.
When using PWM mode, the input value should be a number 0 - 100, and can be floating point.
For more information, please visit http://episensor.com/documentation/ or for support, visit http://episensor.com/helpdesk/
Apache 2.0
FAQs
A Node-RED node to access GPIO on EpiSensor Gateway hardware.
The npm package node-red-contrib-epi-gpio receives a total of 1 weekly downloads. As such, node-red-contrib-epi-gpio popularity was classified as not popular.
We found that node-red-contrib-epi-gpio demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.