I am using the Teensy Audio Adapter for both inputs and outputs on a test fixture.
The Teensy 3.2 is also switching an array of LEDs (bar graph display) powered by the 3.3V output on the Teensy...
Type: Posts; User: bdoan
I am using the Teensy Audio Adapter for both inputs and outputs on a test fixture.
The Teensy 3.2 is also switching an array of LEDs (bar graph display) powered by the 3.3V output on the Teensy...
Can the Memory Chip pins (6, 11, 12, 13 6, 7, 12, 14 MOSI, MISO, SCK)
and the SD Card pins SD Card (7, 10, 12, 14 MOSI, MISO, SCK)
be used for GPIO?
Can the Memory Chip pins (6, 11, 12, 13 6, 7, 12, 14 MOSI, MISO, SCK)
and the SD Card pins SD Card (7, 10, 12, 14 MOSI, MISO, SCK)
be used for GPIO?
Can the Prop Shield be used at the same time as the Audio Shield?
I need the LED driver and the audio amp from the Prop Shield as well as stereo audio in and stereo audio out.
Michael
That does indeed work.
Thanks for the support.
So Paul, without drawing the entire project over again on a local copy of the GUI, how do I save or copy and paste from your server to my local machine?
I am not talking about exporting the code.
Got that covered.
I am looking for a way to manage the (many) different GUI designs.
If I save the http address from the browser, that works but the...
How do you save different designs (locally) for the Audio System Design Tool?
Is there a directory or registry location (in Windows) that stores them?
Or do you just save the link to the "web...
Thanks for the quick response.
I am not asking you to design a product for me but I need to know if I can use the Teensy as a DSP substitute for an existing product.
Just trying to get a sense of...
On the T3.2, is it possible to use delayExt for the delay effect and the internal RAM for reverb and chorus?
So with the T3.5 or T3.6, you are saying that there is enough RAM for reverb and (0.5sec) delay?
Re: "Teensy 3.2 has only 64K RAM. That's not enough to run reverb, chorus and meaningful delay at the same time."
Would it work to add RAM to the "MEM" location on the audio board?
I have a 3.2 with the audio board and have experimented with the SD read and write applications as well as USB audio.
I will build an app with the Teensy Audio Library and see how the memory holds...
Paul
If you have time for a 15 minute phone conversation, I would like to discuss all the requirements for this project.
It would mean a large quantity of devices per month if the product works.
The 3.5 is doable.
Is it too much to expect that the 3.5 also handle user interface (3 quad encoders, I2C display)?
Also interested in sampling or looping (maybe 30 - 60 seconds of mono audio)
Can the Teensy 3.2 run multiple audio effects such as reverb, chorus and delay all at the same time?
If so, what is the maximum delay that can be achieved while running the Freeverb and Chorus?
I have limited port pins available and the data sheets did not say definitely that they observe tri-state rules.
Can the serial connections (SDO, SDI, SCLK) for the TFT 9341 and Touch 2046 be in parallel and selected by the ~CS for each device?
Can the serial connections (SDO, SDI, SCLK) for the TFT and Touch 2046 be in parallel and selected by the ~CS for each device?
I see no mention of fonts in the.cpp or .h files from ADAfruit
Are there any simplified libraries (fonts only) for the ILI9341?
I am looking to run this with a 8 bit controller.
Can the LCD be powered from the Teensy 3.2 if I do not use the backlight?
Will this only work with 3.6 or will it work with the 3.2?
I want to be able to read the files on the SD card over USB.
It is an audio recorder (recording and playing .wav files).
I also want access to USB audio.
Maybe this is asking too much from the...
Where did you put the files?
I tried the sketch (for a 3.2) and got errors.
Could not find certain files.
Have you tried this method?
Has Paul made any progress toward incorporating this feature in the libraries?
Is it possible to read (copy, transfer) the files on the SD card over the USB connection?
tni, please describe (hardware wise) how capture is done without CPU time?
What types of signals (logic level only?) can be captured and where (and how) is the data stored?
You might want to consider some sort of hardware peak detector on each color output and clock it with another sensor that just reads the presence of the object.
I found this post and I am wondering if or when this feature might be available for reading the audio files on the audio adapter board over USB.
...
// Record sound as raw data to a SD card, and play it back.
//
// Requires the audio shield:
// http://www.pjrc.com/store/teensy3_audio.html
//
// Three pushbuttons need to be connected:
// ...
This is in response to Paul's request to share
This plays .wav and outputs to both the audio board and USB
#include <Audio.h>
#include <Wire.h>
#include <SPI.h>
#include <SD.h>
#include <SerialFlash.h>
I am not sure that the Teensy Audio Library will support these methods or
how to port this sort of code for the Teensy
Pete, that sounds like a more doable approach.
Are there any examples of coding that writes these "chunks" that would be applicable to Teensy?
I have a record to wave already working.
I think it was a minor change to a record to .raw example
My question is still about the cue markers.
Can I insert cue markers in a file as I am...
I have a record to wave already working.
I think it was a minor change to a record to .raw example
My question is still about the cue markers
What I need to know is if it is possible to add cue markers to a .wav file as it is being recorded
Is there any way to place cue points into a .wav file as it is being recorded to an SD card?
I want to be able to navigate to those cue points (markers) during playback.
This example enumerates the Teensy as a sound device in Windows 7 but does not play the audio.
Do I need to do something else to stream the audio from the SD card over USB and then hear it on the...
https://forum.pjrc.com/threads/33852-Stereo-Queue-Interleave?highlight=record+.wav
Is it possible to record a .wav instead of a .raw?
Using the Audio Adaptor Board, how many minutes of mono recording per GB of SD card.
When I look at a 4GB SD card on Windows Explorer, I see 49.8Meg available capacity.
How should I format the...
Any progress on being able to record continuously to an SD card?
, I hear the music
How then do I play one .wav file from a SD card?
I am trying to run the SD Card Test sketch.
I have loaded 3 of the audio files onto a 4gb Micro SD card.
When I run the sketch, I hear no audio.
Do the files need to be in any particular...