Skip to content

senceryazici/iot-socket-application-nodemcu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IoTSocketServer

This repository consists of a simple TCP socket application and an example microcontroller code (nodemcu, esp8266)

To use the microcontroller side, you can install PlatformIO for free, for Atom or VSCode editors. You can then click the upload button to build&upload the code to the microcontroller, in this case Nodemcu board. The example microcontroller code uses a bmp180 sensor and sends altitude, pressure, temperature readings to the server.

Installation

To install, simply run

python3 setup.py install

Dependencies

  • pyyaml

Author

Sencer Yazici, senceryazici@gmail.com