Liquid level indicator

MarkMc wrote:
Hi Chris

I did once get the .pdf from Maplin that you refer to. It's just a
scan of the instructions which come with the module - assuming you have
the same file. Perhaps I'm learning some of this electronics lark as I
too came to the conclusion that I wouldn't be able to drive my relay
from the tiny current available from the module.

I assumed that a Darlington pair would help me out here. Is there any
reason why you suggest the NPN-PNP cct in particular?

The temperature control is definitely a luxury thing, and by the look
of things is best left until version 2 of this setup which is already
tring to achieve a lot.

The heating side of things I can see getting used in two ways -
1.) To perform stepped mashes - only for a tiny proportion of brews
(luxury)
2.) To keep the wort at a set temperature when recirculating - losses
may occur at the pump and in the pipework.

I have heard about homebrew systems existing called RIMS (RecIrculating
Mash System) and HERMS (HEated Recirculating Mash System), and they
rely recirculating the wort and for HERMS, heating it at the same time,
so it must be possible.

The pump will be pumping the liquid at all times when the heater is on,
so the liquid shouldn't be in contact with the heater element for any
length of time, so the liquid temperature level should be rising very
slowly and steadily with any luck, but perhaps you're right, manual
control and a normal glass thermometer may well be a better solution.
But it's not very geeky, is it! :)

There's two things which need to happen heat wise;
1). The heat of the liquid in the container must *never* go over 70-75C
(well, not for long) as enzymes in the wort, which are performing the
starch conversion of the grain, can de-nature and become useless for
the mash and render the brew unfermentable - not desirable! This limit
may be even lower (say 60C) at some stages for stepped mashing.
2). Heating and pumping/recirculating must stop when the temperature in
the mash tun (not the underback where we'll be heating the wort and
pumping from) is at the desired step temperature, say 66C

So thinking about it, an even more custom solution is required with not
one, but two temperature probes.

I was wondering - I have PIC microcontrollers 16F628A at home, with
necessary programming hardware and software development tools.

I could make something to perform a controlled level out to the heating
element, using the reference voltage generator of the 16F628A rather
than simply turning the heater on and off. Of course the problem here
is that I don't know how to scale up a 0-5v variable range to what's
required for the heater element running on mains voltage. i.e. do I
need to vary the current/resistance or the voltage peak-to-peak of the
heater element, I'm not sure how to achieve either.

Hmmm, maybe on/off is ok for the <= 70C part, but that still leaves me
wondering how to physically measure the temperature. I don't mind
making my own sensor out of stainless steel rod (somehow?) and
performing the calibration etc, and using a cct/PIC microcontroller to
act on the levels and perhaps drive an LCD display for the underback
and the mash tun.

From reading the FE33L manual, they suggest any probe will work as long
as it has a resistance < 30 ohms and that the shorter the wire, the
more accurate it will be. Any suggestions on making a probe form
stainless steel rod?

I take it a GFCI is different to an RCD? I was always planning on
using an RCD in the 240v cct.

Thanks once again,
Mark
A darlington transistor requires two Vbe drops to turn on -- that would
be 1.4V, which is too close to the 1.5V logic level output:

