update README.md

This commit is contained in:
true 2024-10-27 23:54:07 -07:00
parent da08600b40
commit 092503c595
1 changed files with 10 additions and 4 deletions

View File

@ -1,9 +1,12 @@
# GAT Nametag SC8
a nametag quickly rushed for Supercon 8.
project details rambled at [this hackaday.io project page](https://hackaday.io/true/).
a nametag addon that keeps your name always upright no matter the orientation. with fun RGB lighting and infrared messaging, maybe people will finally remember your name.
project details rambled at [this hackaday.io project page](https://hackaday.io/project/198536-gat-nametag-sc8).
user manual and additional details at [truecontrol BASIC](https://basic.truecontrol.org).
this nametag addon keeps your name always upright no matter the orientation. with fun RGB lighting and infrared messaging, maybe people will finally remember your name.
hardware designed from concept to order for fab in about 4 1/2 days. wasn't procrastinated, just way too busy to get it done...
@ -15,6 +18,7 @@ hope people find it fun and interesting
## where can I get it?
these will be released at Supercon 8 in small quantities. (qty done tbd)
if you want one after SC8, you can order one from true's webshop.
@ -23,8 +27,10 @@ if you want one after SC8, you can order one from true's webshop.
individual MCU core bugs, quirks and omission are in each MCU's code directory. these are for the project as a whole.
- code isn't done. it never is.
- pulling on the LED from the non-soldered-pin side can damage the addon. this was a known issue going into this project. with the help of tape and passing on knowledge I hope people don't destroy their addons.
- when removing from a badge, pulling on the nametag from the non-soldered-pin side can damage the addon. this was a known issue going into this project. with the help of tape and passing on knowledge I hope people don't destroy their addons.
- to fix this would be to design my own oled board that is attached at both sides strongly.
- the GAT header was designed backwards. I always quadruple-check things like this but being rushed not only on this project but on several others means this still got missed.
- ...but the intent was to have a kit to solder.
- ...but with how complicated this is, I am not sure it should be a kit. I dunno.f
- the GAT header was accidentally implemented mirrored. I always quadruple-check things like this but being rushed not only on this project but on several others means this still got missed.
- to fix this, future runs would have this redesigned.
- BLE may or may not ever work. it was a longshot dream when starting the project. if you want to get it working, solder a wire to the pad next to the "SUPERCON" text and give it a try... by writing the code to make it work, lol.