Weather Monitoring system with Losant Platform and arduino Nano

Hey, I am building weather monitoring system which shares the values of temperature and humidity sensors interfacing with arduino yun connected with Losant platform.

Please suggest the documentation which will help me to make this process happen.

Hi @Derby_Jhon,

The best place to start would be here:

https://docs.losant.com/getting-started/walkthrough/

It will help you get familiar with Losant and the concepts. Then, for Arduino specific things:

https://docs.losant.com/getting-started/boards/getting-started-with-arduino-wifi-101/

The Nano doesn’t have any connectivity. So, connecting it to Losant would require other hardware.

Hey I started with suggested documentation as Nano does not supported by Losant so I am trying with raspberry Pi and after adding the device I am working on command line where I need to know, how to use Python library of SHT31 to implement it with losant platform?