Categories
General

Det nya svarta.

Skriver ett Python script. Men under nästan en timme tror jag att jag att jag kodar i node.js och kan inte fatta varför Math.round inte fungerar…

Senile programming – SP

Categories
General

An introduction to 10BASE-T1S

Ethernet and Internet Protocol (IP)-based networks are everywhere. You can find them in standard computer networks as well as in automotive, IoT and all kinds of automation applications. It has been around for almost 50 years. Henry Muyshondt, Senior Manager, Microchip Technology explains.

Source: An introduction to 10BASE-T1S

Categories
Demo MQTT VSCP websockets

Demo: Live VSCP MQTT data over websockets

Added some initial demo code for VSCP MQTT events over websockets. Currently a page with an unformatted live event list is available and a gauge displaying the fridge temperature in our kitchen.

The code is here https://github.com/grodansparadis/vscp-demo-mqtt-web

This is initial work and work in progress so please expect a lot of changes and improvements. Posted here for people that want to start development around this technique.

Information about the events available will be added as we go and more will come. There are some info in the wiki already but info is far from complete.

Categories
BLE Bluetooth Demo Programming Python VSCP

Added Bluetooth BLE sensorpuck python script

Added a python script that collect Bluetooth BLE sensor data from a Silicon Labs Sensorpuck and send it to a VSCP Daemon. Data collected is

  • Signal Quality
  • Battery Voltage
  • Temperature
  • Humidity
  • Ambient Light
  • UV Index.

The script is available here https://github.com/grodansparadis/vscp-python-sensorpuck and is including instruction on how to use and install.

Live data is available on the VSCP demo server and a node-red flow is included to show this data in real time.

Categories
HowTo's VSCP

Howto: How to send Raspberry Pi CPU & GPU temperature readings to the VSCP daemon

https://github.com/grodansparadis/vscp/wiki/How-to-send-Raspberry-Pi-CPU-&-GPU-temperature-readings-to-the-VSCP-daemon

Categories
HowTo's VSCP

Howto: How to send Digitemp 1-wire readings to the VSCP daemon

https://github.com/grodansparadis/vscp/wiki/How-to-send-Digitemp-readings-to-the-VSCP-daemon

Categories
HowTo's VSCP

Howto: How to send 1 -wire temperature readings to the VSCP daemon

https://github.com/grodansparadis/vscp/wiki/How-to-send-1-wire-readings-to-the-VSCP-daemon

Categories
VSCP

VSCP: Did you know?

The latest VSCP class and type definitions is always available for download here https://vscp.org/events/

Automatic updates can easily be build by checking the https://vscp.org/events/version.json file programmatically and download a new version of the files if needed.

You find full descriptions, constants, conversions and much more in these files. You are for instance always in the know on data contents and how to convert between available units for measurements.

Categories
node-red node-red-contrib-vscp VSCP

New version of the package node-red-contrib-vscp (1.2.6)

A new version of the package node-red-contrib-vscp (1.2.6) was published at 2021-08-18T20:30:17.710Z

- 210818 AKHE  event2value transparent mode fixed #11
- 210818 AKHE  event2value measurement objects now go to payload #12
- 210818 AKHE  Updated dependencies.
Categories
VSCP

VSCP architecture overview