Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 520 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 520 Bytes

esp32_websocket

ESP32 WebSocket Server with Python Client

This project features an ESP32 websocket server and a corresponding Python script as client. The application reads a BME280 sensor and shows the weather data via a GUI application.

Files:

Arduino source files: ESP32-BME280.zip:

  • ESP32_BME280.ino
  • web_socket.cpp
  • web_socket.h

Python script to test and play with the server: Python_Websocket_test.zip

  • websocket_test.py

A Python GUI application using TKinter: Python_BME.zip:

  • bme.py
  • bme_config.py