From 6149e6cd2220f37158f70fdfd0fd34e243548843 Mon Sep 17 00:00:00 2001 From: joshuawboone Date: Tue, 9 Sep 2025 21:28:21 -0700 Subject: [PATCH 1/4] Create index.md --- org/BarkItUp/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 org/BarkItUp/index.md diff --git a/org/BarkItUp/index.md b/org/BarkItUp/index.md new file mode 100644 index 00000000..6b795549 --- /dev/null +++ b/org/BarkItUp/index.md @@ -0,0 +1,8 @@ +--- +layout: org +title: Bark It Up! +site: https://barkitup.dog +--- +Fursuits and Rave gear. +We are new and setting up shop! (Website under construction) +Custom designed LED controller and rave harnesses and collars, fursuits, and other accessories. From d66e958a9db5cc80133dec88970d806af3bf4032 Mon Sep 17 00:00:00 2001 From: joshuawboone Date: Tue, 9 Sep 2025 21:48:47 -0700 Subject: [PATCH 2/4] Create index.md pid 2505 --- 1209/2505/index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 1209/2505/index.md diff --git a/1209/2505/index.md b/1209/2505/index.md new file mode 100644 index 00000000..a2bb9732 --- /dev/null +++ b/1209/2505/index.md @@ -0,0 +1,14 @@ +--- +layout: pid +title: ZettaLights +owner: barkitup +license: CC BY-SA 3.0 +site: https://bsky.app/profile/barkitup.dog +source: http://github.com/joshuawboone/barkitup/zettalights +--- +ZettaLights is an Arduino SAMD based controller board designed for use in wearable and portable applications for LEDs. +The design has pinouts to add WS1282b LED strips or arrays and an external button for control. + +Being arduino based, it can be used for various other functions. +The design incorporates multiple designs from Adafruit Industries under the same CC BY-SA licensing with omissions and modifications for this application. (Gemma M0, MAX4466, and Micro-Lipo USB-C) +The designs have been altered and consolidated into a single board for different battery usage, higher potential power draw, and available components. From c521699d93f638e7364173161439193ccff7fd12 Mon Sep 17 00:00:00 2001 From: joshuawboone Date: Tue, 9 Sep 2025 21:58:50 -0700 Subject: [PATCH 3/4] Update index.md detail description. --- 1209/2505/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/1209/2505/index.md b/1209/2505/index.md index a2bb9732..aa03026c 100644 --- a/1209/2505/index.md +++ b/1209/2505/index.md @@ -9,6 +9,16 @@ source: http://github.com/joshuawboone/barkitup/zettalights ZettaLights is an Arduino SAMD based controller board designed for use in wearable and portable applications for LEDs. The design has pinouts to add WS1282b LED strips or arrays and an external button for control. +The main microprocessor is the ATSAMD21E17A from Atmel (Microchip). +The repo includes the custom firmware for UF2 uploads based on the Rabid Prototypes Tau dev board. + +The board includes a charging circuit for the 18650 battery mounted to the bottom. +The board includes a microphone circuit for audio analysis directly onboard. + +Arduino IDE compatibility with the board is in progress, but UF2 uploads are working now. +Repo includes instructions and board definition for use with Arduino IDE and exporting to .bin file for converting into .uf2 for uploads. +This process involved a combination of the Adafruit Gemma board definitions for the pin mappings along with the Rabid Prototypes Tau linker scripts for correct memory mapping of the E17 series chips. + Being arduino based, it can be used for various other functions. The design incorporates multiple designs from Adafruit Industries under the same CC BY-SA licensing with omissions and modifications for this application. (Gemma M0, MAX4466, and Micro-Lipo USB-C) The designs have been altered and consolidated into a single board for different battery usage, higher potential power draw, and available components. From 354a708fc773ad01278df9c93f3e6ddd9e864869 Mon Sep 17 00:00:00 2001 From: joshuawboone Date: Tue, 9 Sep 2025 22:33:30 -0700 Subject: [PATCH 4/4] Update index.md update repo link --- 1209/2505/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1209/2505/index.md b/1209/2505/index.md index aa03026c..105b3a38 100644 --- a/1209/2505/index.md +++ b/1209/2505/index.md @@ -4,7 +4,7 @@ title: ZettaLights owner: barkitup license: CC BY-SA 3.0 site: https://bsky.app/profile/barkitup.dog -source: http://github.com/joshuawboone/barkitup/zettalights +source: https://github.com/joshuawboone/barkitup/tree/main/zettalights --- ZettaLights is an Arduino SAMD based controller board designed for use in wearable and portable applications for LEDs. The design has pinouts to add WS1282b LED strips or arrays and an external button for control.