Skip to content

Releases: acremonezi/Projeto-Integrador-em-Computacao-III

v0.1.0

30 Sep 01:45
6fe1463
Compare
Choose a tag to compare

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

30 Aug 02:32
Compare
Choose a tag to compare

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