Search results

  1. R

    BLE I2S Teensy audio board and I2S BLE

    For an long-running audio project I like to use BLE -->Teensy Audio board --> BLE. Using I2S. Any body has done this before and is will to share the code/setup? regards, Rob Oudendijk
  2. R

    Daily Alarms setup

    For a project I am working on, I like to use the alarm time libraries for setting up reboots based a variable of days. In the documentation on Gitihub, I only could find alarms for hours, minutes and seconds or weekdays. How to modify the alarmRepeat function to do for days? Should I use hours...
  3. R

    I cant get Teensduino to work with arduino-1.6.0-windows.exe on windows7 64Bit Pro ve

    Running 1.21 beta 10 and Arduino 1.6.1 on Yosemite OSX seems fine... even my dtostrf() works now.. happy..
  4. R

    Arduino 1.6.0 - any plans to support it?

    bug in Teensyduino 1.21 beta 5: dtostrf(); returns nothing. Switched back to 1.20 and works. regards rob
  5. R

    Teensy-LC Beta Testing

    Jakorten... I hope too. Terrible interface for open/save file for OS X.. rob
  6. R

    Teensy-LC Beta Testing

    Fixed now, my mistake,I had renamed the app. regards rob
  7. R

    Teensy-LC Beta Testing

    Installed the Teensyduino 1.21 beta 5 on arduino 1.6.0 on OSX 10.10.1 but got the following error: Sketch uses 44,028 bytes (16%) of program storage space. Maximum is 262,144 bytes. Global variables use 3,668 bytes (5%) of dynamic memory, leaving 61,868 bytes for local variables. Maximum is...
  8. R

    Teensy 3.1 and OpenLog

    For I project I use Teensy 3.1 and OpenLog and would like to be able to have a serial port connected to a PC or Mac and have the OpenLog SD card show up as a drive with files on it. I know some efforts have been made (Elastic Sheep) but it seems with limited success. Someone has done work on...
  9. R

    Serial2 show up on Serial Monitor for Teensy 3.0

    Anthony, I am trying to setup Openlog for recording radiation data for Safecast (http://blog.safecast.org). We have a FIO running fine, but we would like to move to a Teensy system. Do you have a sample file I can use for setting up OpenLog with a teensy? regards rob
  10. R

    Highly optimized ILI9341 (320x240 TFT color display) library

    KurtE, Thanks for the reply. The board I use is a http://www.adafruit.com/products/1651... bit different but same TFT ..Tried to hook up the SD card on the TFT and tried the SD card on the audio board. Both not successful yet. regards rob
  11. R

    SPI sharing between interrupts and main program

    Paul, This also works for Teensy/audio card/ILI9341 with SD card (can be from the audio card and/or the ILI9341)? regards rob
  12. R

    Highly optimized ILI9341 (320x240 TFT color display) library

    SD card, Audio board and ILI9341_t All, Quick question: How to setup ILI9341_t3, Teensy 3.1,SD card on the TFT and audio board? followed: http://www.pjrc.com/store/display_ili9341.html but no SD card reading. regards Rob Oudendijk
  13. R

    Audio Library

    Paul and all, We did progress on a beat detection and we have a basic beat detection going. If you are interested let me know. regards Rob Oudendijk Julian Villegas
  14. R

    Audio Library

    Paul.. Also aubio( no typo) at http://puredata.info/downloads/aubio has most of the source information/coding for onset and analysing already build in. regards rob
  15. R

    Audio Library

    Paul, Puredata (http://puredata.info/) can do a lot. in fact, the beat detector I am working on, was already build in PD. If there is a possibility to convert from PD to a Teensy(arduino ) compatible file(library) I would be very happy.. regards rob
  16. R

    Audio Library

    Paul, Thanks for the fast reply. I have been searching and could not find anyone doing that. The project is part of a "Dancing Wiper Project" that will let the wind shield wipers swing on the beat of music in a car. The mechanical and hardware interface works fine. But to get the onset and beat...
  17. R

    Audio Library

    Paul, I have been very impressed with the Teensy and built some projects with it. For a project, I am trying to make on audio onset library for a beat detections using your board, Teensy 3.1 and the audio library. Do you know if someone made it already? regards Rob Oudenijk
Back
Top