badger2040 icon indicating copy to clipboard operation
badger2040 copied to clipboard

Examples and firmware for Badger 2040 and Badger 2040 W

Results 43 badger2040 issues
Sort by recently updated
recently updated
newest added

This measures VSYS ADC on Pi Pico W, which should be OK accuracy since the 3.3V reference is provided from the Pico W's buck regulator. Battery display is only enabled...

If I start the Badger W I can not find a version from the launcher menu . I had expected to find the 0.0.2 mentioned here for the most recent...

enhancement

Dear All, I have noticed that get_battery_level() doesn't perform a measurement: `def get_battery_level(): return 0 # Battery `measurement` Is this because the method provides erroneous results? Has anyone found a...

Since `badger2040.system_speed` was migrated into Python to use `machine.freq` it's lost a lot of edge cases that handle lower clock frequencies, and additionally lacks the slight overvoltage that may make...

With the badger on usb power, it’s nicely responsive. However, on battery, the exact same disk image reacts differently. For example, * the QR code app usually doesn’t launch when...

I have a .ttf font I'd like to load onto my badger. How would I do that?

A set of fixes and enhancements, mostly independent: - Allow XML empty tags - Accomodate 'guid' or 'link' in RSS feed, and use 'guid' only if 'link' is not present...

Right now I get the bar and a 40,57% figure which is tiny small and harder to read the older you get. So might be time to focus on the...

enhancement

I need a way to compile my own micropython interpreter for badger2040W locally (raspberry PI 4). Specifically, there is a pull request in the main micropython repo I need that...

Might be useful to the document the badger2040w RTC and link to the example https://github.com/pimoroni/pimoroni-pico/blob/main/micropython/examples/pcf85063a/pico_rtc.py Would it be worth having the micropython `machine.RTC` call the `pcf85063a` functions? https://docs.micropython.org/en/latest/library/machine.RTC.html