Recent content by sakurasanta86

  1. S

    "async write" SD card access, filesystem library (Teensy 3.6)

    Hello everybody!! I have a question about existing SD card access libraries for the Teensy. I tried the "standard" library, and also "Sdfat". Looks like SDFat is faster, but sometimes when I'm writing the info I'm getting delays up to 20 ms. The data rate is not big - 10 kb/sec maximum. I'm...
  2. S

    Are there Teensy 3.2 and 64-bit compatibility issues?

    Hello All, I made a MIDI controller with 7 buttons and 16 potentiometers. Code and wiring diagram attached (below). It runs well on my old 32-bit laptop, where I wrote and installed the code. But plugged in directly it runs very erratically on my 64-bit laptop, often freezing after the first...
  3. S

    Teensy Wifi and Sockets

    Hi, In order to get up on wifi client/server, I have employed the Adafruit feather M0 wifi. I have learned a great deal about sockets and their ease of use using their libraries. My software, however, is bound to the teensy and I want to use wifi with the teensy (not simply sending AT...
Back
Top