Project: BBQ/Smoker Controler
Chuck Rice
Posts: 210
I am not finished with my Smoker Controller, but I have much of the design done and a lot of the parts collected and assembled. I am still working on the software, but portions of it work.
I thought I might take a checkpoint here and ask for some design review. Mostly I want to make sure that I am not heading down the path to self destruction! [noparse]:)[/noparse]
Comments? Suggestions? Dangers?
See the design parts in the main spin file. It uses the parallax font, so I cannot post it.
Edit: I updated the source code. It is much more complete now. Still need to tweek it a bit.
Post Edited (Chuck Rice) : 7/3/2008 6:40:39 PM GMT
I thought I might take a checkpoint here and ask for some design review. Mostly I want to make sure that I am not heading down the path to self destruction! [noparse]:)[/noparse]
Comments? Suggestions? Dangers?
See the design parts in the main spin file. It uses the parallax font, so I cannot post it.
Edit: I updated the source code. It is much more complete now. Still need to tweek it a bit.
Post Edited (Chuck Rice) : 7/3/2008 6:40:39 PM GMT
Comments
as far as a can see from the pictures it is pretty good.
Some ideas about checking:
what is the force needed to turn the valve connected to the servo?
Can the servo produce enough force?
is the valve in the middle the electromagnetic driven valve you mentioned in an earlier posting?
if i remember right you want to use it as emergency shutt off. I would check the proper closing in various situations
power get's lost suddenly.
supply-voltage get's down slowly
drive down the powersupply to find out when is it closing completely
open/closing of the valve in all kind of mountingpositions horizontal, vertical, any degree inbetween, overhead
for more security may be adding a gassensor that gives alarm if propane OR BUTANE is detected
what happens if some dismounts the low-pressure-regulator and:
- deadman-valve stays opened only the needle-valve is closing
checking does the deadman-valve NEED i high pressure to close
or does it close without pressure ?
best regards
Stefan
The force to turn the valve, is low, now, but it is new. It might stiffen up with age. That is why I chose the sail winch servo. They are quite powerful, and they can turn 2 to 4 full revolutions.
Yes, the valve is the one I mentioned before. It should function as a deadman. Thanks for the testing suggestions. It opens and closed with no pressure.
I updated the design and software in the first post of this thread with the changes I made this weekend. Thanks for your help.
University Football Team songs. Like Boomer-Sooner.
Doors - Light My Fire
and maybe others. I need to know the Note, Octive, and Duration of each not in the song. For example:
Camptown Racers, Happy Birthday, and B-I-N-G-O, just are not doing it for me. [noparse]:)[/noparse] All my searches are finding are ring tones and sheet music.
Sheet music should give you the information you need. Go to wikipedia and pull up the page on how to read sheet music. It's not like you have to perform it, just translate it to numbers. It's not that hard.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I've been following your project with interest.
I can put that song into a MIDI or BIAB format if you like or just give you the chords or all options. I downloaded a BIAB www.pgmusic.com/ version and did a sample for you. If it's any good to you I can convert the whole thing and send it to your inbox.(it's too long to post)
You could also use the Hydra MIDI sound engine.
Light My Fire Example:
Example of Light My Fire converted to the Hydra dense Music Format (HDMF)
More on HDMF:
http://forums.parallax.com/showthread.php?p=652719
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Aka: CosmicBob
Post Edited (Bob Lawrence (VE1RLL)) : 7/3/2008 1:38:53 AM GMT
Thanks Ken, but I tried that. It did not turn out to be that simple. Attached is the first page (of 8) of the score I found, but there are too many notes. I went through all 8 pages, but I could not pull out the simple "Come on Baby Light my Fire" that I was looking for. This is just for fun, so I am looking for simple.
I will update the software to the latest version (see the code in the first post of this thread). I have everything pretty much working now, except for the pilot-light/piezo-ignition (not sure which I ill use yet). Still searching for a good solution there.
The midi may have what I need. I take it that the Pitch = B 2 is the note and octive. Notes with the same time play at the same time (I guess) but where is the duration of the note? Am I close?
tomscarff.tripod.com/midi_analyser/midi_note_frequency.htm
The standard tuning pitch is A4 (A above middle C)
Midi Note : 60 261.6255653006
MIDI Note Numbers for Different Octaves
tomscarff.tripod.com/midi_analyser/midi_note_numbers_for_octaves.htm
You have timing info above - time mS (millisec)
Also,
I believe you only need the Hydra book and CD to get the HDMF engine. I only found out about HDMF a few days ago and have not used it yet.
Another option is to convert the MIDI file to a wave file if you want to play back a wave file. I can convert it if required.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Aka: CosmicBob
I must be missing something. If the time ms column is the note duration, that means that the first note is 9.929 seconds long.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
In case you did not know a MIDI Note ON message with a Velocity of 0=Note Off. An actual Note ON message will have a velocity > O
This allows MIDI to send a single status message (Note On) then a string of Note On or Note off messages without haveing to send the Status byte for every note. Only when something changes like Channel number or some other type message do you have to send the status byte again.
Craig
Here is the result: