Skip to content

Releases: kasper201/Domotica-School

v2.1.0-beta

19 Jan 10:48
2fe274f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0-beta...v2.1.0-beta

v2.0.1-beta

18 Jan 16:52
2b5302c

Choose a tag to compare

What's changed

This is the change log for release v2.0.1

Embedded client

  • There was no change on the embedded client

User interface

  • updated baudrate to the correct speed
  • corrected unsubscribe function
  • Changed the way in which actuators are updated

Known bugs

  • There are currently no known bugs

Other

  • lucas's part is not yet included in the final build

Full Changelog: v1.0-beta...beta_releases

v2.0.0-beta

17 Jan 22:32
2b5302c

Choose a tag to compare

What's changed

This is the change log for release v2.0.0

Embedded client

  • Added the ability to read existing groups and nodes
  • Added the ability to read existing groups and nodes to UI via USART
  • Added ability to set nodes into groups via the UI
  • Added ability to 'create' groups
  • Added ability remove 'created' groups
  • Added getElem function
  • Updated getAddr function
  • Updated uart communication
  • Added subscribe to group function
  • Added unsubscribe from group function
  • Added check for duplicate groups
  • Added check for unknown commands
  • Updated gen_onoff_send to use correct address

User interface

  • Is currently in a final product state
  • Nodes can be added by hand
  • Works with addresses and other identification numbers as well

Known bugs

  • {placeholder}

Other

  • subscribe and unsubscribe functions don't work yet
  • The application no longer functions as a bridge

v1.0-beta

12 Dec 20:18
54daaaa

Choose a tag to compare

v1.0-beta Pre-release
Pre-release

What's changed

Embedded client

  • Added functional Button interrupt
  • Added ledSet functionality
  • Added ability to connect with your phone with node
  • Added ability to turn leds on/off using the button on the board

Uart Embedded side

  • Reads uart
  • Can read and send out groups
  • Can send out nodes
  • Can interact with the application

User interface

  • Added LED to application
  • Added a functional Button to the application

Known bugs

  • Node disappears once connected (Embedded client not Uart related)

Other

  • The application is currently still functioning as a bridge (Already new code to fix this but might not be up to release specs yet)

v0.1-alpha

30 Nov 10:08
71d0846

Choose a tag to compare

v0.1-alpha Pre-release
Pre-release

What's changed

Embedded Changes

  • Added Start to Bluetooth mesh development

UI Changes

  • Added USB connection demo
  • Added GUI
  • Added groups test

Bugs

There are currently no known bugs

Other

  • Missing Bluetooth connection
  • GUI can't run without QT yet
  • Zephyr based code