Question regarding connection to Raspberry Pi

The new code works marvellosly! Now we can definitely distinguish the packages with useful information from the packages with errors. The problem is most of our packages are error packages. We can definitely work with what we have, but it would be nice to be able to get more useful packages.

With the following config:

We get the following responses:
response60s.txt (374.8 KB)

We’re using the example code as is, and only one accelerometer is connected to the modem.

Thanks for your hard work.

does the Labview ui gets data every-time ?

I don’t think so, it takes a while for any data to show up

Hi Jacop,
I would like to follow this scenario for smart city project demo by get all sensor data up to PowerBi as realtime-dashboard. So, I would like to order 3 sensors and long range wireless device as follow this.

  1. https://store.ncd.io/product/industrial-iot-wireless-vibration-temperature-sensor/
  2. https://store.ncd.io/product/iot-long-range-wireless-environmental-temperature-humidity-pressure-air-quality-sensor/
  3. https://store.ncd.io/product/wireless-soil-moisture-sensor-greenhouse-iot/
  4. https://store.ncd.io/product/900hp-s3b-long-range-wireless-mesh-modem-with-usb-interface/
    Can you confirm I can use NCD-Enterprise-Python Library for all those sensor devices?
    By the way, For ordering wireless long range device I need to choose configuration type. Which one I need to choose between “Standard compatiple with NCD industial devices” or “API compatible with IoT long range wireless”?

I also do have questions.
What is different vibration+tempertature sensor and predictive maintenance sensor?
As Python 2.7 will no longer support by Jan 2020. Just woder your library able to running on Python 3.7+

Thank you
Panya

Hi Panya,

I think a new thread may be a more fitting place for these questions, but:

  1. The vibration/temperature sensor is supported
  2. The air quality sensor has support, but it is untested and in the dev version of the library: https://github.com/ncd-io/NCDEnterpise-Python/blob/v2-Vibration-Mems/ncd_enterprise.py
  3. The soil moisture sensor is not currently support in the Python library.
  4. The python library is compatible with the USB modem

The API version will work with the enterprise sensors out of the box. The only difference is a few settings on the wireless module which can be changed at any time.

The vibration/temperature sensor is designed for vibration and ambient temperature. The predictive maintenance sensor is designed to monitor vibration, ambient temperature, high temperature of a specific location using a thermocouple probe, and current monitoring.

The Python library was written and tested on Python 3.7.2 so it will be compatible.