Skip to content

Releases: jef41/tilt-micro-bridge

v1.2.0 release

22 Oct 09:08
06d09c6

Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.2.0

wifi reconnection has been rewritten and the display now reports connection errors and reconnection status in the card stack

v1.1.2

15 Oct 14:40
a9d1601

Choose a tag to compare

What's Changed

  • improve wifi reconnect by @jef41 in #37
  • based on MicroPython 1.26.1 release

make the wifi reconnection process more robust and report errors on display if present.

tilt_micro_bridge:
pass the display object to wifi client
only get ntp time if we have a connection

wifi_client:
change ref to self.nic
if password is bad then stop
otherwise retry infinitely

display_driver:
startup_msg as a list
append method added to show_msg (if append=False overwrite last line rather than add newline)

v1.1.1

01 May 07:27
4bf0650

Choose a tag to compare

What's Changed

display_driver: remove clock display screen
display_driver: handle LCD rst pin as optional key:value pair in config.json
display: report startup progress to LCD display (if present)

Note; this release changes the config.json option lcd_spi_gpio to lcd_gpio. Passing a key and value for rst is optional
This is the currently recommended version for either Pico W or Pico 2 W. Ensure you download the correct UF2 file depending on the board you have. Either version may be used with or without a display, Pico 2 W is the recommended device.

if upgrading from a previous version, after copying the new UF2, delete or rename the file main.py

Full Changelog: v1.1.0...v1.1.1

v1.1.0 release

14 Apr 11:16
89ecaa2

Choose a tag to compare

This release introduces the option of using a small LCD display.
There are also some bug fixes, most notably when using multiple Tilt devices only the first was being recorded.

What's Changed

Full Changelog: 1.0.0...v1.1.0

v1 release

11 Mar 11:07
d3a6a0e

Choose a tag to compare

What's Changed

  • update documentation branch by @jef41 in #26
  • update documentation for alpha release by @jef41 in #28
  • update before bugfixes by @jef41 in #29
  • resolve issue with calibration not being applied by @jef41 in #30
  • allow main.py override when main.py is frozen by @jef41 in #31
  • get build files by @jef41 in #32
  • working on 0.1.2 release candidate by @jef41 in #33
  • RC 0.1.2 testing by @jef41 in #34

Full Changelog: v0.1.0-alpha...1.0.0

v0.1.0-alpha

04 Mar 10:52
08cd457

Choose a tag to compare

a release candidate the UF2 has been tested on a Raspberry Pico W. Drag and drop this onto a Pico device, then use Thonny to connect and create a config.json file.
Once configured plug into USB power and after a few minutes data should start to arrive in your configured providers.