The initial one surely receives from lower frequency to FM broadcast, but some points are pointed-out by great customer.
(1) Necessity for 3.3 V regulator circuit.
Rating voltage of KT0915 is 3.3 V but full-charged Lipo approaches 4.0 V. In my experience, KT0915 can work around that voltage but I surely need to use low voltage drop regulator. Actually I ignored existence of excellent low voltage drop (around 0.1 V) regulator and using it radio (KT0915) can work even less than 3.7 V. (Rating voltage of KT0915 is 3.3 V). So I added regulator circuit
(2) Digital volume control utilising KT0915 function
Actually KT0915 has "digital volume control", which function can be activated by certain internal register through I2C. Indeed it is surely much more straightforward way than putting ohmic variable resistor for volume control, so I put the function init.
And this is version 3, including improvement along the comment from great customer!!
Basically the circuit is same but as we see, some parts are added. Along this modification, I've uploaded new firmware for volume activation for github! As same as previous version, "semi-kit" will be available at my tindie store (after admin of tindie admission).
In addition, I've received some comment for difficulty of small SMT chip soldering especially LED so..
I've populated two tact switches, LED, in addition to firmware-written Mega328, KT0915, TP4057 (Lipo charger) and 3.3 V regulator. The semi-kit will be available in the following form.... Stay tune on my tindie store! (not DSP radio version 2 but VERSION 3!)
Actual operation can be found in the following movie... Have fun!
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.
loparic.slavko
wrote 12/08/2018 at 21:45
Hello,
I have bought at www.tindie.com a complete DSP Radio Version 3.
However, for each frequency change I have to increase volume which I found very inconvenient.
Therefore, I would like to kindly ask you for a firmware without "Digital Volume Control Function" but with preserved high quality AM signal reception.
Finally, I would be grateful for instructions about how to upgrade the firmware in the receiver. Thank you in advance!
Looking forward to your feedback
Best regards
Slavko Loparic
Are you sure? yes | no
Hi, I have noticed this same thing, it would be nice if the author would fix this.
Are you sure? yes | no
Not is possible demodulate LSB and USB modes?
Are you sure? yes | no
Internal signal (IQ-demod) is not obtained to external, so reception is AM or FM only... unfortunately..
Are you sure? yes | no
What is the LiPo chip controller on board of the DSP radio? I can't read it on the the schematic, too low resolution. It has 3B3 on it?
Are you sure? yes | no
Hello, it is TP4057. 3B3 is a 3.3V Toshiba's regulator.
Are you sure? yes | no
Could you let me know the frequency range in full and is there any chance of CW/SSB reception? - Cheers.
Are you sure? yes | no
Hello and thank you for interest. The radio surely covers several amateur (and professional) band but unfortunately reception is limited to general AM demodulation or FM wide mode demodulation. Before I searched several internal register of the DSP radio chip whether some "hidden" setting permits SSB demodulation or not but it seems not... Thank you and sorry for that..
Are you sure? yes | no
I modified FM startup frequency and uploaded to DSP Radio. Radio is working on right frequency, but display not working anymore. I only changed startup frequency, why no display?
Are you sure? yes | no
Hello ! Please use driver in
https://github.com/kodera2t/KT0915_radio/tree/master/Library_for_ULTRA
The key is in Adafruit1306.h line 60 to 62
#define SSD1306_128_64
// #define SSD1306_128_32
// #define SSD1306_96_16
this part defines 128_64 or 128_32. Please try switching this part.
Thank you!
Are you sure? yes | no
I have the Adafruit 1306 Library installed and the sketch version 4 compiles fine just no display. I will check lines 60-62. Thank You
Are you sure? yes | no
That worked fine, thank You.
Are you sure? yes | no
Hi, Is that a SPI display?
Are you sure? yes | no
No, it's I2C connection.
Are you sure? yes | no