[amsat-bb] Re: PIC rotator control

2009-10-28 Thread Gordon JC Pearce
On Wed, 2009-10-14 at 07:20 +1000, Andrew Rich wrote: Thanks Yes a small 10 inch laptop could do the work, predict would be used and frequent kep updates I'm looking at using a mini2440 board for just such a thing - ARM9 CPU, masses of GPIO, a couple of serial lines, USB host *and* slave

[amsat-bb] Re: PIC rotator control

2009-10-28 Thread Gordon JC Pearce
On Fri, 2009-10-23 at 08:24 +1000, Andrew Rich wrote: I have used MPLAB and an imitation picstatrt programmer I use OLIMEX development boards and my role out is very quick I decided to use assembly because it made me think and understand how a PIC works Assembler is the right choice

[amsat-bb] Re: PIC rotator control

2009-10-28 Thread Andrew Rich
Sounds nice. One thing I have to keep an eye on is power being drawn from the USB if I am to use any sort of relays - Original Message - From: Gordon JC Pearce gordon...@gjcp.net To: amsat-bb@amsat.org Sent: Wednesday, October 28, 2009 5:45 PM Subject: [amsat-bb] Re: PIC rotator

[amsat-bb] Re: PIC rotator control

2009-10-28 Thread Jean-François Ménard
Hi Guys, anybody looked at http://www.mikroe.com/ for building your controlled prototype. I use this board for many project excellent kit and also excellent support. 73 J-F VA2SS 2009/10/28 Gordon JC Pearce gordon...@gjcp.net On Wed, 2009-10-14 at 07:20 +1000, Andrew Rich wrote: Thanks

[amsat-bb] Re: PIC rotator control

2009-10-28 Thread Andrew Rich
Very expensive and complete overkill - Original Message - From: Jean-François Ménard jf.va...@gmail.com To: Gordon JC Pearce gordon...@gjcp.net Cc: amsat-bb@amsat.org Sent: Wednesday, October 28, 2009 9:51 PM Subject: [amsat-bb] Re: PIC rotator control Hi Guys, anybody looked at http

[amsat-bb] Re: PIC rotator control

2009-10-28 Thread Jean-François Ménard
@amsat.org Sent: Wednesday, October 28, 2009 9:51 PM Subject: [amsat-bb] Re: PIC rotator control Hi Guys, anybody looked at http://www.mikroe.com/ for building your controlled prototype. I use this board for many project excellent kit and also excellent support. 73 J-F VA2SS 2009/10

[amsat-bb] Re: PIC rotator control

2009-10-22 Thread Phil
On Thu, 22 Oct 2009 10:09:22 am Gordon JC Pearce wrote: I've ditched all my PIC stuff and now use AVR, which is extremely well supported on Windows, Mac OS and Linux. It's a better product, the CPU core is generally faster clock-for-clock and it's only slightly more expensive. How much

[amsat-bb] Re: PIC rotator control

2009-10-22 Thread John Magliacane
--- On Wed, 10/21/09, Gordon JC Pearce gordon...@gjcp.net wrote: The PIC microcontrollers are frankly *dreadful*, without a single redeeming feature.  What makes me like them even less is that you're forced to use the bloody awful Windows software to program them, I've used gpasm for

[amsat-bb] Re: PIC rotator control

2009-10-22 Thread Andrew Rich
- From: John Magliacane kd...@yahoo.com To: amsat-bb@amsat.org Sent: Friday, October 23, 2009 6:59 AM Subject: [amsat-bb] Re: PIC rotator control --- On Wed, 10/21/09, Gordon JC Pearce gordon...@gjcp.net wrote: The PIC microcontrollers are frankly *dreadful*, without a single redeeming

[amsat-bb] Re: PIC rotator control

2009-10-21 Thread Gordon JC Pearce
On Tue, 2009-10-13 at 21:50 +1000, Andrew Rich wrote: Sometime I wonder if just programming in perl on the LINUX side might be just as easy The PIC microcontrollers are frankly *dreadful*, without a single redeeming feature. What makes me like them even less is that you're forced to use the

[amsat-bb] Re: PIC rotator control

2009-10-15 Thread John Mock KD6PAG
I am re-visting a rotator controller. I am curious, should I push the processing of the compare and make a decision onto the PIC, or pull that function back into the PC ? PC is LINUX I/O is serial I built a homebrew rotator controller, inspired by WB4APR 'Radio Shack' rotor

[amsat-bb] Re: PIC rotator control

2009-10-13 Thread Andrew Rich
Thank you - Original Message - From: Stefano Simonetti To: Andrew Rich ; amsat-bb@amsat.org Sent: Tuesday, October 13, 2009 9:01 PM Subject: Re: [amsat-bb] PIC rotator control Wouldn't you like flashing the pic with the G6LVB tracker firmware and make the circuit?

[amsat-bb] Re: PIC rotator control

2009-10-13 Thread Marc Vermeersch
Hi Andrew, I have a PIC based solution currently in the prototype stage. It uses a PIC18F4455 and drives a Yeasu AZ/EL rotor without the Yeasy control box. The PC sends information to the PIC (RequestedAZ,RequestedEL) and the PIC sends back status information to the PC

[amsat-bb] Re: PIC rotator control

2009-10-13 Thread Marc Vermeersch
Hi Andrew, Let's take azimuth as an example. The PC sends a string containing the ascii value of the required azimuth. That value is converted to a binary value. That binary value (0-360) is converted to an expected 10-bit ADC value (theoretically 0-1024) for that angle. The range I get from my

[amsat-bb] Re: PIC rotator control

2009-10-13 Thread Alan VE4YZ
instead of A/D etc My 2 cents Alan -Original Message- From: amsat-bb-boun...@amsat.org [mailto:amsat-bb-boun...@amsat.org] On Behalf Of Marc Vermeersch Sent: October 13, 2009 6:45 AM To: 'Andrew Rich'; amsat-bb@amsat.org Subject: [amsat-bb] Re: PIC rotator control Hi Andrew

[amsat-bb] Re: PIC rotator control

2009-10-13 Thread Gregg Wonderly
: October 13, 2009 6:45 AM To: 'Andrew Rich'; amsat-bb@amsat.org Subject: [amsat-bb] Re: PIC rotator control Hi Andrew, I have a PIC based solution currently in the prototype stage. It uses a PIC18F4455 and drives a Yeasu AZ/EL rotor without the Yeasy control box. The PC sends

[amsat-bb] Re: PIC rotator control

2009-10-13 Thread Alan VE4YZ
'; 'Andrew Rich'; amsat-bb@amsat.org Subject: Re: [amsat-bb] Re: PIC rotator control I'd like to suggest that such systems should have a compass input from a GPS too so that as I'm driving mobile, I can have such a rotator strapped in the back of my truck, and be able to have it track

[amsat-bb] Re: PIC rotator control

2009-10-13 Thread Andrew Rich
and maintaining sofware essential to the function - Original Message - From: Alan VE4YZ ve...@mts.net To: 'Marc Vermeersch' a...@skynet.be; 'Andrew Rich' vk4...@tech-software.net; amsat-bb@amsat.org Sent: Wednesday, October 14, 2009 1:35 AM Subject: RE: [amsat-bb] Re: PIC rotator control