Page 3 of 3

Re: DiSEqC controller for SUP2400 - code

Posted: Tue Mar 29, 2016 3:09 pm
by G4KLB
This is the latest version I have made,
SUPdi.jpg
SUPdi.jpg (342.7 KiB) Viewed 8220 times
See BATC Wiki https://wiki.batc.tv/SUP2400_DiSEqC for info

Re: DiSEqC controller for SUP2400 - code

Posted: Thu Mar 31, 2016 2:51 pm
by RonM
That looks great, I like it!

73,
Ron, G7DOE

Re: DiSEqC controller for SUP2400 - code

Posted: Tue May 24, 2016 5:05 pm
by g6pep
g0mjw wrote:... Changing the crystal isn't easy but not impossible. In retrospect, it might have been better to destroy it with cutters as that would make de-soldering less likely to damage the PCB tracks...
Mike,

I lucked out on this point, having just seen a video on YouTube (https://www.youtube.com/watch?v=7kyaz4Zrd78), evaluating an SMD removal kit. The demo featured using the removal kit to desolder a 208-pin QFP chip. It depends on a patent alloy, supplied with the kit, which lowers the melting point of the solder already present so that you can get it molten simulataneously on all 4 sides. It's not the most dextrous demo but it illustrates the point.

Given the apparent inaccessibilty of the solder on the crystal in the SUP2400, I thought that I'd give it a go there. I first chopped the earth connection with a pair of cutters and then, after the third cycle of heating each connection in turn, the crystal just fell off the board, with tracks and crystal undamaged!

The kit is a little expensive but you don't use that much of the alloy on each job.

A bit late as a response but I thought I should report it anyway.

73, John.

Re: DiSEqC controller for SUP2400 - code

Posted: Tue Jul 05, 2016 6:01 pm
by MW0LLK
I didn't have a suitable PIC chip or programmer available but I did have a PICAxe and development board handy. This runs a form of BASIC so is horribly slow but I managed to make it work...
I've added a push button and LED to toggle the SUP2400 on and off which is handy for multi-band working.
If anyone is interested I can post the code here.

Re: DiSEqC controller for SUP2400 - code

Posted: Sun Jul 10, 2016 2:00 pm
by G0EID
Hi Chris,
I am interested, please post your DiSEqC code for the PICAXE.
I use a PICAXE 28x2, as a sequencer in a 70cms PA,
so interested to see if I can fit your DiSEqC code in too?
Eage2GS.jpg
Eage2GS.jpg (180.61 KiB) Viewed 7271 times
This board started life as a telemetry GroundStation for Eagle2.
There was a PICAXE 40x2 onboard the Eagle2 satellite.
73
Dave - G0EID

Re: DiSEqC controller for SUP2400 - code

Posted: Thu Jul 14, 2016 8:40 pm
by MW0LLK
*** IMPORTANT - THIS IS NOT THE CODE FOR A STANDARD PIC ***
*** ONLY USE WITH A PICAXE PROGRAMMED IN BASIC ***

Here's the PICAXE code - it uses 901 bytes of program memory on an 08M2.
For speed it's done using macros though you could get rid of the switch off command which would halve it approximately.

Hope it's helpful

*** IMPORTANT - THIS IS NOT THE CODE FOR A STANDARD PIC ***
*** ONLY USE WITH A PICAXE PROGRAMMED IN BASIC ***