mi3nts / AirQualityAnalysisWorkflows

Repo for the Fall 2021 Senior Design Group.
MIT License
5 stars 0 forks source link

Bird call sensor (MBC002) updates #19

Open lakithaomal opened 1 year ago

lakithaomal commented 1 year ago

Currently PoLo Nodes (Powered LoRaNodes) are running bird call detection algorithm which provides LoRaWAN/MQTT packets which consists data from 8 bird calls rather than 1 per each packet. we need a means in which the node red pipeline can handle these packets and ingest the data into influx db.

Mazhar12576 commented 1 year ago

Hi Lakitha,

Where can I find the node red pipeline in which you guys did it for the central node. Can you direct me toward that?

Thank you!

Best, Mazhar

On Tue, Jan 31, 2023 at 5:22 PM Lakitha Omal Harindha Wijeratne < @.***> wrote:

Currently PoLo Nodes (Powered LoRaNodes) are running bird call detection algorithm which provides LoRaWAN/MQTT packets which consists data from 8 bird calls rather than 1 per each packet. we need a means in which the node red pipeline can handle these packets and ingest the data into influx db.

— Reply to this email directly, view it on GitHub https://github.com/mi3nts/AirQualityAnalysisWorkflows/issues/19, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUHAFWVKNFXBP3QSR5YS5J3WVGNCHANCNFSM6AAAAAAUNA7SWU . You are receiving this because you were assigned.Message ID: @.***>

lakithaomal commented 1 year ago

http://mdash.circ.utdallas.edu:1880/#flow/f6f2187d.f17ca8

john-waczak commented 1 year ago

@Mazhar1-2 You can also see what we did for the first try LoRa node version called MBCLR001

If you have any questions about the specifics, please ask. The only difference is that now we have multiple observations packed together.

As you develop, please make sure to work on your own local version of the containers so that the main site does not lose data until you have it working. If you need help setting up the containers, I'll give an overview during tomorrow's senior design meeting.