Giter VIP home page Giter VIP logo

usb-rgb's Introduction

๐Ÿ”† usb connected rgb led

Inspired by https://github.com/todbot/blink1 , this is a respun clone that adds a single capacitive touch pad for input.

Hardware

See files under hw.

  • TODO bom
  • TODO schematic
  • TODO pcb / 3d render

Reference

SAMD11 manual:

http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-42363-SAM-D11_Datasheet.pdf

Digikey SAMD11D14A part:

https://www.digikey.com/short/jwwn7f

The PIC16F1454 (similar to the PIC16F1455 used by blink(1)) is about $0.03-$0.05 cheaper at qty=1 (SAMD11D14A vs PIC16F1454):

https://www.digikey.com/short/jwnprd

SAMD11 is a little more appealing for:

  1. open toolchain (arm-none-eabi-gcc)
  2. SWD debug interface
  3. built in capsense hw (not a huge deal)

PIC16F1454 however doesn't require a 5v->3.3v regulator which is nice.

EFM32HG309F64G

Another Cortex M0 with USB, this one's got an on-chip 5v->3.3v regulator and a ROM USB (CDC serial) bootloader which is appealing:

https://www.digikey.com/short/jnh91h

https://www.silabs.com/documents/public/data-sheets/efm32hg-datasheet.pdf

Firmware

See files under fw.

Reference:

ASF mirror: https://github.com/avrxml/asf

  • TODO samd11d usb application

Software

See files under sw.

TODO This repo provides a python (2/3 compatible) module for interfacing the device.

Install via:

pip install sw

Whoami test via:

python3 -c "from noahp_usb_rgb import Usbrgb; print(Usbrgb().get_version())"

usb-rgb's People

Contributors

noahp avatar

Stargazers

Edward Shin avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.