Code Monkey home page Code Monkey logo

iot-hub's Introduction

What is an Opensource IoT-hub?

This opensource project is a basic foundation to develop IoT platform for any industrial application using esp8266 based modules and RaspberryPi plafform. Please contribute and enrich this project.

Here we take a Greenhouse Controlling System for the example.

This IoT Greenhouse consists of low power Node MSU esp8266 and few sensors. Here i have used following Sensor modules.

    * AM2301 Humidity and Temperature sensor
    * AM2320 Humidity and Temperature sensor
    * MQ Gas Sensor
    * BH1750FVI Light sensor
    * Soil moisture sensor
    * Rain drop detection sensor     

Architecture

This code base devided in to 3 parts

    * sensor node ( This is end devices which will be basically Sensors and Actuators )
    * server ( Server to handle all the Sensor and Actuator Data )
    * processing ( Application of Computer Vision to your project via RaspberryPi using OpenCV)

Akila Wickey

iot-hub's People

Contributors

akilawickey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

iot-hub's Issues

TimeoutError: [WinError 10060] A connection attempt failed

Hi there, I tested your code but I found this error

C:\Users\Desktop\Research\New\ROL_V5_JAN_2020\Github\IoT-hub-master
\IoT-hub-master\server>python server.py shell
Traceback (most recent call last):
File "server.py", line 20, in
client.connect('192.168.43.222',1883,60)
File "C:\Users\AppData\Local\Programs\Python\Python38-32\lib\site
-packages\paho\mqtt\client.py", line 937, in connect
return self.reconnect()
File "C:\Users\AppData\Local\Programs\Python\Python38-32\lib\site
-packages\paho\mqtt\client.py", line 1071, in reconnect
sock = self._create_socket_connection()
File "C:\Users\AppData\Local\Programs\Python\Python38-32\lib\site
-packages\paho\mqtt\client.py", line 3522, in _create_socket_connection
return socket.create_connection(addr, source_address=source, timeout=self._k
eepalive)
File "C:\Users\AppData\Local\Programs\Python\Python38-32\lib\sock
et.py", line 808, in create_connection
raise err
File "C:\Users\AppData\Local\Programs\Python\Python38-32\lib\sock
et.py", line 796, in create_connection
sock.connect(sa)
TimeoutError: [WinError 10060] A connection attempt failed because the connected
party did not properly respond after a period of time, or established connection failed because connected host has failed to respond

need help. thanks

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.