Search results

  1. R

    Modifications for smooth audio playback with Arduino-Teensy-Codec-lib

    Hello. I've testing Frank Boesing's Arduino-Teensy-Codec-lib with Gameduino 2 modified library for Teensy 3.5/3.6 and SDIO, I find that modifying this lines in the mp3 library file in codecs.h: line 81: bool fopen(const char *filename) {ftype=codec_file; /*AudioStartUsingSPI();*/ fptr=NULL...
  2. R

    What is the state of art about using hw resources in libraries with teensy 3.x?

    Thank you! I've searched other sources using teensy as https://courses.cs.washington.edu/courses/cse466/15au/Calendar.html
  3. R

    What is the state of art about using hw resources in libraries with teensy 3.x?

    I need to coordinate access to Sd card data using SDIO inteface to send jpeg image data to a FT813 screen at max possible speed using SPI interface and while load audio sample data to send to the teensy audio shield trying to go all in sync. Because advanced use of hw resources by the supporting...
  4. R

    What is the state of art about using hw resources in libraries with teensy 3.x?

    I'm interested in get the juice from the teensy 3.2/3.5/3.6 using multitasking like environment. I've learning about interrupts,dma,timers but there are fuzzy limit between libraries and how they allocate resources without conflicts accesing to it. There are plans to unify teensy libraries that...
  5. R

    Using Teensy 3.x with external 3.3v 5A Switching Power Supply

    Help how to use Teensy 3.x with external 3.3v 5A Switching Power Supply I've planned to use Teensy 3.2/3.5/3.6 with FT813 7" Riverdi screen which needs 3.3v 500mA power. How I can power both the teensy and the lcd screen with the 3.3v switching power supply? https://goo.gl/images/bSUlVx
  6. R

    Using CMSIS DSP for fast graphics FX

    https://drive.google.com/file/d/0By5wADoEOJ9fTFI3R3VOYk5WYzg/view?usp=drivesdk
  7. R

    Using CMSIS DSP for fast graphics FX

    Any ideas for improve speed of plasma calculation (maybe using an array with several points to calculate with array sum and mult?)
  8. R

    Using CMSIS DSP for fast graphics FX

    How to improve code using CMSIS DSP for fast graphics FX? https://drive.google.com/file/d/0By5wADoEOJ9fMTBVWnJKWnJIQms/view?usp=drivesdk I used Teensy 3.5 + T6963 240x64 Lcd screen with U8g2 graphics library and CMSIS DSP fast float sin, sqrt, matrix multiplication functions for animated plasma...
Back
Top