- Run multiple tasks independently
- Faster
- Learn more about SoCs technology
- The PID component from https://github.com/ussserrr/pid-controller-server.git
- The MPU6050 component from http://www.i2cdevlib.com
- The tcp_ip adapter component from the ESP8266 SDK (included by default in the project Makefile). We are goint to set a http server (or use mqtt/modbus, still looking for the best solution)
- Follow the https://docs.espressif.com/projects/esp8266-rtos-sdk/en/latest/get-started/ programming guide.
- Clone the this repository into esp/ directory
- On the terminal(esp path)type make menuconfig (You can also change/set the toolchain path here, but it is recommended to do this on the bashrc profile)
- On the same terminal: type make flash monitor