Git Product home page Git Product logo

paulisasnake's Introduction

paulisasnake

RPi3 temperature and humidity sensor.

For explanation and documentation of the project, see https://heikokromer.com/index.php/2020/01/05/dashboard-paulisasnake/

bluetooth on RPi3

https://tutorials-raspberrypi.de/raspberry-pi-3-wlan-einrichten-bluetooth/

Sensirion latest project

https://github.com/abrauchli/python-smartgadget

Installation of MongoDB on RPi3 with Python3

  • Install the packages with sudo apt-get install mongodb

  • Create directory /data/db, be sure to check permissions correctly with sudo chrown -R mongodb /data/db/

  • Start mongodb service using sudo systemctl start mongodb.service

  • Check that it is also running with a restart of the system

  • Install python packages python3 -m pip install pymongo==3.4.0 pandas numpy

MongoDB access and crontab

  • the data from the test sensor is stored in the database sensirion_test, collection is temp_and_humid.
  • to check, connect to the RPi3 and run mongo. Then run use sensirion_test and find everything in the collection using db.temp_and_humid.find().sort({$natural:-1}).
  • execute read_sensirion_and_insert_to_mongo.py every minute in crontab adding * * * * * python3 /home/pi/paulisasnake/Sensirion_smart_meter/read_sensirion_and_insert_to_mongo.py to crontab -e

OLD VERSION

Hardware

  • NodeMCU Lua Lolin V3 Module ESP8266 ESP-12E
  • DHT22 sensor
  • jumper cables
  • power supply
  • breadboard(s)

Tutorial to use the ESP8266 and DHT as well as Watson IoT

https://github.com/binnes/esp8266Workshop

paulisasnake's People

Contributors

kromerh avatar

Watchers

James Cloos avatar

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.