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.
To install, simply run
python3 setup.py install
- pyyaml
Sencer Yazici, senceryazici@gmail.com