Difference between revisions of "Badger2040"
From Miscellany
| Line 9: | Line 9: | ||
: Because it's a RP2040 board, Badger 2040 is firmware agnostic! You can program it with C/C++, MicroPython or CircuitPython.  | : Because it's a RP2040 board, Badger 2040 is firmware agnostic! You can program it with C/C++, MicroPython or CircuitPython.  | ||
| − | : [https://www.thoughtasylum.com/2022/04/29/the-badger-2040-set-up/ This page] has some useful information about getting started, including clear instructions on updating the firmware.  | + | : [https://www.thoughtasylum.com/2022/04/29/the-badger-2040-set-up/ This page] has some useful information about getting started, including clear instructions on updating the firmware, including dependencies.  | 
==C++ on Badger 2040==  | ==C++ on Badger 2040==  | ||
Latest revision as of 22:22, 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, including dependencies.
 
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