An open API service providing repository metadata for many open source software ecosystems.

Topic: "teensy36"

siara-cc/sqlite_micro_logger_arduino

Fast and Lean Sqlite database logger for Arduino UNO and above

Language: C - Size: 4.22 MB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 175 - Forks: 29

ssilverman/TeensyDMX

A full-featured DMX library for Teensy 3, Teensy LC, and Teensy 4. "Programmable DMX and arbitrary USB serial device emulation."

Language: C++ - Size: 866 KB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 101 - Forks: 6

patois/RETracker

Reverse Engineering Framework for the Polyend Tracker

Language: Python - Size: 2.38 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 97 - Forks: 21

gdsports/ESC_POS_Printer

Arduino ESC POS printer library

Language: C++ - Size: 18.6 KB - Last synced at: 4 months ago - Pushed at: about 6 years ago - Stars: 51 - Forks: 11

embeddedartistry/arduino-logger

Flexible logging library for the Arduino SDK, allowing the same logging interface to be used with multiple outputs.

Language: C++ - Size: 258 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 43 - Forks: 11

newdigate/teensy-midi-looper

teensy midi loop recorder

Language: C++ - Size: 3.25 MB - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 33 - Forks: 10

gregtomasch/EM7180_SENtral_Calibration

Get the best AHRS accuracy out of the Tlera USFS with good sensor calibration

Language: C++ - Size: 97.7 KB - Last synced at: about 2 months ago - Pushed at: over 6 years ago - Stars: 22 - Forks: 5

UBC-Rocket/FLARE

Flight Logging And REcovery - UBC Rocket Competition Avionics Firmware

Language: C++ - Size: 6.89 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 17 - Forks: 3

jglrxavpok/TinyJVM

JVM for microcontrollers

Language: C++ - Size: 52.7 KB - Last synced at: 17 days ago - Pushed at: over 6 years ago - Stars: 17 - Forks: 1

gregtomasch/USFSMAX_MMC_Module

Test sketches and information to use the improved USFSMAX Module with MMC5983 magnetometer

Language: C++ - Size: 486 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 14 - Forks: 2

gregtomasch/USFSMAX

Example host MCU sketch to demonstrate use of the USFSMAX coprocessor

Language: C++ - Size: 335 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 14 - Forks: 2

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.

Language: C++ - Size: 3.78 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 12 - Forks: 3

smit-happens/YCP_EVOS

Development for the 2018 YCP Formula Electric Vehicle

Language: C++ - Size: 6.1 MB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 9 - Forks: 1

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.

Language: C++ - Size: 172 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 4

solarcaratuva/KLS 📦

Code for interfacing with KLS motor controllers using Teensy 3.6 for the UVA Solar Car project

Language: C++ - Size: 1.43 MB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 8 - Forks: 3

gdsports/AXIC

Arduino XInput Converter For Teensy 3.6

Language: C++ - Size: 38.1 KB - Last synced at: 4 months ago - Pushed at: almost 5 years ago - Stars: 6 - Forks: 0

solarcaratuva/EmbeddedSystem 📦

UVA Solar Car Embedded Systems PCB design and ECU code

Language: C++ - Size: 6.91 MB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 6 - Forks: 0

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.

Language: C++ - Size: 1.96 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 6 - Forks: 1

gregtomasch/Tlera_nRF52_MCU_Add_On_Board

Add BLE Connectivity to Tlera STM32L4 and Teensy3.X MCU Develoment Boards

Language: Makefile - Size: 8.83 MB - Last synced at: about 2 months ago - Pushed at: over 7 years ago - Stars: 6 - Forks: 1

olivierjan/6502-SBC-using-Teensy

Simple home made 6502 computer using a Teensy 3.6 to emulate part of the hardware

Language: C - Size: 225 KB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 4 - Forks: 1

veonik/Teensy-RAM-Monitor

Maintained fork of https://sourceforge.net/p/teensy-3-x-rammonitor

Language: C++ - Size: 18.6 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 3

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

Language: C++ - Size: 111 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

GhostToast/lightwall

Experimental code for bluetooth-controlled light wall using NeoPixels/NeoMatrix

Language: C++ - Size: 81.1 KB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

