Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gamblor21/snt-badge
A PCB badge for the "As Seen on Show and Tell" sticker that Adafruit has sent out in the past to participants on their weekly Show and Tell show.
https://github.com/gamblor21/snt-badge
Last synced: about 1 month ago
JSON representation
A PCB badge for the "As Seen on Show and Tell" sticker that Adafruit has sent out in the past to participants on their weekly Show and Tell show.
- Host: GitHub
- URL: https://github.com/gamblor21/snt-badge
- Owner: gamblor21
- License: mit
- Created: 2021-05-19T21:48:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-03T22:20:32.000Z (over 3 years ago)
- Last Synced: 2024-10-15T17:53:01.232Z (2 months ago)
- Language: Python
- Homepage:
- Size: 827 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# As Seen on Show & Tell Badge
This is a PCB badge based on the Adafruit sticker that (pre-covid) would be sent to community members who appeared on their Show and Tell show.
The badge is in the shape and style of the original sticker and made in the FeatherWing format with duel header rows (though single could likely fit).
The front has 6 Neopixels (connected to D5) and a light sensor (hooked to A0). The back has an IMU the ICM-20602 (ICM-20608-G can be used as a drop-in replacement). The IMU is hooked up via I2C.
The source folder has sample code and a basic CircuitPython driver for the ICM-20602 but is far from a full implementation.
![FrontPCB](/front.jpg)
![OSHW_FACTS](/oshw_facts.png)