BLDC_PID_Controller/ ├── arduino_uno/ # Development implementation │ ├── arduino_uno.ino # Arduino Uno code with serial tuning │ ├── config.h # Configuration header with all settings │ ├── ...
This project demonstrates how a dotnet, python and nodejs app can communicate with each other using protobuf messages over MQTT. For each of these 3 applications, I created a service that parses MQTT ...