Sanne 'SpuQ' Santens
Published © GPL3+

IoT with Edgeberry - Part 1: Edgeberry Devices

In part 1, we equip Raspberry Pi for the IoT edge with the Edgeberry ecosystem

AdvancedFull instructions provided1 hour104
IoT with Edgeberry - Part 1: Edgeberry Devices

Story

Read more

Code

Hello World

JSON
The 'Hello World' flow for Node-RED on the Edgeberry Device
[
    {
        "id": "64a82ea6bf732563",
        "type": "tab",
        "label": "Hello Device",
        "disabled": false,
        "info": "This is a Hello World project for the Edgeberry Device",
        "env": []
    },
    {
        "id": "b6ee9ddd7240b937",
        "type": "edgeberry",
        "z": "64a82ea6bf732563",
        "name": "",
        "x": 310,
        "y": 80,
        "wires": [
            []
        ]
    },
    {
        "id": "db9f49243089f305",
        "type": "inject",
        "z": "64a82ea6bf732563",
        "name": "Identify",
        "props": [
            {
                "p": "payload"
            },
            {
                "p": "topic",
                "vt": "str"
            }
        ],
        "repeat": "",
        "crontab": "",
        "once": false,
        "onceDelay": 0.1,
        "topic": "identify",
        "payload": "",
        "payloadType": "date",
        "x": 150,
        "y": 80,
        "wires": [
            [
                "b6ee9ddd7240b937"
            ]
        ]
    },
    {
        "id": "cd7826c7864ac49d",
        "type": "global-config",
        "env": [],
        "modules": {
            "@edgeberry/device-node-red-contrib": "3.3.0"
        }
    }
]

Edgeberry Device Software

The Edgeberry Device Software source code on GitHub

Credits

Sanne 'SpuQ' Santens
5 projects • 1 follower

Comments