Ethan,
what was your Timed Recording pattern?
That LED pattern in your video indicates that the Teensy is not able to mount your SD card. That explains why there is no value above 0 in the...
Type: Posts; User: DD4WH
Ethan,
what was your Timed Recording pattern?
That LED pattern in your video indicates that the Teensy is not able to mount your SD card. That explains why there is no value above 0 in the...
Come on, its not so difficult to find . . .
Try Title 47 of the Code of Federal Regulations . . .
You are clearly wrong with that statement!
Connecting an antenna to a Teensy pin (without any further hardware) can make the Teensy an illegal transmitter with much more power than is legally...
Perfect, thanks Walter!
OK. This probably means that after the deep sleep of the recorder, the SD card is not successfully mounted again (fast blinking indicates a problem with the SD card mounting: intended to indicate...
Ethan, I have a suspicion regarding your problem of the recorder not starting after having gone into deep sleep:
* does the Teensy LED blink when the recorder has stopped recording ?
First test result:
* 7 recorders running for 4 days now
* 1-12h and 13-24h
* 15sec record, 15sec record, 30sec sleep
* all equipped with the suspect 64GB microSD cards, which caused problems...
perfect, thanks, exactly the info I was looking for! will try and report back and eventually place a PR after testing!
Testing with the following modification at the moment (this is expected to do a restart of the Teensy every time the SD card cannot be initiated):
#define CPU_RESTART_ADDR (uint32_t *)0xE000ED0C...
one more thought:
maybe the reason for the sporadic failure of SD card begin statement is the usage of the new/faster SD lib?
Because the old SD cards were tested with the old software and the...
Tim, Walter, thanks for the explanations, now I understand! I can confirm also, that the firmware compiles WITHOUT downloading the SdFat lib by Bill Greiman, thanks for your hints!
I have one...
OK: it seems I have to install the latest teensyduino 1.54 beta-7 in order to make the microSoundRecorder compile! It works now!
Not sure if I understand why this is so, but good to know there is...
Do I need to delete the Sd libs inside the installation of Teensyduino or Arduino ?
Or do I need to use the latest beta of Teensyduino? Hmm --> will try that now.
hi Walter,
had some time today to try the new version of microSoundRecorder.
However, I do not seem to be able to compile it.
Arduino 1.8.13 TD 1.53
no other SD library installed except...
That would be very much appreciated !
@DM5SG: EER transmission/polar transmitter is exactly the idea that came to my mind when FrankB wrote that excellent FM transmitter code! Would be nice to hear more on your developments! Maybe it...
[EDIT: crossposted! Thanks Mark !]
fixed link:
https://www.ap.com/blog/fft-spectrum-and-spectral-densities-same-data-different-scaling/
@Paul: your link is broken and seems to produce SPAM !?
@jonr: Ah, my fault: I was talking about underclocking from 150MHz up to 600MHz, that works properly!
But setting it to > 600MHz with the Teensy Convolution SDR causes big problems, thats true! But...
@jonr: no audio glitches here while changing CPU freq while audio is playing. I am using I2S audio with ADC PCM1808 and DAC PCM5102 with the Convolution SDR code.
Hi JayShoe !
excellent, just what I need !
I tried to participate in Kickstarter, but it did not work out, maybe because of problems with overseas credit cards / payment . . . it seems...
@AC8GY, @KD9JCD, @DH1AKF: I will try to answer your questions below:
Sorry for my late reply!
Teensy Convolution SDR & T3.6:
* I am afraid I ruined the T3.6 support in one of my last additions...
Hi Uli,
very nice project, it would be great to have the Teensy generate accurate signals for phase and amlitude in order to drive a Class E polar transmitter!
Generally, I think it is feasible...
@KD9JCD: sorry for the late answer: I will have to look at the new Teensyduino version, which could potentially make problems because of the SD lib change. So I still need some time to dive deeper...
Thanks a lot, Walter, for your quick response and the clarification!
I misunderstood the MDEL parameter, which seems to be a compile time define and not (as I wrongly assumed) a parameter that is...
Hi Brian, nice to hear that you are still working with Teensy and SDR!
As I wrote earlier in several posts in this forum:
The twinpeak problem (problem of random order of samples at startup of...
Hi Walter,
after a long time, I tried to upload the software to a newly built recorder.
However, it does not work any more.
* it seems the triggered recording mode is always enabled
* it is...
Hi Rudolf: no, there is no complete schematic / es gibt keinen kompletten Schaltplan. Its the very nature of the project that the Teensy Convolution SDR can cope with every I & Q input from many...
maybe you would like to try to disable the digital highpass filter of the codec. This has caused trouble in other setups. Search the forum for the actual code line to do this. I am away from my PC,...
Sounds good!
Have a look at the function switch_RF_filters() in the code and alter it according to your needs and pin selections! Do not forget to define the Band1, Band2 etc. pins to your...
Hi Hubert,
the software switches seem correct. But you configured it as "No Teensy audio board", because my T4 hardware has no audio board, but external ADC and DAC.
if you use the #define...
hi Hubert,
please let us know what you are using, how your hardware looks like, what kind of preselector you would like to switch etc.
otherwise it is difficult to answer your questions.
Hi!
The Teensy Convolution SDR code works with many hardware configurations including different I2S codecs, I have built and tested a few of those types:
* T4.1 & audio shield rev D
* T4 &...
Maybe we should open a separate thread with this phenomenon?
* Windows 10, Arduino 1.8.13 TD 1.53
* Teensy 4.0 with Teensy audio shield REV D
* USB - Audio in / I2S Audio out
* Compiling with...
Not sure if I understand what the problem is. I use Teensy audio lib in many projects only as a queue in - queue out helper.
Maybe you would like to have a look at an example which works:
...
Very good to hear! Have fun with your SDR!
Perfectly OK :-).
Its just that I cannot help you with the Msi001 version of the Teensy Convolution SDR!
No, it seems you completely misunderstood me! There is NO roadmap, not even a hidden one.
And there already is existing code for the Msi001 which allows for the VHF/UHF bands you are looking for...
Iņigo,
it is already possible with the Msi001 chip! Ask tisho and Esteban! I do not have working hardware with the Msi001, so I cannot contribute to that part of the software (yet).
Henk, try to uncomment:
#define USE_W7PUA
Yes! But it is defined in different ways, depending on which hardware you have defined at the beginning of your sketch!
Which Hardware did you define in the very first lines of the sketch?
Hi Henk,
you have to keep an eye on which #define you uncomment/comment at the beginning of the .ino-file.
Probably you have too many #define uncommented, so that the program initializes a very...
Very easy: buy a Teensy 4.1 (SD card slot) with a Teensy audio board and use the LINE IN. The audio from the LINE IN is sampled by the codec and no effect is added.
Hi Dirk,
when I changed the code to work with T4.1, I also used two PSRAM chips and checked whether that would work.
it does not work!
The reason is not the CPU power, which the T4 has more...
:-)
Well, it is a matter of definition of your goals!
You mention three different of your goals in this thread:
* pitch shifting
* playback rate adjustment
* crunchy and lovely audio...
In the context of Software Defined Radio dealing with analytical (complex) signals, builders often use an IF at exactly samplerate-divided-by-4, ie. in your case 192ksps / 4 = 48kHz
Then you are...
I am not at all familiar with FAUST, but by looking at the webpage it seems that there are things that can be very easily done with a T4.1 (all the filtering stuff) and more complex/demanding things...
Could you specify your project and the kind of DSP you are planning? Otherwise there is no chance anyone could help you with an idea.
??? Could you be a little more specific in your question?
I think the T4.1 is more than capable of doing complex DSP.
Bob Larkin provided very nice code for an Audio Equalizer (https://forum.pjrc.com/threads/60928-Audio-Equalizer-using-FIR?highlight=audio+equalizer), which I implemented as a 9-band graphical EQ in...