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...")
 
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
: Made by Pimoroni, the [https://shop.pimoroni.com/products/badger-2040?variant=39752959852627 Badger 2040] is a hackable, programmable badge with E Ink® display, powered by Raspberry Pi RP2040.
 
: Made by Pimoroni, the [https://shop.pimoroni.com/products/badger-2040?variant=39752959852627 Badger 2040] is a hackable, programmable badge with E Ink® display, powered by Raspberry Pi RP2040.
 +
 +
: [[File:Badger2040-front.png|450px]]  [[File:Badger2040-back.png|450px]]
  
 
=Software=
 
=Software=
Line 7: 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==
Line 22: Line 24:
 
* [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=

Latest revision as of 23:22, 26 August 2022

Description

Made by Pimoroni, the Badger 2040 is a hackable, programmable badge with E Ink® display, powered by Raspberry Pi RP2040.
Badger2040-front.png Badger2040-back.png

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

CircuitPython on Badger 2040

MicroPython on Badger 2040

Projects