Difference between revisions of "Badger2040"
From Miscellany
(Created page with "=Description= : Made by Pimoroni, the [https://shop.pimoroni.com/products/badger-2040?variant=39752959852627 Badger 2040] is a hackable, programmable badge with E Ink® displ...") |
|||
Line 22: | Line 22: | ||
* [https://github.com/micropython/micropython MicroPython on GitHub] | * [https://github.com/micropython/micropython MicroPython on GitHub] | ||
* [https://github.com/pimoroni/pimoroni-pico/releases Special build of MicroPython] for Badger 2040 on GitHub | * [https://github.com/pimoroni/pimoroni-pico/releases Special build of MicroPython] for Badger 2040 on GitHub | ||
+ | * [https://github.com/pimoroni/pimoroni-pico/tree/main/micropython/modules/badger2040 MicroPython Function Reference for Badger2040] | ||
=Projects= | =Projects= |
Revision as of 22:09, 26 August 2022
Contents
Description
- Made by Pimoroni, the Badger 2040 is a hackable, programmable badge with E Ink® display, powered by Raspberry Pi RP2040.
Software
- Because it's a RP2040 board, Badger 2040 is firmware agnostic! You can program it with C/C++, MicroPython or CircuitPython.
- This page has some useful information about getting started, including clear instructions on updating the firmware.
C++ on Badger 2040
- C++ Examples for Badger 2040 on GitHub
CircuitPython on Badger 2040
MicroPython on Badger 2040
- MicroPython on GitHub
- Special build of MicroPython for Badger 2040 on GitHub
- MicroPython Function Reference for Badger2040