Skip to content

Releases: Effix/LedBadge

Stable release

09 Dec 08:51
Compare
Choose a tag to compare

This is the first stable version of the badge firmware and supporting libraries.
All known issues with the firmware have been addressed.

  • Use an ISP device (such as an AVR Dragon) by connecting it to the programming header on the board to flash with the provided .hex binary.
  • Before trying to instantiate a connection make sure you have the right Prolific 2303 serial over USB drivers installed for your OS.

A sample app is included to demo some of the functionality:

  • Connecting and querying the badge
  • Using WPF to generate text for display
  • Image dithering and display

Initial usable version

29 Nov 02:11
Compare
Choose a tag to compare
Pre-release

This is the first usable version of the badge firmware and supporting libraries.

  • Use an ISP device (such as an AVR Dragon) by connecting it to the programming header on the board to flash with the provided .hex binary.
  • Before trying to instantiate a connection make sure you have the right Prolific 2303 serial over USB drivers installed for your OS.

A sample app is included to demo some of the functionality:

  • Connecting and querying the badge
  • Using WPF to generate text for display
  • Image dithering and display