Search results

  1. N

    Quad channel output on Teensy 3.6

    Hi. Is CS42448 board work with Teensy 3.6?
  2. N

    usbMIDI Controller Digital Pin 0 Problem

    Hi everyone First of all my grammar is bad. Sorry for this. I'm building a new midi controller with Teensy 3.2. Here is photo I know it seems bad. But i don't care about appearance (like everything in my life). 36 buttons connected to teensy 6 row and 6 column. pins 0-5 are rows and 6-11 are...
  3. N

    Serial+MIDI+Audio Windows Drivers issues

    I selected Serial - Audio - MIDI and uploaded blink sketch. Led blinks but in device manager same error appears. I try other USB types and no error (Without All of Above). My other windows machine appears same error only Serial - Audio - MIDI and All of Above USB type. I tried two teensy 3.6 and...
  4. N

    Serial+MIDI+Audio Windows Drivers issues

    i have same problem. Here is a article about "This device cannot start code 10" error from windows https://support.microsoft.com/en-us/kb/943104
  5. N

    Android + Bluetooth Time Sync (Without RTC)

    Hi First of all my english is bad. Sorry for that. Here is a code #include <TimeLib.h> #define TIME_HEADER "DT+" unsigned long SyncTime; #define HWSERIAL Serial1 void setup() { Serial.begin(9600); //set baud rate HWSERIAL.begin(9600); } void loop() { syncTime()...
Back
Top