20 skills found
thedalles77 / USB Laptop Keyboard ControllerDetails for building a USB keyboard and touchpad controller from an old laptop.
ssilverman / TeensyDMXA full-featured DMX library for Teensy 3, Teensy LC, and Teensy 4. "Programmable DMX and arbitrary USB serial device emulation."
macroxue / Keyboard DiyDIY 60% split keyboard, 3D-printed and hand-wired
brainsmoke / Hexboardquite a big hexdump display
huytd / Snackymini KeyboardSnackymini Keyboard
AdamKeher / XCopyStandaloneXCopy Standalone for Amiga floppy disks using a Teensy 3.2 and custom PCB with a standard PC floppy disk drive
gregtomasch / EM7180 SENtral CalibrationGet the best AHRS accuracy out of the Tlera USFS with good sensor calibration
luni64 / MicroMod 3.2NXP MK20DX256 board for the Sparkfun MicroMod system. Should be able to run Teensy 3.2 firmware
gregtomasch / USFSMAXExample host MCU sketch to demonstrate use of the USFSMAX coprocessor
macroxue / Keyboard FirmwareKeyboard firmware for Teensy 3.2 and Teensy LC
gregtomasch / USFSMAX MMC ModuleTest sketches and information to use the improved USFSMAX Module with MMC5983 magnetometer
CircularBuffer / AS5047PGeneric driver for AMS AS5047P magnetic encoder
irevoire / TeensyA bare metal rust library for the teensy 3.2
khoih-prog / Teensy TimerInterruptThis library enables you to use Interrupt from Hardware Timers on an Teensy-based board such as Teensy 4.x, 3.x, LC, 2.0, etc. These Teensy Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.
skpang / Teensy32 LIN Bus Slave DemoNo description available
alexvnesta / TEENSY32BMWGAUGENo description available
skpang / Teensy32 With MCP2517FD CAN FD DemoNo description available
psypoker / Oric SpiSPI like protocol interfacing via6522 (oric atmos) with teensy 3.2
gregtomasch / Tlera NRF52 MCU Add On BoardAdd BLE Connectivity to Tlera STM32L4 and Teensy3.X MCU Develoment Boards
amakurin / Teensy32 MPU9250Playing with AHRS filters on teensy 3.2 and mpu9250