Graham93
Photos & videos
Search results
23 posts · Page 2 of 2Graham93
The box is packed with cotton wool which is surrounding the element and soaked in smoke fluid (in this case baby oil) but leaving a passage through the center for air flow. I'm waiting for a couple of air pumps to arrive but I've used the old smoker unit pump again to demo the smoke and pulsing, (makes good smoke rings too)😊
The element is capable of taking 4.5v, but I'm only using 2v for the test and it smokes quite well. The pump is running on 7v but can be varied from around 3v - 8v. The large tubes are to allow for later exhaust fitting (water or dry stack). Once I get the air pumps I'll be running this one with the water again. I've done this (like Grahams version to be able to easily replace the element as the Heng Long smokers, while working ok (but noisy) have non replaceable elements, so if you kill one, it's off to file 13 at the end of the bench😉😁
The pump actually works quite well and if you mount it on sponge rubber it is reasonably quiet and could still be useful in a boat with a bit of interior room.
- Graham93Vice AdmiralHi Elsrickle,
Re: Can you give me more info on the electronic lash up you have made for the pulse circuit working from the motor speed control and the electric circuits for the e cig and pump.
The attached drawing shows a block diagram of the electronics. The 'smoke pulse generator' is a PIC10f220 microchip programmed to measure the pulse width of the throttle channel from the receiver. This width is used within the PIC to generate an output signal which is in effect the on/off waveform for the air pump driving the smoker to produce smoke pulses. The higher the throttle setting, the shorter the off time of this output signal and hence the more frequent the smoke pulses. This signal is connected to the PWM speed controller to control the pump speed. In the first iteration of the circuit, the PWM speed control circuit was built with two 555 timer chips and a bunch of discrete components. The second iteration, put together today, replaces the 555 timers and all the discrete components with a second PIC10f220 chip.
I'm still working on the settings and timings for these circuits adjusting the pulse widths, pump minimum and maximum speeds, etc to try and get a more realistic effect.
Graham93Liked by Martin555
- redpmgCommodoreTold you to get on with a new project before you sank the ship........ Interesting that Bluebottle is still around - so which one are you ??????? Next thing you will be talking about Iceland Parrots (aka wheels-up) . What were you putting in the smoker ..............
I did not connect the fan powered smoker unit as I ran out of silicone tube, but the result should be the same as the last vid but with 'spitting' water. Using the smoker pump for water is not perfect as it would need sealing properly, and it's cumbersome, but you will get the idea. I have ordered a couple of small air pumps, so might have another crack when they come. I'll use them at the exhaust to disrupt the water flow if they are powerful enough, rather than use the smoker pump.
- jbkiwiFleet AdmiralRe - As the saying goes good one Cyril
Thanks peter, not quite perfect but it's certainly heading in the right direction. At least it might get people thinking about something different to try with their boats, which if tuned right, might give them extra Brownie points at the pond. Would also be even better with a good sound unit! I'm sure someone will come up with a good idea to refine it sooner or later, (probably on the long drop at 2 in the morning!😁😂!) If I can refine it more, I'll post the results.
JBLiked by Martin555
- RookysailorRear AdmiralNice work jb, looks like boiling water coming out of the pipes....😉
Cheers, Peter (Rooky) - jbkiwiFleet AdmiralRe- I vape and i make my coils and e-liquid.
And just what are you growing in your back yard to make the afore mentioned liquid Martin?
Now we know where all your 'interesting' ideas come from😉😊😂 Good info BTW, found a chart a guy here has done with different wire sizes and resistance calcs.
JBLiked by Martin555
The search continues😀
- Martin555Fleet AdmiralMore smoke and less water and you've cracked it!
How you will manage to get the water to just spit out in bits/pulses will be the biggest challenge I think.
As you said you can blow more smoke in.
Martin555.Liked by jbkiwi and Rookysailor
- vaderswarLeading SeamanhI grandadave, if you are talking about the prop going forwards and backwards, then it is the speed controller that handles that. I just put a mtroniks 15amp esc in it and that handles the forwards and backwards no problem. After that it is sorting out the transmitter or just get a cheapy car one off ebay as they have forwards and backwards on them. regards steve
Re: I was wondering if adding propylene glycol might make a difference.
Don’t know what effect this would have. I’ll be interested to hear what happens if you try it. I find I have plenty of smoke using plain vegetable glycerine and I can increase or decrease it by adjusting the power to the smoker coil.
Graham93
Re:Had a look on the Microchip site, basic kit not too expensive but, as so often, the stuff you need to make it work well ain't so cheap☹️
I just use the PICKit2, which was cheap, and the free development software. The software lets you run a simulator on the PC where you can monitor your code, single step, set a breakpoint, etc. You can also monitor and change variable values. Some of the more sophisticated PIC16f chips allow you to debug your code running in the target hardware using the PICKit2 as the debug interface to your PC.
Graham93