Search found 332 matches

by kheston
Sun May 31, 2009 9:45 am
Forum: General Discussion
Topic: Lead acid desulfator circuit
Replies: 50
Views: 28172

Re: Lead acid desulfator circuit

Ok, I've smoked my 3rd µC with this project.

My de-sulfator is now offline for at least a week. Time for some 4n35 chips (x20 for $3)...

Still getting positive results MrAl?
by kheston
Sun May 31, 2009 8:43 am
Forum: General Discussion
Topic: kronos web site sucks!!!!
Replies: 102
Views: 104429

Re: kronos web site sucks!!!!

psycho, Truly sage advice, thanks! I've learned to expect such things in my programming travels and have already encountered similar undocumented "features" in the uCs I've played with. For the example you gave, at least you were able to find a corresponding note in the errata. Sometimes w...
by kheston
Fri May 29, 2009 6:20 pm
Forum: General Discussion
Topic: kronos web site sucks!!!!
Replies: 102
Views: 104429

Re: kronos web site sucks!!!!

Goner19, I've been using a BS2, some PICAXEs and an Arduino board for some time now. You just can't beat the doco that comes along with them if you're new to microcontrollers. Learning C and getting an LED to blink too is more to bite off at one time than it seems. I wish the same strategy had worke...
by kheston
Mon May 18, 2009 6:38 am
Forum: General Discussion
Topic: AC breakers in DC circuits... Considerations ?
Replies: 8
Views: 2832

Re: AC breakers in DC circuits... Considerations ?

I was curious about the same thing: my post I guess the mechanisms that break the circuit in AC and DC units are fundamentally different. Too bad, one can find AC circuit breakers just about anywhere but the DC ones are hard to come by (unless you want to leave your first-born at West Marine in exch...
by kheston
Tue May 12, 2009 3:37 pm
Forum: Computer Programming
Topic: AVG problems.....
Replies: 15
Views: 6612

Re: AVG problems.....

Give ClamWin a shot. I believe they still support Win98 flavors:

ClamWin

It's well-supported and free (as in beer).
by kheston
Sat May 09, 2009 9:16 am
Forum: Computer Programming
Topic: McAfee Surpise!
Replies: 3
Views: 2077

Re: McAfee Surpise!

Just this past Thursday evening I helped a friend whose computer had really slowed down for some reason. "Some reason" was the McAfee install that came "free" with his AT&T U-Verse package. It was hogging half of his available memory and the resident protection consumed 30-50...
by kheston
Sun May 03, 2009 3:54 pm
Forum: General Discussion
Topic: Lead acid desulfator circuit
Replies: 50
Views: 28172

Re: Lead acid desulfator circuit

I've upped my pulse width to 20us to try and make things happen more quickly. It's been running for about an hour at 20us/100Hz. No change in battery voltage yet.

I'm watching the 'scope to see if there's an internal resistance change (or at least what I think looks like one).
by kheston
Sun May 03, 2009 2:02 pm
Forum: General Discussion
Topic: Lead acid desulfator circuit
Replies: 50
Views: 28172

Re: Lead acid desulfator circuit

I'm working with a 12v golf-cart battery now. Here's a picture of my o-scope screen with the probe connected to each side of my 48v supply:

o-scope

v-scale = 2v
h-scale = 5ms

on this larger battery (27Ah), the voltage isn't creeping upward at 100Hz (10us pulse).
by kheston
Mon Apr 27, 2009 6:22 pm
Forum: General Discussion
Topic: Lead acid desulfator circuit
Replies: 50
Views: 28172

Re: Lead acid desulfator circuit

The PWMOUT command on the 08M is a bust.

I'm approximating a 10µs and 100Hz with:

Code: Select all

main:
	pulsout 2,1        ' pin 2, 1*10µs pulse
	pause 9            ' 9ms pause (which looks more like 9.9ms on the o-scope)
	goto main
So far, no increase in battery voltage in half an hour...
by kheston
Mon Apr 27, 2009 3:16 pm
Forum: General Discussion
Topic: Oscilloscope recommendation
Replies: 9
Views: 3956

Re: Oscilloscope recommendation

Dean, I swapped the attenuator mods between channels and no change. So, I started looking at the switch contacts. There was a piece of lint or something poking out from underneath the second in line from the front panel, so I blew on it to dislodge it with the switch rotated to a position where this...
by kheston
Sun Apr 26, 2009 11:33 pm
Forum: General Discussion
Topic: Lead acid desulfator circuit
Replies: 50
Views: 28172

Re: Lead acid desulfator circuit

So I'm pretty sure I wasn't making any progress whatsoever in my experiments prior to obtaining a 'scope. It seems there wasn't any pulsing going on at all. I now appear to have something working... I'm toying with a small SLA (12v, 4Ah) I have just to keep from frying one of my much more expensive ...
by kheston
Sun Apr 26, 2009 4:27 pm
Forum: General Discussion
Topic: Oscilloscope recommendation
Replies: 9
Views: 3956

Re: Oscilloscope recommendation

For the desulfation circuit, I've already determined that my duty cycle isn't doing what I thought using my working channel 2. Great to have the insight a 'scope lends you, I'll keep at it. I'm hoping Mr. Huster will read about my problem with CH1 and that he's seen it before. Meanwhile, I've asked ...
by kheston
Fri Apr 24, 2009 9:34 pm
Forum: General Discussion
Topic: Oscilloscope recommendation
Replies: 9
Views: 3956

Re: Oscilloscope recommendation

I've got a manual and a Tek troubleshooting guide. Now if I could just get a clue...
by kheston
Fri Apr 24, 2009 6:00 pm
Forum: General Discussion
Topic: Oscilloscope recommendation
Replies: 9
Views: 3956

Re: Oscilloscope recommendation

I got jealous of MrAl's ability to see his 6v battery's internal resistance dropping over time on his 'scope ( desulfation thread ). So, while I was at Halted today, I picked up a Tek 465B they had sitting on the shelf. I had read in a few places that these were relatively serviceable workhorses and...
by kheston
Tue Apr 21, 2009 7:01 pm
Forum: Computer Programming
Topic: Programming Your Vehicles PCM Via Laptop
Replies: 6
Views: 4294

Re: Programming Your Vehicles PCM Via Laptop

If you find any good posts about a DIY ODBII interface, please post. I poked around for one some time ago and didn't have any luck.