61 results for “topic:teensy40”
MicroPython module to read a rotary encoder.
Examples for I2S support on microcontrollers that run MicroPython
A compact realtime embedded Attitude and Heading Reference System (AHRS) using Recursive Least Squares (RLS) for magnetometer calibration and EKF/UKF for sensor fusion on Arduino platform
A compact Constrained Model Predictive Control (MPC) library with Active Set based Quadratic Programming (QP) solver for Teensy4/Arduino system (or any real time embedded system in general)
A full-featured DMX library for Teensy 3, Teensy LC, and Teensy 4. "Programmable DMX and arbitrary USB serial device emulation."
Minimalistic FW for Processing GCode to Galvanometer signals
This is project SuperCAN. An open source USB to CAN-FD protocol.
quite a big hexdump display
Teensy PJRC WIKI
High fidelity & high-res LED animations for microcontrollers with hardware FPU (Teensy 4.x, 3.5, 3.6 & ESP32 S3)
A compact Unconstrained (linear) Model Predictive Control (MPC) library for Teensy4/Arduino system (or any real time embedded system in general)
grblHAL driver for NXP iMXRT1062 (Teensy 4.x)
Sexy, audio-responsive effects on LED strips.
Electrical design, firmware and Python library for a low noise high resolution wide bandwidth Linear CCD and Teensy 4 (MCU) implementation with trigger, gate, and sync.
Upcycling project adding a color display, Bluetooth, RDS, NFC and more to an awesome looking 1978 radio, the Sony FX-300
Hi-Res MP3/WAV/AAC/FLAC Player for Teensy 4.0
Fighting board running at 8000hz
🚀 Thrust Vector Controlled Model Rockets
Repository for the cad/code for my quadruped project
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.
Tutorial on how to use the shell of Zephyr with Teensy 4.0
A Teensy 4.0 emulated Z80 ZCPR3.3/ZSDOS computer.
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.
Low frequency oscillator with 8 outputs
Repo with Tensorflow lite for MCUs example code modified to work with Teensy 4.0
Real time Audio to MIDI converter. Convert your sound into an editable music document.
Python Processing script for serial data from an MLX90640 running on a Teensy 4.0
FTP Server for Teensy 4.x using SD, LittleFS, etc. with QNEthernet, NativeEthernet, W5x00 with Ethernet_Generic Library or Adafruit Airlift Featherwing using WiFiNINA_Generic Library
Advanced telescope focuser, with Java control panel and INDI/ASCOM integration.
Asynchronous programming library for the generic microcontrollers compatible with the Arduino framework. Currently supporting ESP32, ESP8266, SAMD21/SAMD51, RP2040, STM32, nRF52, Teensy 4.x