Git Product home page Git Product logo

wired_sculpt's Introduction

Materials

  • Soldering iron / solder / flux
  • Teensy 2.0 board
  • Maartens custom sculpt PCB board
  • 30 pin ribbon connector

Part 1: Building the pcb board

  • Attaching the 30 min connector
    • Place a little bit of solder on the two header pads on the pcb
    • Take the 30 pin ribbon connector and align the tiny soldering pads. Place it so a little bit of the solder pad is exposed behind the connector.
    • Tape it to the pcb board so it doesn’t slider around
    • You will melt the solder on the pad from behind the connector and quickly push/slide it into place so that it is place directly above the pad. DO NOT hold it too long or you will burn yourself like i did.
    • Do the same with the other side.
  • Soldering the teensy board
    • I found the easiest way to solder in the teensy board was to use wires (legs of resistors in my case) and solder from above and below, this guarantees connectivity of the pads. Others have placed solder directly on the via’s and let it flow through through the openings,but if solder doesn’t bridge the teensy and the pcb it will be difficult to diagnose.
    • Put the wire through the hole and bend at a 90 degree angle. Solder top and bottom and continue to the next holes until all the vias are filled.

Part 2: Programming the teensy 2.0

  • Plug in the keyboard with the new pcb board to the pc.
  • Launch the executable
  • Drag and drop the hex file into the teensy gui
  • Press the program button (green arrow pointing down on the gui)
  • Unplug and replug the keyboard to the computer

====

Teensy programming executable

teensy gui

Teensy ready to be programmed(green down arrow)

teensy ready to program

Teensy being programmed

teensy being programmed


Tips

With TMK/QMK firmware you can hold Space+B while plugging in the keyboard and the Teensy will load into the bootloader for flashing. It's very handy if you need to reflash the firmware because you don't have to open the keyboard to press the button on the Teensy.

More Resources

TMK github page on Microsoft Sculpt

Compiling in Linux

compile tmk

git clone https://github.com/blttll/tmk_keyboard.git

cd to 
/home/dory/tmk_keyboard/keyboard/sculpt

sudo apt install make
sudo apt-get update
sudo apt-get install gcc-avr
sudo apt install avr-libc
make 
https://github.com/tmk/tmk_keyboard/issues/373

wired_sculpt's People

Contributors

metalshreds 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.