We have released a new graphical application HARDWARIO Playground which contains everything you need in a one package. Create rules and flows in the Node-RED, upload new firmware to the Core Module 2, manage the radio paired nodes.
Download and try out HARDWARIO Playground now. It's multi-platform and runs on Windows, Linux and macOS. You can have your radio network with nodes up and running in a minutes. Take a look at the Quick Start Guide where the basics are explained.
Later, for a more permanent solution, you can use the HARDWARIO Hub that is pre-programmed and comes also with Radio Dongle. Or you can flash our bc-raspbian to your Raspberry Pi 3 computer.
Playground contains:
- Home - help page that will guide you how to get started
- Functions - Node-RED flows editor where you define the rules
- Dashboard - Dashboard page where all your values can be visualized and controlled
- Messages - See all the messages that HARDWARIO devices sends by the radio
- Firmware - Reprogram you Core Modules with one of many pre-programmed firmwares
More technical stuff:
HARDWARIO Playground is using an Electron. It is basically a web application with server and web browser in a single package. The backend runs on NodeJS. The Node-RED is already written in NodeJS so it is running "natively". For MQTT we had to leave Mosquitto and use also NodeJS variant. The MQTT server runs on port 1883 but can be reached also over Websockets.
The bcg
gateway and bcf
flasher had to be rewritten to the NodeJS.