Tag: python
-
Raspberry Pi IoT Weather Station
This post will show how you can create your own Raspberry Pi DHT22 Weather Station project using Python, Flask, Flask-SocketIO, and WebSocket
-
Raspberry Pi DHT22 Weather Station Project
This post will show how you can create your own Raspberry Pi DHT22 Weather Station project using Python, Flask, Flask-SocketIO, and WebSocket
-
Develop Custom IoT Web Application with MongoDB Database
This post will show you how you can develop your own custom Internet of Things (IoT) web application that will interface with MongoDB database
-
Create a REST API Server with Python, Flask, and MongoDB
This post will show you how to create Flask REST API Server using Python and MongoDB database for our Internet of Things (IoT) projects
-
Raspberry Pi – How to Interface with a DHT22 sensor
This post will show you how to interface your Raspberry Pi with your DHT22 or DHT11 to retrieve temperature and humidity readings.
-
Raspberry Pi BME280 Weather Station Using Python and Flask
This post will show you how to interface your Raspberry Pi with the BME280/BMP280 and create a weather station using Python and Flask
-
Arduino officially supports MicroPython
This post explores how to get started with the Arduino support for MicroPython using the Arduino Lab for Micropython
-
Raspberry Pi RFID Door Lock System with Database
This is a Raspberry Pi RFID project with a database interface where it controls a solenoid door lock based on information stored in our database.
-
Interface Raspberry Pi with Solenoid door lock
This post describes how to program the Raspberry Pi in order to control a 12V solenoid door lock using a relay and Python code.
-
Display Real-Time Updates Using Python, Flask, and Websocket
In this post, we will explore Python, Flask, and Websocket to display sensor values coming from our server on our page and show it as a graphical chart.