Resources & Tools

76-100 of 121 results
Node-RED External Resources
Developer - Published:
Official sites:nodered.orgOfficial Forum on DiscourseOfficial Google Group discussion board (being phased out for Discourse forum)External sites that cover Node-RED topics:http://noderedguide.com/ - a...more
Node-RED for groov I/O
Developer - Published:
Node-RED is a visual tool for wiring the Internet of Things, by wiring together hardware devices, APIs and online services in new and interesting ways.The Node-RED for groov I/O nodes can read and write...more
Node-RED for groov I/O Updates
Developer - Published:
The project's [change log](https://github.com/Opto22/node-red-contrib-groov-io/blob/master/CHANGELOG.md) containsinformation on the released versions.To update an installed node in Node-RED, open...more
Node-RED for groov View
Developer - Published:
Node-RED is a visual tool for wiring the Internet of Things, by wiring together hardware devices, APIs and online services in new and interesting ways.The Node-RED for groov View nodes can read and write...more
Node-RED for groov View Updates
Developer - Published:
The project's [change log](https://github.com/Opto22/node-red-contrib-groov/blob/master/CHANGELOG.md) containsinformation on the released versions.To update an installed node in Node-RED, open Settings...more
Node-RED for PAC Control
Developer - Published:
Node-RED is a visual tool for wiring the Internet of Things, by wiring together hardware devices, APIs and online services in new and interesting ways.The Node-RED for PAC Control nodes can read and...more
Node-RED for PAC Control Updates
Developer - Published:
The project's [change log](https://github.com/Opto22/node-red-contrib-pac/blob/master/CHANGELOG.md) containsinformation on the released versions.To update an installed node in Node-RED, open Settings...more
Node-RED Hello, world! Example
Developer - Published:
OverviewWhile this tutorial covers a very basic example, there are a few key concepts that should be discussed first:Messages are objects containing data, and they flow from node to node. They are the...more
Node-RED Hello, world! Example, part 2
Developer - Published:
OverviewThe Hello, world! example is great, but we can make it more useful and interesting. We’ll add the current time to the message, and execute it every two seconds.Step 1 - Add a Function nodeFirst...more
Node-RED Videos
Developer - Published:
Here are some interesting and useful videos about Node-RED.An IBM tech talk from 2017, featuring the creators of Node-RED. Covers the history and future of Node-RED:...
Opto 22 Developer
Developer - Published:
Welcome to the official Opto 22 Developer site.APIs and LibrariesDeveloping with groov EPIC Breakdown of tools and programming options available for the groovEPIC, including Secure Shell (SSH) access...more
Opto 22 Products for Raspberry Pi Solutions
Developer - Published:
Which I/O Should I Use?If you don’t already have I/O for your Raspberry Pi project, you should base your decision on the sensors and actuators you plan to use.Opto 22 G4 I/O has 1 point per module...more
Opto 22's Configure-Read-Write Script
Developer - Published:
To simplify accessing I/O when you write your own code, Opto 22 engineers wrote a Python script that your code can reference.If you’re using a browser, click here for the script.To download the script...more
PAC Control Nodes - Introduction
Developer - Published:
OverviewIf you’re new to Node-RED but have not yet worked through the Hello, world! example, please do so now.In this section, we’ll add a PAC Control Read node, configure the controller’s address, and...more
PAC Control Nodes - Reading Tags
Developer - Published:
OverviewThe PAC Control nodes can read or write variables, tables, and I/O points in a controller.In the first example, we saw how to read the Device Details for a controller. Now let’s do some more...more
PAC Control Nodes - Writing Tags
Developer - Published:
OverviewIn the previous example, we saw how to read one or all Int32 variables.Now let’s use a Write node, and then connect a Read to a Write node.Write to an Int32 VariablePlace a PAC Control Write...more
PAC Control REST API Code Samples for SNAP PAC
Developer - Published:
For API syntax and tips, see the API Reference, which is generated from the Swagger specification.A C# sample that reads a point and returns the response JSON as a stringInsert Tag Values into an...more
Pin-to-Module Mapping
Developer - Published:
## GPIO Pin to Digital I/O Module MappingDownload Mapping OverlayFor communication between a Raspberry Pi and Opto 22 digital I/O modules, the Digital I/O Carrier Board for Raspberry Pi maps 16 GPIO...more
Raspberry Pi with a Side of I/O
Developer - Published:
Safely and reliably sense and switch 5-60 VDC, 120 VAC, and 240 VAC loads with a Raspberry Pi® Raspberry Pi is a trademark of the Raspberry Pi Foundation.Raspberry Pi, I/O modules, mounting rack, and...more
Read a Point
Developer - Published:
Download Code SampleThis simple C# code sample uses only .NET libraries (—no external dependencies) to:* Authenticate to a controller* Read a point* Return the response JSON as a stringThe sample calls...more
Read an Integer Array with the OptoMMP Function Blocks
Developer - Published:
## OverviewIn this third example, we'll read an array of integer values from the Scratch Pad area of the OptoMMP memory map.The goals of this example are: * The client will connect and stay connected...more
Read and Write from a Terminal
Developer - Published:
The examples in this section show LXTerminal on a Pi running Raspbian. For a mapping diagram and overlay for your Pi, see [Pin-to-Module Mapping](..\pin-to-module).## Read all GPIO pinsA value of 0...more
Read and Write to Opto 22 G4 Digital I/O
Developer - Published:
This simple example uses RPi-GPIO nodes to read and write to Opto 22 digital I/O modules. {% include note.html content="You can test this flow *without* using Opto 22's [Digital I/O for Raspberry Pi...more
Return WAN IP Address
Developer - Published:
This Node-RED code sample returns the WAN IP address used by the router that your controller is connected to.## Prerequisites* A SNAP PAC controller with Node-RED (described [here](http://developer...more
RPi.GPIO Library
Developer - Published:
If you code in Python, the RPi.GPIO Python library (included with Raspbian) lets you configure, read, and write to GPIO pins.{% include note.html content="To install the RPi.GPIO Python library, enter...more