Git Product home page Git Product logo

waggle-sonic3d's Introduction

METEK uSonic-3 3D Ultrasonic Anemometer Waggle Plugin

Waggle Sensor Plug-In for the uSonic-3 CLASS-A MP

The Sonic 3D provides observations of 3 wind components x, y, z and acoustic temperature T at sampling rate up to 50 Hz..

Waggle Sensor Information

Determine the Serial Port

The Sonic utilzies an RS-485 serial connection to transmit data.

Therefore, to determine which port the instrument is plugged into, PySerial offers a handy toollist to list all serial ports currnetly in use.

python -m serial.tools.list_ports

The default serial settings for the RS-485 interface are:

  1. Baud Rate = 57600
  2. Data Bits = 8
  3. Parity = None
  4. Stop Bits = 1

Data Sample

Below is a sample of the ASCII formatted data string transmitted from the instrument. It is in the format status;x;y;z;T;vel;dir;vels;dirs

1B010000322000000300100000000000;-0.015;0.053;0.062;16.486;0.055;164.451;0.055;1

Testing

Similar to the Vaisala AQT530 plugin a docker container will be setup via Makefile

1) Build the Container

make build

2) Deploy the Container in Background

make deploy

3) Test the plugin

make run

Access the data

import sage_data_client

df = sage_data_client.query(start="2023-07-09T00:00:00Z",
                            end="2023-07-09T01:00:00Z", 
                            filter={
                                "plugin": "10.31.81.1:5000/local/waggle-sonic3d",
                                "vsn": "W039",
                                "sensor": "metek-sonic3D"
                            }
)

Check out a basic Cookbook for more details.

waggle-sonic3d's People

Contributors

sujanpal avatar rbhupi avatar

Watchers

 avatar

Forkers

waggle-sensor

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.