Search results

  1. weeky

    Who has already got his / her kickstarter teensies? (international shipping)

    I just had it in my mail, but it's always a lottery if customs are taking it and you have to wait for it.
  2. weeky

    Who has already got his / her kickstarter teensies? (international shipping)

    Mine arrived yesterday in Berlin / Germany
  3. weeky

    ILI9163C 128x128 TFT driver

    Well, solved it. It is a ST7735. I have read the post above with the same problem, but mine is a v1.1 board, so I thought it couldn't be a ST7735. But I used this function: https://forum.arduino.cc/index.php?topic=260605.msg2568680#msg2568680 to check what display I have
  4. weeky

    ILI9163C 128x128 TFT driver

    No I have just the one. I have the following setting: #include "../_display/TFT_ILI9163C_RED_PCB_YPIN.h" , but I tried all the other ones, too. What puzzles me, is that i works with the 2 years old library I found with the UNO. The newest library does not work with the UNO, there it stays...
  5. weeky

    ILI9163C 128x128 TFT driver

    As far as i understood the explanation, MISO is not needed.
  6. weeky

    ILI9163C 128x128 TFT driver

    I don't know, but I'm not able to get the Display running. I'm using a Teensy 3.2 and a V1.1 red board 1.44" with yellow headers. I'm using the latest release of the library. I checked if the right board was chosen in the settings file, and this is my header: #include <SPI.h> #include...
  7. weeky

    Rotate axes on Prop Shield Motion Sensors

    Hi, might be a question which deserves just a quick answer: Is it possible to change the default axes of the teensy prop shield when using the Sensor Fusion algorithm? I want to attach my PCB vertically, so that yaw --> pitch, pitch --> yaw and roll --> roll but rotated 90 degrees. Can it be...
  8. weeky

    T3.x Flexiboard(?)

    I would love to test it! I'm an aerospace student from Berlin, currently making my masters degree. Hopefully my teensy 3.6 and 3.5 will arrive soon, then I could use it to test these new boards, and post my thoughts and progress here
  9. weeky

    Teensy 3.2 crashes while playing music

    Hi, I'm building a project where I use a Teensy 3.2, a MAX98357A I2S Amplifier from Adafruit, a SD adaptor and a RFM69HCW Breakoutboard from Adafruit. Additionally it has a button, an encoder and a 14 segment display. I tested the audio output via I2S alot with the amplifier and the SD card and...
  10. weeky

    Use MCLK Pin otherwise

    Hi, I just have a simple question. I'm using the Audio Library to play a wav file from SD card to an external I2S Amplifier. So no audio adaptor is used. This amp does not need MCLK. Can i simply use this pin as input for a button, when I define pinMode(11,INPUT_PULLUP); after I initialised the...
  11. weeky

    Playing RAW/WAV from SD Card via I2S

    Well, that's not too bad, I guess I have to use a sd card anyway. Frank I'm very interested in your project using the same hardware as I'm planning to use. Glad to hear that it is no unique feature of the adio adaptor. Just out of curiosity, the way I understood is that the teensy sends the...
  12. weeky

    Playing RAW/WAV from SD Card via I2S

    Well, that might work for a few I guess. But I'm planning to extend that project, so I guess I will need the storage space of a SD card. But just for clarity, in theory playing raw or wav from a sd card to output them on the teensy in I2S format to an external device works, and is not a unique...
  13. weeky

    Playing RAW/WAV from SD Card via I2S

    Some of them are bigger (200-300kByte), some of them smaller, but they are a few. So I don't think storing them in the flash would work.
  14. weeky

    Playing RAW/WAV from SD Card via I2S

    Hi, I'm new on this forum and quite new in the topic of teensy. For a small project I need to be able to play some short sound files. I used a WTV020 board in combination with a simple 2.5 Watt Mono Amp from Adafruit and it worked...okay. The sound module does not work that great and I get a lot...
Back
Top