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
Programming Python VSCP

New version of pyvscptypes 0.09

A new version 0.0.9 of pyvscptypes has been published.

https://pypi.org/project/pyvscptypes/

Updated class/type definitions

Categories
Programming Python VSCP

New version pyvscpclasses 0.0.9

A new version 0.0.9 of pyvscpclasses has been published.

Updated class/type definitions

Categories
Programming Python VSCP

New version of pyvscp-sensors-bme680 script 1.0.1

New version that remove directional part of topics which is specified by the VSCP standard document.

Available on PyPi

Docs are here

Categories
Programming Python VSCP

New release of pyvscptypes 0.0.8

Updated to latest class/type definitions

Available on PyPi

Categories
Programming Python VSCP

New release of pyvscpclasses 0.0.8

Updated to latest class/type definitions

Available on PyPi

Categories
Programming Python VSCP

New version of node-vscp-class (1.0.11)

A new version of the package node-vscp-class (1.0.11) was published at 2020-12-01T11:41:21.819Z. The shasum of this package was 4c6327ab52dab75a947a01fd1bcef1c65a92db8c.

Updated class/type definitions to latest

Categories
Programming Python VSCP

New version of node-vscp-type (1.0.9)

node-vscp-type (1.0.9)
A new version of the package node-vscp-type (1.0.9) was published at 2020-12-01T11:44:02.363Z. The shasum of this package was 78d8cce89b53ba3c300839d9d15629e284e5c276.

Update to latest type defs.

Categories
Programming Python VSCP

New release of pyvscp 0.3.9

  • Removed dependency on json module
  • Added getIsoDateTime(), getGuidStr() and toJSON() methods for vscp event classes

Available on PyPi Se also pyvscphelperpyvscpclasses and pyvscptypes

Docs are here

Categories
Programming Python VSCP

New release of pyvscp 0.3.7

  • Added dump to standard event class
  • Standard event now has UTC time set on create
  • Fixed timestamp setting
  • Added timestamp setter (also to constructor)
  • Added constructor with GUID assignment
  • Added missing getmac import
  • Fixed head constants
  • Added new double precision data type
  • Synced VSCP header data
  • Added setGUIDFromMAC

Available on PyPi Se also pyvscphelper, pyvscpclasses and pyvscptypes

Docs are here