[HCARC] HELP WANTED - NEW REPEATER
kd5wdq .
kd5wdq at gmail.com
Sat Dec 5 10:37:24 EST 2015
Sorry Harvey,
Meant to send this to the group, not just you.
--eddie
On 12/5/15, kd5wdq . <kd5wdq at gmail.com> wrote:
> Team,
>
> Here's a C pgm that when wired properly to the Pi will turn on
> a relay (thus turning OFF the power to the radio or power supply).
> Then relax the relay turning power back ON.
>
> Totally ripped off from the wirePi examples.
>
> /*
> * power_reset.c --
> *
> * compile:
> * gcc -o power_reset power_reset.c -lwiningPi
> *
> * to run, need to be root due to GPIO pins:
> * sudo ./power_reset
> *
> * want to wire relay to NC so defaults to ON
> *
> */
>
> #include <stdio.h>
> #include <wiringPi.h>
>
> int main (void)
> {
> if (wiringPiSetup () == -1)
> return 1 ;
>
> pinMode (0, OUTPUT) ; // aka BCM_GPIO pin 17
>
> digitalWrite (0, 1) ; // On
> delay (3000) ; // mS or 3 seconds
> digitalWrite (0, 0) ; // Off
>
> printf ("Power is Reset...\n") ;
> return 0 ;
> }
>
>
> On 12/4/15, Harvey N. Vordenbaum <tower2 at stx.rr.com> wrote:
>> That will be great. Hope to see you soon.
>>
>> Hv
>>
>>
>>
>>
>>
>> From: Gerald Migely [mailto:gmigely at gmail.com]
>> Sent: Friday, December 04, 2015 12:57 PM
>> To: Harvey Vordenbaum
>> Cc: N5XO; timberrr66 at hotmail.com; k5ews at arrl.net; Mort McKenzie;
>> davidswift541 at gmail.com; cw4evr at hctc net; chazzodx at zoho.com;
>> kk5ia at swbell.net; Dennis Robertson (W5FBG); Chuck Hopkins (N5HOP);
>> dale.gaudier at gmail.com; kd5wdq .; k5yb at mail.com
>> Subject: Re: HELP WANTED - NEW REPEATER
>>
>>
>>
>> Harvey,
>>
>> I will be back in Kerrville at the end of the month. Since I'm
>> responsible
>> for getting you started on the hsmm project I will help you finish that
>> on
>> both ends of the link. Secondly, I will be receiving a rasberry pi in the
>> next few days. I ordered it thinking that it will work for us at the
>> repeater end of the link for connection to the HRI-200 and the repeater
>> controller. I know there is vpn software out there for the rasberry pi
>> but
>> I also think Teamviewer has a Linux version out there that we can use.
>> I'll
>> let you know what I discover once I get the rasberry pi and start working
>> with it. If anyone out there has more experience with the pi I will
>> gladly
>> defer to them.
>>
>> Hope this helps.
>>
>> 73,
>>
>> Jerry
>>
>> On Dec 4, 2015 12:02 PM, "Harvey N. Vordenbaum" <tower2 at stx.rr.com>
>> wrote:
>>
>> Okay, folks, we are on the verge of a new era in repeater operations with
>> our new Yaesu DR-1X repeater. This can include world-wide repeater
>> linking
>> as well as group linking.
>>
>> We already have another DR-1X for installation in the FBG/Stonewall area.
>>
>>
>>
>> Here’s the scoop.
>>
>>
>>
>> If you will go to the Yaesu website you will find files for theory,
>> equipment and brochures.
>>
>> http://yaesu.com/
>>
>> Description
>>
>> http://yaesu.com/indexVS.cfm?cmd=DisplayProducts
>> <http://yaesu.com/indexVS.cfm?cmd=DisplayProducts&ProdCatID=249&encProdID=F331C35D03DC8A6B3151A09A7875712E&DivisionID=65&isArchived=0>
>> &ProdCatID=249&encProdID=F331C35D03DC8A6B3151A09A7875712E&DivisionID=65&isArchived=0CC
>>
>> Ctrl+Click
>>
>>
>> See files:
>> DR-1 REPEATER, BASE and REMOTE Mode Operations
>> <http://yaesu.com/downloadFile.cfm?FileID=8295&FileCatID=263&FileName=DR%2D1%20REPEATER%2C%20BASE%20and%20REMOTE%20Mode%20Operations.pdf&FileContentType=application%2Fpdf>
>> ( 349.15 KB )
>>
>>
>> DR-1X/DR-1XE Operating Manual
>> <http://yaesu.com/downloadFile.cfm?FileID=8995&FileCatID=263&FileName=DR%2D1X%5FE%5FOM%5FENG%5FEH043U202.pdf&FileContentType=application%2Fpdf>
>> ( 25.25 MB )
>>
>>
>> DR-1X/DR-1XE Repeater Controller Interfacing (SCOM-7330)
>> <http://yaesu.com/downloadFile.cfm?FileID=8345&FileCatID=263&FileName=DR%2D1X%5FS%2DCOM7330%5FEH043U500.pdf&FileContentType=application%2Fpdf>
>> ( 487.77 KB )
>>
>>
>> Amateur Radio Digital Standards
>> <http://yaesu.com/downloadFile.cfm?FileID=9039&FileCatID=263&FileName=Yaesu%5FAmateur%20Radio%20Digital%20Specs%5F1V02%5FEN%2DGB.pdf&FileContentType=application%2Fpdf>
>>
>>
>> See Leaflet:
>>
>> http://yaesu.com/pdf/System_Fusion_text.pdf
>>
>>
>>
>> SEE WIRES-X MANUAL PDF
>>
>>
>>
>> PROJECT CHALLENGES
>>
>>
>>
>> WI-FI LINK
>>
>> My house to repeater tower
>>
>> Finish second wi-fi box
>>
>> Test complete link here
>>
>> Install on repeater
>>
>> Repeater equipment
>>
>> PC,or Rasp.-Pi microcomputer
>>
>> Monitor, Keyboard on hand
>>
>>
>>
>> For temporary control of DR-1X interface old controller (K5HV)
>>
>>
>>
>> INSTALL WIRE-X LINKING SYSTEM?
>>
>> Purchase/ Install HRI-200 $120.
>>
>>
>>
>> I’m asking for help because I am not able to do all this stuff,
>> especially
>> the HS-MM computer linking system programming end of it.
>>
>> There will be a bit of tower work, but not too high. It’s line-of-sight
>> from my satellite tower to the repeater tower.
>>
>> There is some question about the little MFJ 2.4 gHz antenna on this end.
>>
>> I emailed you because I thought this would be the ones capable and
>> interested. If there are others interested, let me know.
>>
>> So let me know where you would like to try to fit into the project.
>>
>> 73,
>>
>> Harvey
>>
>> K5HV
>>
>>
>>
>>
>
More information about the HCARC
mailing list