Skip to content

Commit ffaa905

Browse files
authored
Merge pull request #749 from makermelissa/master
Add unknown boards for CP 7.0.0.rc-1, update proxlight
2 parents cc85f92 + 3b575cc commit ffaa905

13 files changed

+94
-4
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
layout: download
3+
board_id: "adafruit_led_glasses_nrf52840"
4+
title: "LED Glasses Download"
5+
name: "LED Glasses "
6+
manufacturer: "Adafruit"
7+
board_url: ""
8+
board_image: "adafruit_led_glasses_nrf52840.jpg"
9+
date_added: 2021-9-3
10+
features:
11+
12+
---
13+
14+
Coming Soon!
15+
16+
## Learn More
17+
18+
* [YouTube](https://youtu.be/VWamVRNd-io)
19+
20+
## Contribute
21+
22+
Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/master/_board/{{ page.board_id }}.md).

_board/adafruit_proxlight_trinkey_m0.md

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,41 @@ board_id: "adafruit_proxlight_trinkey_m0"
44
title: "Proximity Trinkey - SAMD21 Download"
55
name: "Proximity Trinkey - SAMD21"
66
manufacturer: "Adafruit"
7-
board_url: ""
7+
board_url: "https://www.adafruit.com/product/5022"
88
board_image: "adafruit_proxlight_trinkey_m0.jpg"
99
date_added: 2021-4-14
1010
features:
1111

1212
---
1313

14-
Coming Soon!
14+
It's half USB Key, half [Adafruit Trinket M0](https://www.adafruit.com/product/3500), half [APDS9960 breakout](https://www.adafruit.com/product/3595)*...*it's **Proximity Trinkey**, the circuit board with a Trinket M0 heart, APDS9960 Proximity, Light, RGB, and Gesture Sensor, and two RGB NeoPixels for a customizable glow. We wanted to make it super-easy to add one of our most popular combination-sensors to any computer with a USB port and this one is ready to go in an instant.
1515

16-
## Learn More
16+
The PCB is designed to slip into any USB A port on a computer or laptop. There's an ATSAMD21 microcontroller on board with just enough circuitry to keep it happy. One pin of the microcontroller connects to the two NeoPixel LEDs. Two other pins are used as capacitive touch inputs on the end - if you look carefully you can see the slotted end has left and right touch pads. A reset button lets you enter bootloader mode if necessary. That's it!
1717

18-
* [YouTube](https://youtu.be/hDlh4BuvJ-g)
18+
The SAMD21 can run CircuitPython or Arduino very nicely - both have existing APDS9960, NeoPixel and our FreeTouch (capacitive touch) libraries. Over the USB connection, you can have serial, MIDI, or HID connectivity. The Proximity Trinkey is perfect for simple projects that want to use motion, light or color sensing as an input to make fun and intuitive user experiences.
19+
20+
The star of this Trinkey is the APDS9960 from Avago Technologies, which has a few different capabilities thanks to integrated IR LED, photodiodes, and RGB sensing:
21+
22+
- **Proximity sensing** up to about 6" away by bouncing IR light off an object
23+
- **RGB color sensing** can detect color when light refects off of an object - good for bright colorful items like LEGO bricks
24+
- **Ambient light sensing** - how dark or bright is it in the room?
25+
- **Basic gesture sensing** using 4 cardinal locations of photodiodes - this sensor is a little tough to use but it does work with practice
26+
- Configurable interrupt pin that can fire when a certain proximity threshold is broken, or when a color sensor breaks a certain threshold.
27+
28+
We think it's just an adorable little board, small and durable and inexpensive enough that it could be a first microcontroller board or inspiration for advanced developers to make something simple and fun.
29+
30+
- ATSAMD21E18 32-bit Cortex M0+ - 48 MHz 32 bit processor with 256KB Flash and 32 KB RAM
31+
- Native USB supported by every OS - can be used in Arduino or CircuitPython as USB serial console, MIDI, Keyboard/Mouse HID, even a little disk drive for storing Python scripts.
32+
- Can be used with Arduino IDE or CircuitPython
33+
- Two RGB NeoPixel LEDs
34+
- Two Capacitive Touchpads
35+
- APDS9960 Light/Color/Proximity/Gesture sensor
36+
- Reset switch for starting your project code over or entering bootloader mode
37+
- Slim and cute, keychain-friendly!
38+
39+
## Purchase
40+
41+
* [Adafruit](https://www.adafruit.com/product/5022)
1942

2043
## Contribute
2144

_board/lolin_s2_mini.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
layout: download
3+
board_id: "lolin_s2_mini"
4+
title: "LOLIN S2 Mini Download"
5+
name: "LOLIN S2 Mini "
6+
manufacturer: "LOLIN"
7+
board_url: "https://www.wemos.cc/en/latest/s2/s2_mini.html"
8+
board_image: "lolin_s2_mini.jpg"
9+
date_added: 2021-9-3
10+
features:
11+
- Wi-Fi
12+
---
13+
14+
### Features
15+
16+
- based ESP32-S2FN4R2 WIFI IC
17+
- Type-C USB
18+
- 4MB Flash
19+
- 2MB PSRAM
20+
- 27x IO
21+
- ADC, DAC, I2C, SPI, UART, USB OTG
22+
- Compatible with LOLIN D1 mini shields
23+
- Compatible with MicroPython, Arduino and ESP-IDF
24+
- Default firmware: MicroPython
25+
26+
## Purchase
27+
28+
* [AliExpress](https://www.aliexpress.com/item/1005003145192016.html)
29+
30+
## Contribute
31+
32+
Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/master/_board/{{ page.board_id }}.md).

_board/warmbit_bluepixel.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
layout: download
3+
board_id: "warmbit_bluepixel"
4+
title: "Warmbit BluePixel Download"
5+
name: "Warmbit BluePixel"
6+
manufacturer: "Warmbit"
7+
board_url: ""
8+
board_image: "unknown.jpg"
9+
date_added: 2021-9-3
10+
downloads_display: false
11+
---
12+
13+
Oops! Looks like we don't know anything about this board. This means it's likely very new.
Loading
Loading
198 KB
Loading
Loading
Loading
Loading
Loading
Loading
42.7 KB
Loading

0 commit comments

Comments
 (0)