teensy36
There are 53 repositories under teensy36 topic.
siara-cc/sqlite_micro_logger_arduino
Fast and Lean Sqlite database logger for Arduino UNO and above
patois/RETracker
Reverse Engineering Framework for the Polyend Tracker
ssilverman/TeensyDMX
A full-featured DMX library for Teensy 3, Teensy LC, and Teensy 4. "Programmable DMX and arbitrary USB serial device emulation."
gdsports/ESC_POS_Printer
Arduino ESC POS printer library
embeddedartistry/arduino-logger
Flexible logging library for the Arduino SDK, allowing the same logging interface to be used with multiple outputs.
newdigate/teensy-midi-looper
teensy midi loop recorder
gregtomasch/EM7180_SENtral_Calibration
Get the best AHRS accuracy out of the Tlera USFS with good sensor calibration
jglrxavpok/TinyJVM
JVM for microcontrollers
khoih-prog/ESP_AT_WiFiManager
Library to configure WiFi/Credentials at runtime for Teensy, SAM DUE, STM32F/L/H/G/WB/MP1, SAMD21/SAMD51, RP2040-based boards, etc. using WizFi360 /ESP8266 /ESP32-AT-command shields. You can also specify static AP and STA IP.
UBC-Rocket/FLARE
Flight Logging And REcovery - UBC Rocket Competition Avionics Firmware
gregtomasch/USFSMAX
Example host MCU sketch to demonstrate use of the USFSMAX coprocessor
khoih-prog/Teensy_TimerInterrupt
This 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.
gregtomasch/USFSMAX_MMC_Module
Test sketches and information to use the improved USFSMAX Module with MMC5983 magnetometer
smit-happens/YCP_EVOS
Development for the 2018 YCP Formula Electric Vehicle
btknzn/IR-CAMERA-REMOTE-SENSING
Aim of this project to undestanding how many people in one room with Thermal Image Processing. %76 precent Success. Please read PDF to understand your project.
solarcaratuva/KLS
Code for interfacing with KLS motor controllers using Teensy 3.6 for the UVA Solar Car project
Winston-Lu/Teensy-3.6-Keylogger
A key-logger made on a Teensy 3.6 using the Arduino IDE.
gregtomasch/Tlera_nRF52_MCU_Add_On_Board
Add BLE Connectivity to Tlera STM32L4 and Teensy3.X MCU Develoment Boards
solarcaratuva/EmbeddedSystem
UVA Solar Car Embedded Systems PCB design and ECU code
gdsports/AXIC
Arduino XInput Converter For Teensy 3.6
olivierjan/6502-SBC-using-Teensy
Simple home made 6502 computer using a Teensy 3.6 to emulate part of the hardware
jasonpilbrough/sonar-imaging
40kHz sonar imaging in air
khoih-prog/Teensy_Slow_PWM
This library enables you to use ISR-based PWM channels on Teensy boards, such as Teensy 2.x, Teensy LC, Teensy 3.x, Teensy 4.x, Teensy MicroMod, etc., to create and output PWM any GPIO pin. It now supports 16 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they're ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That's necessary if you need to control devices requiring high precision
veonik/Teensy-RAM-Monitor
Maintained fork of https://sourceforge.net/p/teensy-3-x-rammonitor
gdsports/IntelliKeys_t36
IntelliKeys USB Arduino library for Teensy 3.6 USB host
gdsports/USBPrinter_t36
USB printer driver for Teensy 3.6 USB host library
GhostToast/lightwall
Experimental code for bluetooth-controlled light wall using NeoPixels/NeoMatrix
khoih-prog/Blynk_Teensy
Enable Blynk support of Teensy boards, especially latest Teensy 4.0, using WiFi, Ethernet, BT/BLE and GSM/GPRS shield
PowerBroker2/Teensy_3X_Multipurpose_Board
Library for Teensy 3.X breakout board. This library allows user to quickly and effortlessly configure and use features implemented by the Teensy 3.X Multipurpose Board PCB
codeThatThinks/autotank-fw
Firmware for the Autotank main controller
gdsports/Teensy_Typewriter
Teensy Typewriter using a Teensy 3.6 with USB keyboard and USB printer
GhostToast/python-lightwall-server
Python3 server to communicate to lightwall
khoih-prog/BlynkEthernet_WM
This is the library, designed to help you eliminate hardcoding your Blynk credentials in Mega 1280, Mega 2560, Mega ADK, Teensy, SAM DUE, SAMD, RP2040-based, etc. boards using with Ethernet shields (W5100, W5200, W5500, ENC28J60, etc).
scrime-u-bordeaux/Grotta-project
Teensy wav player, light controlled.
stephanemagnan/PS2-to-USB-Keyboard
Library to recognize two PS2 controllers including Dance Dance Revolution mats (digital mode) as a single USB keyboard with simulated keystrokes for interfacing with a computer (StepMania and other games) or Arduino/Teensy/other microcontroller projects.