Skip to content

Releases: wntrblm/Big_Honking_Button

August 13th, 2021

13 Aug 20:49
Compare
Choose a tag to compare

This is a bugfix & maintenance release for Big Honking Button's CircuitPython libraries.

👉 TL;DR download big-honking-button-2021.08.13.zip and extract it to your CIRCUITPY drive 👈

Please follow the firmware upgrade instructions in the user's guide to upgrade your device's firmware and libraries.

Changes from 2021.07.22

Firmware:

  • Fix off-by-one error in select_from_list_using_cv

July 22nd, 2021

22 Jul 19:35
Compare
Choose a tag to compare

This is a bugfix & maintenance release for Big Honking Button's CircuitPython libraries.

👉 TL;DR download big-honking-button-2021.07.22.zip and extract it to your CIRCUITPY drive 👈

Please follow the firmware upgrade instructions in the user's guide to upgrade your device's firmware and libraries.

Changes from 2021.2.13

This release has a breaking change.

You'll need to update your code.py to call bhb.update(). Replace:

while True:
    ...

with:

while bhb.update():
    ...

Firmware:

  • Add the ability to track pressed (triggered) and released for gate in and the button independently.

User guide:

  • Add code reference section
  • Updated the list of samples
  • Fixed some small grammar fixes (#10)
  • Added new images for the build guide
  • Fixed up some small issues on the main user guide
  • Added warranty information

Docs:

  • Updated some newly broken URLs
  • Added CV select sample (#9)

Factory:

  • Setup release script
  • Fixed up scripts to work with newest wintertools

Other:

  • Created funding.yml

February 13th, 2021

13 Feb 23:43
Compare
Choose a tag to compare

This is a bugfix & maintenance release for Big Honking Button's CircuitPython libraries.

👉 TL;DR download big-honking-button-2021.2.13.zip and extract it to your CIRCUITPY drive 👈

Please follow the upgrade instructions in the user's guide to upgrade your device's firmware and libraries.

Changes from 2021.1.8

Bugfixes:

  • Fixed bug where high pitch CV would cause the sample rate to be too high (#7)

Documentation:

  • Increased overall contrast
  • Clearly mark external links

Internal changes:

  • Changed factory setup scripts to use wintertools.

2021.1.8

08 Jan 23:45
Compare
Choose a tag to compare

Changes:

  • Adds support for board revision 5 which is used for Big Honking Buttons manufactured starting in 2021.
  • Improves the stability and accuracy of pitch CV readings for all board revisions.

Warnings:

  • v5 boards require CircuitPython 6.1.0+ which is currently in its release candidate phase. You can get it from here, just be sure not to download 6.0.1.

2020.11.19

19 Nov 16:45
Compare
Choose a tag to compare
  • Adds support for CircuitPython 6.0

2020.6.28

29 Jun 02:25
Compare
Choose a tag to compare
  • Removed redundant winterbloom_bhb folder from release archive

2020.6.22

23 Jun 03:48
Compare
Choose a tag to compare
  • Added new examples
  • Added new samples
  • Added the ability to loop samples

May 30th, 2020

30 May 22:16
Compare
Choose a tag to compare

Initial release of Big Honking Button firmware + libraries