Releases: acremonezi/Projeto-Integrador-em-Computacao-III
Releases · acremonezi/Projeto-Integrador-em-Computacao-III
v0.1.0
Key Results of this Release
- Hardware: Sending data to the Server using a unique MQTT Topic based on each unique ESP Wifi Network MAC Address.
- Hardware: Set ESP Wifi Network Hostname as unique using their MAC Address.
- Hardware: Showing MAC Address, Temperature and Humidity on OLED Display.
New Features
- Firmware: Add MAC Address into the MQTT Topic. By @acremonezi Issue: #18
- Hardware Prototype: Build The Hardware Prototype Number 3. By @2005869 Issue: #15
- Firmware: Add Display capability. By @2005869 Issue: #19
- Firmware: Add ESP32 capability. By @acremonezi Issue: #23
- Firmware: Add Wifi Network Interface Hostname definition. By @acremonezi Issue: #26
v0.0.1
Key Results of this Release
- Hardware: Sending JSON data with sensor measurements to Deploy Server on the Cloud every second.
- Database: Storing the JSON data above.
Initial Development Release
- Firmware: 1st Simple Arduino Code using PlatformIO. By @acremonezi Issue: #12
- Hardware Prototype: 1st Simple Hardware Prototype. By @acremonezi Issue: #5
- DevOps: Microservices Docker Containers Setup using Docker Compose. By @acremonezi Issue: #7 #8 #9 #10 #11
- Deploy: Infrastructure Server on the Cloud. By @acremonezi Issue: #13