Python microcontroller program built by Felix Hildebrandt as final thesis for IoT in 2020.
NOTE: The commentary and files might appear in German.
The project is built to connect a Micro Controller to the Ropsten test network Blockchain of Ethereum. The Controller is tied to a LED, and its state can be locked or changed by sending a transaction to the Smart Contract of the Blockchain. By default, the Micro Controller scrapes the current state and turns the LED on or off. Those status updates can be received within the Micro Controller's terminal and worldwide if the Mosquitto Protocol is enabled by the owner, featured within this repository as well.
The Mosquitto Data Channels can then be scraped for various other outcomes.
- Solidity and Debugging: Tim Käbisch
- External Documentation: Konstantin Schwemlein

