Is this feasible? What would be the downside?
Type: Posts; User: joedarock
Is this feasible? What would be the downside?
Has anyone implemented an SDR using the Teensy internal ADC's and internal DAC (or PWM)?
Hi Derek!
Anything new to report on the transceiver project? Did you make any progress on the waterfall display?
Joe
W3JDR
Is there an Eagle or other CAD schematic and PCB file for this?
Joe
I have my Teensy 3.2 programmed with a simple sine generator (Audio Library) connected to the Usb output. On my Windows 10 computer, I have a program called "Soundcard Scope". I have all the Input...
I want to embed a RevD (Teensy 4) audio board in my pcb project. Does anyone have an Eagle library file for this board?
Joe
Yes, anyone who knows the library exists will have seen these partial functionality test sketches. I was looking to see if anyone has built a complete radio system, along with their account of how...
I'm trying to create a simple test jig using the Audio Design Tool to generate a sine and recover it using the Teensy onboard ADC. My connection code looks like this:
AudioSynthWaveformSine ...
Frank
I've been digging into Hilbert filters for IQ receivers using the Oak Hills software. One of the things I notice is that the typically used designs that have about 100 taps start to fall...
I read this as a suggestion to have a gain reduction mechanism before the ADC to avoid overload on strong signals. I agree.
Joe
Thanks Rob,
Actually, I'm looking for an example sketch using DerekR's SDR Radio Library.
Anyone?
Joe
Rob or anyone who cares to reply:
Does anyone have a sketch that implements a. complete ssb/cw receiver using rhis library? I'd like to load it up and use it as a starting point for my own...
I want to use the Teensy 4.0 board for some communications-quality audio filters (LPF, HPF, BPF, etc). It seems to me that the on-board ADC and DAC should be sufficient for this. Can someone point me...
Frank
I think I localized the cause of the system crashing some 15 seconds or more after startup when there are no peripherals attached. It seems to be associated with no audio into the ADC,...
Frank
I said my configuration is "well defined", not that it is what you anticipated. I was probing to see if you have any suspicion about what you would expect to happen in that configuration.
...
Frank
I think you don't understand. I have the Teensy, the PJRC audio board and ILI9341 display running together and executing your latest code. The GUI comes up just fine at a default frequency...
Frank
I have the code compiled, uploaded to the Teensy 4 and running with the audio board and display. One thing I notice is that the GUI runs for about 10 seconds at 135.600 MHz, then goes all...
Frank
Just an FYI.
I just now got the program to compile and load. It was complaining about a missing library "SPIN.h". I found those files on the 'net and created the library folder...Voila!...
Frank
I understand your position. I'll just have to work a bit harder rather than take the lazy way out.
I'll get there.
Frank
Perhaps there is confusion due to my nomenclature. In the old days, we spoke of the compiled code that executes on the microcontoller as "object" code, also sometimes as "hex" files or "bin"...
Frank
I'm looking for an object file of a recent version of Teensy 4 Convolution Receiver that I can upload to my board and build on it with hardware peripherals one by one until I have a stable...
Frank
I got my Teensy4.0 board and new version audio board yesterday. Before I begin to do battle with the Arduino IDE and try to build the code, I'd like to try an express checkout of the...
Frank
I realized after I got home last night and re-read my posting that I was wrong....it's actually a 3.6 board. It throws the same error anyway.
Yesterday I ordered a 4.0 board and its...
Months ago, I successfully loaded and built the then-current version of the convolution receiver under the Arduino IDE on my Teensy 3.2 board. Recently, I had a computer problem and had to delete and...
That's it...thanks!
Thanks Frank
What I find there are jpegs and pdfs, not CAD files. Of course, a ready-made board I can purchase would give a jump start..
Please advise if I'm missing something.
I'm trying to reproduce the hardware design for this receiver by DO7JBH, Dante. Can someone tell me how to contact him, or if boards/board files are available somewhere on the net?
Joe
W3JDR
Frank
Have you, or has anyone you know of, made a transceiver version of this project?
Joe
W3JDR
I have these boards plugged together in a stack. Without the audio board in the stack, I can get the color display to work with the example sketches using pins 9 and 10 as DC and CS. When I put the...
Thanks
I wanted to look at the schematic of the interface board to see how the I/O is mapped from the Teensy to the display, but there apparently is no such document. Guess I'll have to buzz it...
I'm running the code below on a Teensy 3.2, and a PJRC ILI9341 color display board with the recommended Osh Park "purple board". All I get is a white (blank) screen. The main loop seems to be...
Thanks for the insights.
Aha! In looking through one of the Hilbert coefficients listings, I see why they're not scaled against a larger value. Some of the coefficients in the file I'm looking at go up to 0.87, so scaling...
In looking at the coefficients, it appears that, not only will some values cast to zero, many of the others will be severely limited in resolution. Do you know if there was a reason why the code not...
I'm curious how/why this works. It seems that the result of the multiply is a larger number than can be cast into a Short, unless:
1) A Short in this compiler is 4 bytes
2) Some precision is lost...
That seems to have fixed it...thanks!!!
Joe
I've also been having difficulty compiling the code at https://github.com/rheslip/Teensy_SDR. I'm running Arduino 1.8 with the latest Teensyduino installed w/no problems. When I attempt to compile, I...