` NPN Darlington
` Ic| o C
` | |
` | |
` V |
` .--------o
` | |
` 1.4V |/ |
` o----| |
` B |> |
` ----> | |
` Ib | |
` | 0.7V |/
` '------|
` |>
` |
` 0V |
` |
` o E
created by Andy´s ASCII-Circuit v1.24.140803 Beta www.tech-chat.de

Following the NPN (80uA base drive) with a PNP (1.2 mA or so) allows
current magnification that will lead to the second transistor being
completely on when it's on. That's important to limit power
dissipation (P = (Vc - Ve) * I) as well as other reliability issues.
Also, most relays are guaranteed to turn on with 75% to 80% of nominal
voltage. If there's too much voltage drop across the transistor, the
relay might not turn on (especially if your power supply is somewhat
low).

I'm kind of glad in a way that you're holding off on the temp control
part of the circuit for a while -- possibly you can get what you have
working, and go from there. It might also help as far as getting a few
more bucks together for the effort, which might allow you a much better
controller.

Most of the time, in controlling a heater load with a long thermal time
constant, programmed pulse width modulation is used instead of phase
control of the line or attempting some kind of linear controller.

Here's how PWM works. Let's say it takes 5 minutes of full-on line
voltage for significant load heating to occur. The PIC programmer
would choose a period of, say, 10 seconds. Out of that 10 seconds, if
the heater is on for one second, that's the same equivalent heating as
10% of full line voltage power. If, every 10 seconds, the PIC turns
the heater on for 5 seconds, that's the same as 50% power. If it's on
for the full 10 seconds, that's 100% power, of course. Every 10
seconds the pulsed ON repeats. That's called PWM, and is easy to
program with a computer.

The only problem is that the repeated ON/OFF cycling tends to wear out
relay contacts. This type of thing is perfect for a Solid State Relay.
All you do is drive an optoisolator LED with 3 to 20 mA (depending on
the type of SSR), and the load turns on with triacs instead of relays.
Instead of 10,000 to 1,000,000 operations like a relay, an SSR can
operate virtually forever, if it's got a good heat sink to prevent
thermal cycling.

Unfortunately, having a PIC will not really help you with accuracy of
the temp controller. The error budget is mostly due to the kind of
simple method being used to read the thermistor resistance (this is a
guess based on what's implied in the docs). Having the PIC read the
serial output will just duplicate the action of the LOW output if you
do a straight bang-bang ON/OFF controller. I would guess that, unless
you've got a bit of experience in PICs as well as know a little control
theory, you're going to get kind of frustrated with a proportioning
controller program. However, there's quite a bit of help out there in
the PIC support groups, and there might be something out there that
will do the job.

The biggest problem with the PIC, though, is using it for a critical
application without having an ICE (In-Circuit Emulator) or having
experience in debugging real time control programs.

The thermistor is a variable resistor whose resistance is dependent on
the temperature it's sensing. Normally, if there's a long wire length,
the controller will have a 4-wire connection to the thermistor to
remove the effect of the resistance of the wires. Your FE33L doesn't
have that, so they say to keep the wires short. However, you'll still
need a thermistor, which is a separate purchase part. The problem is,
they make many different kinds (they're usually specified by room
temperature resistance and temperature coefficient in ohms per degree).
Maplin sells them with room temperature values from 4K7 to 150K.
Gotta buy it, not make it, and you've got to know the temperature
coefficient if you want it to work with your module. The FE33L is
built to work with a specific thermistor probe. If you want to use
something else, you'll have to figure out what the thermistor is. If
you can figure out a way to make the FE34 work, you can use a switch
setup like is shown in the appnote.

I'm not sure what an RCD is. I explained GFCI in the prior post, and I
believe that's what it's called on your side of the pond, too.
Possibly you should check in at a do-it-yourself hardware shop and ask
what they recommend to protect people from accidents with line voltage
and water in the bathroom or kitchen.

Best of luck to you.
Chris
 
Hi Chris

I thought there must be a reason for driving the relay in the way you
suggest. Thanks for the explaination.

Yep, I'll leave the heater part out for now, but I am wondering, that
there must be food safe temperature sensing applications, surely? How
can I dunk a thermistor in to a hot sticky solution? Maybe at low
voltages it is ok. I did once look at temperature sensing IC's, which
put out I2C serial data for the PIC to read, but I had the same issues
with dunking an IC in to a hot sugary liquid.

PWM is interesting, and IIRC the 16F628A has some built-in features to
perform this kind of function.

I had no idea you were on the other side of the pond! I guess RCD is
the same thing as your GFCI. RCD stands for Residual Current Device -
it trips/turns off the live supply when it detects leakage from neutral
to earth. These can be plug in devices which plug in to the wall
socket, and then you plug your appliance - electric lawn mower,
whatever in to that, or they can be used as a switch in a home consumer
unit. I have one in my home consumer unit, it runs all ring circuits,
but for obvious reasons, the lights are not under RCD control, but
straight off the normal main switch.

Cheers,
Mark
 
MarkMc wrote:
Hi Chris

I thought there must be a reason for driving the relay in the way you
suggest. Thanks for the explaination.

Yep, I'll leave the heater part out for now, but I am wondering, that
there must be food safe temperature sensing applications, surely? How
can I dunk a thermistor in to a hot sticky solution? Maybe at low
voltages it is ok. I did once look at temperature sensing IC's, which
put out I2C serial data for the PIC to read, but I had the same issues
with dunking an IC in to a hot sugary liquid.

PWM is interesting, and IIRC the 16F628A has some built-in features to
perform this kind of function.

I had no idea you were on the other side of the pond! I guess RCD is
the same thing as your GFCI. RCD stands for Residual Current Device -
it trips/turns off the live supply when it detects leakage from neutral
to earth. These can be plug in devices which plug in to the wall
socket, and then you plug your appliance - electric lawn mower,
whatever in to that, or they can be used as a switch in a home consumer
unit. I have one in my home consumer unit, it runs all ring circuits,
but for obvious reasons, the lights are not under RCD control, but
straight off the normal main switch.

Cheers,
Mark
Over this range of temperatures, you can get more accurate measurements
with thermistors than thermocouples. Both of these, as well as bourdon
tubes, bimetallic sensors, and other means are used to measure
temperature in food applications. (Caveat : I've been away from the
food industry for many years. Not only that, but if you're not just
bottling for your own use, you have to comply with different
regulations and local ordinances. I have no advice whatsoever on
complying with those.)

The basic issue is one of cleanliness and sterilization. Of course, in
an oven, the temperature sensor attached to the controller does not
come in contact with the food. The same is true for freezers. Only
where the temperature probes need to come in contact with the food
itself do these become real issues. You have to clean the surface of
anything that comes in contact with food, and make provision to
sterilize it as necessary.

I believe you said you've got a copper brewing vat. If you have a
portable temperature probe you can lower into the liquid, you just have
to make sure the surface that comes in contact with the liquid is
sterile. That may be your easiest method, if you've got a hole in the
vat to lower the probe into. But doesn't the beer have to be brewed
under pressure? If so, you'll have difficulty keeping only the
stainless steel in contact with the liquid. You can't sterilize
insulated wires.

Option two would be permanently affixing the stainless steel probe
inside the surface of the vat, and having the thermocouple and the
wires on the other side of the barrier. That may be a problem, because
it would require cutting through the vat, and also creating a smooth,
cleanable interface. As an option, you may be able to use a pressure
gasket made of food-safe material, and clean it after each use. But
this sounds like a lot of hassle, and remember that once you cut a
hole, it's there for good (pressure patch repairs being none too
reliable, and requiring a level of skill for thin copper that you don't
find too often.

For a hobbyist who's none too interested in destroying his brewing kit,
I personally think you should go with option 3, which is affixing the
thermistor directly to the outer surface of the vat. Copper is famous
for its great thermal as well as electrical conductivity. The
temperature of the liquid inside the vat will be very efficiently
transferred to the outside. Especially if the copper is very thin in
relation to its surface area, if you can keep the heat from being
radiated from a fairly small portion of the vat's outer surface (just
about any thermal insulator will do), the temperature on the outside of
the copper will be almost identical (possibly even within fractions of
a degree) from the liquid on the inside. Temperature measurement will
be totally consistent from batch to batch. And you won't have to worry
about sterilizing anything. The beer's on the other side of the
copper. I've seen it done this way. It works.

You've got my curiosity piqued on the FE33L. 12 pounds is practically
a throwaway price for this little gizmo, a remarkable value. If things
stay slow around here, I'll have Maplin ship me one just for yuks. I'd
like to fiddle around with it, and trace out how they measure temp (not
having access to the schematics). Believe it or not, there just isn't
anyplace like Maplin in the States. It's kind of unfortunate, but
electronics as a hobby in the States has just about fizzled out.
Possibly it has something to do with your education system, which I
hear is much more oriented toward raising intelligent, literate, and
capable children than ours, and usually offers at least some practical,
hands-on electronics as part of the science curriculum. It seems ours
is primarily concerned with making the kids feel good about themselves
and not offending the parents at any cost. But I think it has more to
do with the basic fact that our parents are too self-centered (with
some exceptions) to spend time teaching and encouraging their own kids,
especially after they start school. Also, the American immediate
gratification culture doesn't lend itself very well to paying what it
costs or investing time in learning. American kids tend to lose
motivation in attaining anything they can't get in the time they'd
spend on a movie. So do their parents. And even our movies are
getting shorter.

Feel free to post again or email if you have any further questions.

Cheers
Chris
 
Hi Chris

This setup is not for any commercial use, but hygeine is very
important, obviously. Us homebrewers are paranoid about cleanliness
and sterilisation.

I don't yet have the vessels I'm going to use for this project, but I
have a stainless steel vessel in mind - I just have to lay my hands on
a couple - no time at the moment, very busy working :(

The word copper in brewing is in fact a generic name for a boiler.
They used to be all made from copper in yesteryear, but nowadays they
are mainly stainless steel. And in homebrew circles, we (I) get away
with a tough plastic boiler. But basically, we call our boilers
coppers, no matter what they're made from!

Beer isn't brewed under pressure. Perhaps there are some setups that
do this, but I'm not aware of them, but I'm certainly no expert when it
comes to commercial breweries.

But I guess your suggestion for mounting the sensor outside may well be
just as valid?

I remember being gobsmacked with the FE33L when I first saw it. It's
pretty cool, and for only Ł10. You can't go wrong!

Sadly Maplin are selling less and less electronic components and they
are becoming just another consumer electronics company, but for now
they still keep components in stock for their original but small
customer base on which they have grown.

Over here, I think electronics and computer programming is getting less
and less, but it is true that at least some basic stuff is being taught
at our schools. I have a 14 y.o, and she's borrowed the soldering iron
for school projects a couple of times.

I agree with you that youngsters, and people in general can't be
bothered to think about stuff thats a bit difficult and requires a bit
of thought. Very worrying for the future, with a lot of high-tech jobs
getting shipped off to India and China.....

Cheers,
Mark
 
Hi Chris

Sorry to keep hassling you.

I wonder if you wouldn't mind casting your expert eye over the circuit
design which I've posted to my web site here http://tinyurl.com/cey9x

I'm particularly concerned about the BC177B PNP transistor I added to
your suggestion for driving the pump relay, because I wanted to
illuminate an LED whenever the pump was on. Hopefully my design will
work and the Resistor values are ok. VCC is +12v btw.

Also, somebody on my brewing forum wondered if a dishwasher pump might
be better suited to my usage. Seems to make sense, they are designed
to pump hot water.

As luck should have it, I've recently had a new kitchen, and my old
dishwasher has been waiting to be thrown away, so I've opened it up to
have a look at the pump. To my surprise, this has a heating element
assembly attached to the pump, which looks interesting. I've posted a
couple of pictures of it on my web site here (follow the links to see
the pics). http://tinyurl.com/a8u8c

I'm wondering if the cylidrical insert is in fact a temperature sensor
or sender. All markings on the item are listed on the web page. I'd
love to know if I can use this for my intentions of circulating and
heating the brew.

Cheers,
Mark
 
MarkMc wrote:
Hi Chris

Sorry to keep hassling you.

I wonder if you wouldn't mind casting your expert eye over the circuit
design which I've posted to my web site here http://tinyurl.com/cey9x

I'm particularly concerned about the BC177B PNP transistor I added to
your suggestion for driving the pump relay, because I wanted to
illuminate an LED whenever the pump was on. Hopefully my design will
work and the Resistor values are ok. VCC is +12v btw.

Also, somebody on my brewing forum wondered if a dishwasher pump might
be better suited to my usage. Seems to make sense, they are designed
to pump hot water.

As luck should have it, I've recently had a new kitchen, and my old
dishwasher has been waiting to be thrown away, so I've opened it up to
have a look at the pump. To my surprise, this has a heating element
assembly attached to the pump, which looks interesting. I've posted a
couple of pictures of it on my web site here (follow the links to see
the pics). http://tinyurl.com/a8u8c

I'm wondering if the cylidrical insert is in fact a temperature sensor
or sender. All markings on the item are listed on the web page. I'd
love to know if I can use this for my intentions of circulating and
heating the brew.

Cheers,
Mark
Hello again, Mark. No hassle at all. It's actually been a pleasant
diversion in a very slow month.

I'm going to pass on the applicability of a dishwasher pump/heater for
your brewing, basically because I really don't know. You should check
with your brewmeister friends on this one.

10K resistor R6 should be pullup, not pulldown. Its function is to
ensure turnoff when no current is being pulled from the emitter. By
that logic, it should go to +12V. In fact, if you leave it as a
pulldown, the LED transistor just won't turn off at all.

You might have more luck finding a 470 ohm resistor (standard value)
for R4 than 480 ohms (a typo, I'm sure). When you calculate power
dissipation for the resistor, you have to subtract the voltage across
the LED and the saturated transistor. Let's say that there's 1.8V
across the LED, and 0.2V across the saturated ON transistor. That
leaves 10V across the resistor, which means about 21.3mA and .2128
watts. Actually, I'd think you can go with a 560 ohm resistor, and you
can save some power as well as not getting too close to the 1/4 watt
limit, especially if the LM7812 output voltage is a little on the high
side.

As far as power requirements for the transformer, think expansion. You
want to have enough power so that, if you want to add another relay or
something else, you don't have to redo the power supply. Let's say you
want capability of 300mA at 12VDC. Multiply by 1.8 (the standard for
full wave bridge rectifiers) to get a transformer which is rated for
600mA or more. With a 10,000uF cap, you should be OK with a 12.6VCT
transformer, but not 12VAC (you'll be too close to dropout voltage on
low line/load conditions). If you want to bring down the cap (10,000uF
at 25V is a little expensive), you might want to go with a higher
transformer voltage, like 15VAC. With a 15VAC transformer, you should
be able to get away with 2200uF, 25V for C1. There have been many
google discussions about sizing caps for DC power supplies. And in any
case, you'll probably want a small heat sink for the 7812. Here are
some Maplin numbers that should work:

KU50E Clip On TO220 Heat Sink 759 in Stock Ł0.39
N80AZ 10W 1x15V PCB Transformer 8 in Stock Ł5.99

I'm looking forward to hearing how things are going -- feel free to
post back, or email. Good luck, and

Cheers!
Chris
 
Hello again Chris

10K resistor R6 should be pullup, not pulldown. Its function is to
ensure turnoff when no current is being pulled from the emitter. By
that logic, it should go to +12V. In fact, if you leave it as a
pulldown, the LED transistor just won't turn off at all.
Woops. Yes, I should have known that. I managed to go through school
and college electronics and *never* managed to use a PNP transistor, so
this is my first application! Although electronics was always a
secondary subject for me, with Computer Science and Software
Engineering being my primary focus.

You might have more luck finding a 470 ohm resistor (standard value)
for R4 than 480 ohms (a typo, I'm sure).
Oops, yes, I meant 470.

When you calculate power
dissipation for the resistor, you have to subtract the voltage across
the LED and the saturated transistor. Let's say that there's 1.8V
across the LED, and 0.2V across the saturated ON transistor. That
leaves 10V across the resistor, which means about 21.3mA and .2128
watts. Actually, I'd think you can go with a 560 ohm resistor, and you
can save some power as well as not getting too close to the 1/4 watt
limit, especially if the LM7812 output voltage is a little on the high
side.
Is 1.8v drop pretty standard for an LED then? I didn't know what
values to use for the LED and c-e junction of the transistor, so I
erred on the side of caution and just used +12v. Should've used at
least 0.6 for the LED though, so that was a bit dumb of me.

I only have a set of E3 resistors, so I don't have 560. Perhaps I
should look to get a set of E12 to give me a few more choices?

As far as power requirements for the transformer, think expansion. You
want to have enough power so that, if you want to add another relay or
something else, you don't have to redo the power supply....
A friend of mine is in to d-i-y Valve hi-fi, and I nicked this cct from
him and simplified it for my own use, I guess it lost something in
translation. He had other types of cap in parallel with C2 IIRC.

I assumed that I'd just want as big a cap as possible for C1. I know
PSU's are a big big topic, so I'll trust what you suggest and go with
that. I do want to prepare for the future - the heater side of things
for example

KU50E Clip On TO220 Heat Sink 759 in Stock Ł0.39
N80AZ 10W 1x15V PCB Transformer 8 in Stock Ł5.99
thanks for the suggestions.

I'm looking forward to hearing how things are going -- feel free to
post back, or email. Good luck, and
I'll definitely post back on progress. I'll probably put this together
on a bread board first, and test each section in my spare time, so it
might be a while!

Thanks once again Chris. I'll be sure to give you credit on my web
site!

Cheers,
Mark
 
MarkMc wrote:
Hello again Chris


10K resistor R6 should be pullup, not pulldown. Its function is to
ensure turnoff when no current is being pulled from the emitter. By
that logic, it should go to +12V. In fact, if you leave it as a
pulldown, the LED transistor just won't turn off at all.
Woops. Yes, I should have known that. I managed to go through school
and college electronics and *never* managed to use a PNP transistor, so
this is my first application! Although electronics was always a
secondary subject for me, with Computer Science and Software
Engineering being my primary focus.

You might have more luck finding a 470 ohm resistor (standard value)
for R4 than 480 ohms (a typo, I'm sure).
Oops, yes, I meant 470.

When you calculate power
dissipation for the resistor, you have to subtract the voltage across
the LED and the saturated transistor. Let's say that there's 1.8V
across the LED, and 0.2V across the saturated ON transistor. That
leaves 10V across the resistor, which means about 21.3mA and .2128
watts. Actually, I'd think you can go with a 560 ohm resistor, and you
can save some power as well as not getting too close to the 1/4 watt
limit, especially if the LM7812 output voltage is a little on the high
side.
Is 1.8v drop pretty standard for an LED then? I didn't know what
values to use for the LED and c-e junction of the transistor, so I
erred on the side of caution and just used +12v. Should've used at
least 0.6 for the LED though, so that was a bit dumb of me.

I only have a set of E3 resistors, so I don't have 560. Perhaps I
should look to get a set of E12 to give me a few more choices?

As far as power requirements for the transformer, think expansion. You
want to have enough power so that, if you want to add another relay or
something else, you don't have to redo the power supply....
A friend of mine is in to d-i-y Valve hi-fi, and I nicked this cct from
him and simplified it for my own use, I guess it lost something in
translation. He had other types of cap in parallel with C2 IIRC.

I assumed that I'd just want as big a cap as possible for C1. I know
PSU's are a big big topic, so I'll trust what you suggest and go with
that. I do want to prepare for the future - the heater side of things
for example


KU50E Clip On TO220 Heat Sink 759 in Stock Ł0.39
N80AZ 10W 1x15V PCB Transformer 8 in Stock Ł5.99
thanks for the suggestions.


I'm looking forward to hearing how things are going -- feel free to
post back, or email. Good luck, and
I'll definitely post back on progress. I'll probably put this together
on a bread board first, and test each section in my spare time, so it
might be a while!

Thanks once again Chris. I'll be sure to give you credit on my web
site!

Cheers,
Mark
Hi, Mark. LEDs vary quite a bit as to their forward voltage drop.
Red/yellow/green vary all over the place from 1.5 to over 2.5V. White
LEDs typically have a Vf of around 3V. Infrared LEDs typically have
about 1.7V. The key is to try to work around variability. If you've
got the basic collection of resistors, try two 1K 1/4W in parallel.
That will do the job nicely (net 500 ohm 1/2 W).

Your friend's circuit is perfect for this application -- a small linear
7812-based power supply. I was just kibbitzing to give a hand with
component selection. If you're using a 12.6V transformer, you need as
big a cap as possible, to minimize ripple. That's because once you
subtract two diode drops, the peak voltage at the cap will be around
16.2V at nominal line voltage. If you have any drops in line voltage,
you'll get close to the (Vout + 2.5V) = 14.5V dropout voltage of the
7812 regulator.

The rule of thumb is that an 8300uF cap will give you one volt of
peak-to-peak ripple with a current of 1 amp. That means 10000uF for
1/3 amp will give you roughly 1/4 volt of ripple, which would do just
fine.

If you've got a 15VAC transformer, you'll have 19.6V peak after the two
diode drops, which means you can afford about 5V of ripple. A 2200uF
cap will give you a little over 1-1/4V of ripple, which is very safe.
The extra capacitance is basically just extra expense. Actually, I was
looking for and couldn't find a 1000uF 25WV electrolytic on the Maplin
website (I don't have a catalog).

All of this kind of assumes you really want to do it this way. After
you put a PC mount transformer, bridge rectifier, caps, and linear
regulator on your PC board, you've still brought line voltage out into
the box. I'd definitely recommend purchasing a wall wart with a linear
12VDC regulator built in. That will do the job, keep line voltage out
of the control box (always a good thing), and simplify things by quite
a bit. You'd just put a 100uF cap on the board where the power supply
is connected. Here's one from your friends at Maplin:

JC92A 12V 500mA Mains Adpt 5 in Stock Ł14.99

If you're etching a board, it's good that you're testing everything
first. Remember that you should use a bench power supply instead of
the wall wart regulator until you're sure everything's OK. The one
specified says it has thermal fuse protection, which helps prevent
fires, but is a little unforgiving if you have an accidental short
circuit on the breadboard.

Feel free to post again or email if you need a hand.

Good luck
Chris
 
Hi Chris

Ah, I had no idea LED's could vary so much. I'd imagine Infrared to
differ, but not between colours...buy I'm sure there's a perfectly
valid reason for it.

Thanks for the info about ripple - I'm beginning to vaguely remember
something about P-2-P and RMS and smoothing etc from school.

I already have a 12v 400mA DC regulator, which I could use, but I still
need to take a mains line in through the relays to drive the pump and
later, the heater, so I fugured, what the hell?

What I planned to do is put the transformer, relay driver and pump
mains connectors in one box, and have the 12v, gnd and control signals
go off to another box containing only the logic and all at 12v. Of
course, the biggest headache is where to place the mains voltage box,
and all the mains leads and connectors, with so much water and steam
around the place.

My outbuilding which I intend to use as the brewery is in fact in two
halves, separated by a brick wall. My current plan is to house the
mains box in the non-brewery half, and have the mains flex just run
through the wall, to/from the boiler, pump etc, and connect via
waterproof connectors inside the brewery half. The control logic could
live inside the brewery section, probably fixed to the brewery rig
itself for convenience. Only problem is that I intend to use a pump
controller to vary the speed of the pump, and this is an off the shelf
(trica based whatever that means?) 240v unit...

Any thoughts/suggestions on this?

Cheers,
Mark
 
MarkMc wrote:
Hi Chris

Ah, I had no idea LED's could vary so much. I'd imagine Infrared to
differ, but not between colours...buy I'm sure there's a perfectly
valid reason for it.

Thanks for the info about ripple - I'm beginning to vaguely remember
something about P-2-P and RMS and smoothing etc from school.

I already have a 12v 400mA DC regulator, which I could use, but I still
need to take a mains line in through the relays to drive the pump and
later, the heater, so I fugured, what the hell?

What I planned to do is put the transformer, relay driver and pump
mains connectors in one box, and have the 12v, gnd and control signals
go off to another box containing only the logic and all at 12v. Of
course, the biggest headache is where to place the mains voltage box,
and all the mains leads and connectors, with so much water and steam
around the place.

My outbuilding which I intend to use as the brewery is in fact in two
halves, separated by a brick wall. My current plan is to house the
mains box in the non-brewery half, and have the mains flex just run
through the wall, to/from the boiler, pump etc, and connect via
waterproof connectors inside the brewery half. The control logic could
live inside the brewery section, probably fixed to the brewery rig
itself for convenience. Only problem is that I intend to use a pump
controller to vary the speed of the pump, and this is an off the shelf
(trica based whatever that means?) 240v unit...

Any thoughts/suggestions on this?

Cheers,
Mark
Hi, Mark. As long as your power supply is regulated, everything sounds
OK. I would guess it's time to put something together and see what
happens. Possibly you'll be finished, ready to go to the next
improvement (sounds like the heater controller is next), or possibly
you'll have hangups that will lead to new questions. Fire, ready, aim.
Make smoke and have fun.

Chris
 
Cheers Chris

I'll put an order together and get the parts I need and make some
smoke!

I'll let you know how I get one.

Thanks a million.

Cheers,
Mark
 

Welcome to EDABoard.com

Sponsor

Back
Top