khoih-prog/Blynk_Teensy 📦

Enable Blynk support of Teensy boards, especially latest Teensy 4.0, using WiFi, Ethernet, BT/BLE and GSM/GPRS shield

Language: C++ - Size: 85 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

Winston-Lu/Teensy-3.6-Keylogger

A key-logger made on a Teensy 3.6 using the Arduino IDE.

Language: C++ - Size: 23.4 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

gdsports/USBPrinter_t36

USB printer driver for Teensy 3.6 USB host library

Language: C++ - Size: 10.7 KB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 3

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

Language: C++ - Size: 267 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 3

gdsports/IntelliKeys_t36

IntelliKeys USB Arduino library for Teensy 3.6 USB host

Language: Objective-C - Size: 907 KB - Last synced at: 5 months ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

GhostToast/python-lightwall-server

Python3 server to communicate to lightwall

Language: JavaScript - Size: 288 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

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

Language: C++ - Size: 1.69 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

codeThatThinks/autotank-fw

Firmware for the Autotank main controller

Language: C - Size: 39.1 KB - Last synced at: 10 days ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

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.

Language: C++ - Size: 54.7 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

scrime-u-bordeaux/Grotta-project

Teensy wav player, light controlled.

Language: C++ - Size: 5.86 KB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

gdsports/Teensy_Typewriter

Teensy Typewriter using a Teensy 3.6 with USB keyboard and USB printer

Language: C++ - Size: 2.93 KB - Last synced at: 5 months ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 1

lfc7/drameSYNTH

Midi-Synth intend to be like my polivoks ( but it's not )

Language: C++ - Size: 123 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 1

madskjeldgaard/sound-art-player-teensy

Sound art player based on Teensy. Varispeed playback of folder of audio files.

Language: C++ - Size: 436 KB - Last synced at: 4 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

ayan4m1/pulsar-teensy

Record and play back sessions on a DNA device.

Language: C++ - Size: 8.79 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ethx42/midicontroller

A Teensy-based MIDI controller project featuring 10 potentiometers for real-time music and video manipulation and production.

Language: C++ - Size: 386 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

raosswald/MapMyAir

MapMyAir is a proof of concept system to visualize and predict air quality in your local neighborhood. MapMyAir uses the LoRaWAN(proprietary low-power wide-area network) to collect air quality metrics with custom hardware. The custom hardware is moved around your local area and collects data about the air. The collected data is formatted and forwarded to ThingSpeak after being transmitted over LoRaWAN, then pulled from a ThingSpeak Channel to a custom client GUI application. This system was deployed at the University at Buffalo's North Campus.

Language: HTML - Size: 2.78 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

LeHuman/TeensyTemplate

An easy starting point for Teensy 3.6 projects on windows

Language: C++ - Size: 32.2 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

lfc7/JBteensy

Read midi from usb or from MIDI-In socket or from a MIDIfile on SD card to action physical devices such as selenoides, micro-motors and stepper motors

Language: C++ - Size: 102 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

jasonpilbrough/sonar-imaging

40kHz sonar imaging in air

Language: CSS - Size: 199 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

tmuzanenhamo/SonarImaging-Project

This project invoves the implementation of a 2D Direction finding Sonar

Language: Jupyter Notebook - Size: 376 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 2

olivierjan/6502-Freerun

Testing of a 6502 by doing a Freerun with a Teensy

Language: C++ - Size: 854 KB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

MikaylaFischler/light-art-sound-cloud

"Sound Cloud" for WPI Humanities Practicum: Light Art

Language: C++ - Size: 129 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

hyperjoke/Teensy-36-i2c-lcd Fork of fdebrabander/Arduino-LiquidCrystal-I2C-library

Moved to gitlab: I2C LCD for Teensy3.6

Language: C++ - Size: 31.3 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

marcusbirkin/Teensy36_LEDBlink

Baremetal LED Flasher fot the Teensy 3.6 using KSDK2 and MCUXpresso

Language: C - Size: 43.8 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 1

hypercode/Teensy-36-i2c-lcd

I2C LCD for Teensy3.6

Last synced at: about 2 years ago - Stars: 0 - Forks: 1