Tiny Keypad
 
 
 
 
 
 
Go to file
Claudius Coenen 2665499648 committing all the latest changes to v2 before starting v3 2022-03-06 23:44:21 +01:00
arduino-board-definitions board definitions for Arduino IDE 1.0.0 2020-01-08 14:59:51 +01:00
bootloader committing all the latest changes to v2 before starting v3 2022-03-06 23:44:21 +01:00
case revision 1 files 2019-11-29 15:19:44 +01:00
circuitpython-code committing all the latest changes to v2 before starting v3 2022-03-06 23:44:21 +01:00
demo-code committing all the latest changes to v2 before starting v3 2022-03-06 23:44:21 +01:00
documentation committing all the latest changes to v2 before starting v3 2022-03-06 23:44:21 +01:00
pcb committing all the latest changes to v2 before starting v3 2022-03-06 23:44:21 +01:00
pogopin-holder SWD programmer pogopin holder 2020-01-01 06:03:30 +01:00
.gitignore revision 1 files 2019-11-29 15:19:44 +01:00
.gitmodules committing all the latest changes to v2 before starting v3 2022-03-06 23:44:21 +01:00
README.md committing all the latest changes to v2 before starting v3 2022-03-06 23:44:21 +01:00
telepoll-material.ods pcb v2 - now using 32-pin SAMD21E instead of 48-pin G. 2020-01-08 14:59:43 +01:00

README.md

Telepoll

A tiny button box that can be operated in a number of ways:

  • Regular Keyboard input
  • Wireless communication (nRF24L01)
  • On-Device Games

Based extensively on work by Adafruit and Timon

Technological Specs

  • 4 Keys (Cherry MX Style)
  • SAMD21 Microcontroller
  • USB-C
  • Battery charging
  • RGB-LED Ring
  • Additional LED per Key
  • Accelerometer (LIS3DH)
  • Flash Storage

For new boards

https://circuitpython.org Flash u2f loader via Atmel Studio to address 0x0000 Upload Circuit Python u2f to that.

Libraries

https://github.com/adafruit/Adafruit_CircuitPython_Pypixelbuf https://github.com/adafruit/Adafruit_CircuitPython_DotStar https://github.com/adafruit/Adafruit_CircuitPython_HID https://github.com/adafruit/Adafruit_CircuitPython_BusDevice https://github.com/adafruit/Adafruit_CircuitPython_LIS3DH https://github.com/2bndy5/CircuitPython_nRF24L01