fa275e6919 | ||
---|---|---|
.. | ||
badges | ||
books | ||
examples | ||
icons | ||
images | ||
lib | ||
WIFI_CONFIG.py | ||
launcher.py | ||
main.py | ||
readme.md | ||
uf2-manifest.txt |
readme.md
Badger 2040 W MicroPython Examples
About Badger 2040 W
Badger 2040 W is a programmable E Paper/eInk/EPD badge with 2.4GHz wireless connectivity, powered by Raspberry Pi Pico W. It can go into a deep sleep mode between updates to preserve battery.
Badger 2040 W ships with MicroPython firmware pre-loaded, but you can download the most recent version at the link below (you'll want the pimoroni-badger2040w
.uf2). If you download the -with-examples
file, it will come with examples built in.
Badger 2040 W and PicoGraphics
The easiest way to start displaying cool stuff on Badger is by using our badger2040w
module (which contains helpful functions for interacting with the board hardware) and our PicoGraphics library (which contains a bunch of functions for drawing on the E Ink display).
Examples
Find out more about how to use these examples in our Learn guide:
Badge
Customisable name badge example.
Clock
Clock example with (optional) NTP synchronization and partial screen updates.
Ebook
View text files on Badger.
Fonts
View all the built in fonts.
Help
How to navigate the launcher.
Image
Display .jpegs on Badger.
Info
Info about Badger 2040 W.
List
A checklist to keep track of to-dos or shopping.
Net Info
Show IP address and other wireless connection details.
News
View BBC news headlines.
Qrgen
Display QR codes and associated text.
Weather
Display current weather data from the Open-Meteo weather API
Other Resources
Here are some cool Badger 2040 W community projects and resources that you might find useful / inspirational! Note that code at the links below has not been tested by us and we're not able to offer support with it.