开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

Broken Ensemble RX v.1


 

Plugged this RX in today and found the auto BPF has stopped working.

Testing with usbsoftrock and a 'scope showed that the PB4 pin is stuck high - it appears to be shorted to Vcc.

Otherwise the ATTiny85 appears to work...

$ usbsoftrock status
Version : 15.12
USB SerialID: PE0FKO-0
Startup Freq: 7.050000 (x 4.00)
Xtall Freq : 114.280000
Smooth Tune : 3500 PPM
Si570 I2C : 55 Hex
BPF Enabled: 1
Band BPF Si570
---------- --- -----------------
0.0.. 4.0 0 (F - 0.00) * 1.00000
4.0.. 8.0 1 (F - 0.00) * 1.00000
8.0..16.0 2 (F - 0.00) * 1.00000
16.0.. 3 (F - 0.00) * 1.00000

Removed U1 from it's socket and all voltages at the socket are correct.

What's the easiest way to get a replacement for U1 in the UK?

Nick


 

Does anyone have a copy of Bob G8VOI's document "A Beginners Guide to Programming the ATMEL ATtiny 45 and 85" they can send me, or post to Files on this this group?

Tried here



but get a "Connection timed out" error".

Nick


 

On 21/08/2022 08:38, Nick wrote:
Does anyone have a copy of Bob G8VOI's document "A Beginners Guide to Programming the ATMEL ATtiny 45 and 85"
Nick,

No, a long time since I did that!
I've got quite a few programmed ATT45s, not sure if I have any spare 85s.
Copied below from an old web page, might give some clues but we are talking XP. And LPT for my programmer

I have probably got the files on some old drive, maybe even Bob's PDF but it will take some searching.
Looked on the Wayback Machine but does it save files did not seem to?

73 Alan G4ZFQ

REPROGRAMMING See for Bob's definitive guide. For the record the first thread started here:- shows one programmer to reprogram it. My version:- . The software is Windows command line, I used W98, To get it to work on XP or Vista you need to find giveIO.sys on the web (eg but in my case LOADDRV.exe did not work, I got an error message, "invalid service name", I just put giveIO.sys into the same folder as avrpp.exe and avrpp worked properly.


This is a self extracting exe file that puts the individual files in a folder. It still needs installing. Here is just one link that shows how to make a command window easier to use. . Once you have the command prompt in the avrpp folder the command "avrpp file.hex" loads the new file. To set the fuse bits on a new chip use "avrpp -fl11100001" and "avrpp -fh1011101" Thanks Bob! Not necessary for reprogramming one that has already had a prior version of the software Other programmers are available. -ATtiny45/ Removing the fuse from ATTiny45, restores the AVR to be able to use low voltage programmers.


 

You can get it via the internet archive:


 

That works, but no graphics. Same in Google's cache.

But found it here with the graphics archived May 19 last year...


 

Hi Alan

thank you for your reply and all the helpful info.

Having read Bob's guide it seems you only need a HV programmer to reset the fuse bits on a used device.

So will buy some new '85s and try to fix it with a simple parallel programmer first.

73
Nick


 

Nice to see that pe0fko.nl is up and running again - thanks Fred.

About ready to program the ATTiny85. The old one was running Version 15.12 of Fred's firmware.

This page



talks about a bug in 15.12 that was fixed in 15.13...

"Version 15.12 uses the filter crossover table to select the frequency band, for every frequency band (0..3) the filter number (0..3) used can specified. Only by a bug in the software, the output lines are not put in the requested filter value but the band value. The bug is now fixed (by changing a #ifdef to #if statement in DeviceSi570.c). "

I do not understand this. What is the "filter value" and the "band value"? Should I be using 15.12 or 15.13 on this Ensemble RX Mk I?

Nick

PS: It seems that there is no advantage in using 15.14 or 15.15 for this radio.


 

On 31/08/2022 15:56, Nick wrote:
Nice to see that pe0fko.nl is up and running again - thanks Fred.
Oh Good.

I do not understand this. What is the "filter value" and the "band value"? Should I be using 15.12 or 15.13 on this Ensemble RX Mk I?
Nick

My quick guess is that it concerns custom band selection, not normally used for most Softrocks but available for other builds.
CGFSR is used for other projects.
Just use the last release. Was that 15.15?

73 Alan G4ZFQ