Page 1 of 7 123 ... LastLast
Results 1 to 10 of 70

Thread: DIY LCD display temp/fan controller etc.

  1. #1
    Cleaner Shrimp


    Achievements:
    5000 Experience PointsOld Timer award!

    Join Date
    Feb 2007
    Location
    Cleethorpes, NE Lincs
    Posts
    746
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default DIY LCD display temp/fan controller etc.

    Hi guys,

    As some of you who were around in the early days of my marine keeping lark will know im a b*gger for having a go at DIY and saving a few quid etc.

    Ive got a couple of PIC 18F2455 chips laying around along with a 2 line LCD and various electronic bits n bobs.

    After looking about, I thought that when I get my new tank I want to make it look a BIT neater than having the old floating tube type thermomiter in the tank where you can guarantee it'll be floating all over the tank about 30 seconds after youve stuck it to the glass :rolleyes:

    My plan is to have 2 temp probes, 1 for water temp and the other will be for reading the temp in the hood as I will be having a hood on this tank (not sure if its open backed or not, I forgot to ask Andy!)
    But if its enclosed all around, even with just T5's in there, it could get a wee bit warm etc so I will have a couple of PC fans mounted (neatly lol) into the rear of the hood and also connected upto the PIC chip.

    What will happen is, depending on if either of the temp probes hits the max level on temp, it will turn on the fans to either cool the water by blowing the fans over the surface or circulating the air in the hood to stop it geting too warm under the hood.

    Will also be adding a few buttons to the project so that I can adjust the min/max values on both the hood and water temp start/stop values etc.

    So at the mo, ive dusted off my PIC programmer and just wrote a little LED flasher code for the chip to 1. make sure the chip works still & 2. to make sure im not THAT rusty I just ended up blubbering at a blank screen lol!!

    Will post pics as I go along and if anyone is into PIC programming etc and wants the code etc once its done, i'll gladly send it to you.

    Mark.

    PS. the PIC chip im using is a USB chip used to communicate with a pc etc, so maybe (a BIG maybe) in the future, I could see about actually hooking up the project to the PC and have data sent back and forth. (but dont count on it, as Im not overly bothered about that part lol)

  2. #2
    johnl69
    Guest


    Default Re: DIY LCD display temp/fan controller etc.

    Sound like a good prodject, I have never tried programming PIC's to run an LCD is it easy to do?

  3. #3
    Neon Goby


    Electric Monk's Avatar
    Join Date
    Aug 2006
    Location
    Great Barford, Bedford
    Posts
    1,350
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: DIY LCD display temp/fan controller etc.

    Sounds a top project.

    When you get it working right don't forget to patent it and get it into production and charge us reefers 20 times more than it takes to make (we are used to that :eek::rolleyes::D)

  4. #4
    Cleaner Shrimp


    Achievements:
    5000 Experience PointsOld Timer award!

    Join Date
    Feb 2007
    Location
    Cleethorpes, NE Lincs
    Posts
    746
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default Re: DIY LCD display temp/fan controller etc.

    Quote Originally Posted by johnl69 View Post
    Sound like a good prodject, I have never tried programming PIC's to run an LCD is it easy to do?
    Pic programming isnt too hard really, as rather than trying to use something like asm to write the code, I use picbasicpro which is great because it makes things a lot easier (and also dont have to write 2 pages of code to do a simple command etc!)

    To run an LCD with the basic, it couldnt be simpler as the basic has its own LCDOUT command that does the main donkey work for you so you just tell it what you want on the screen and it displays it.

    Just make sure the LCD is an hitachi made one (which most are anyway)

    ElectricMonk:

    You sure you only would want me to charge 20 times? could make it 30 or even 50 if you prefered LOL!!!!!! :D

  5. #5
    Bamboo Shark



    Join Date
    Aug 2006
    Location
    durham
    Posts
    5,070
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Smile Re: DIY LCD display temp/fan controller etc.

    sounds a good idea.derek
    66ins by 60ins by 37ins deep. fish stock 7in moorish idol,9in blue face angel,6in blue face angel,6in regal angel, 4in powder blue,1 pair flame angels,3 bellus angels,12 alleni damsels,4in cleaner wrasse,1 pair red sea clowns, 1 Pair of wild percs and 1 Pair of black percs,1 fire clown,1 red sea clown, 2 orchid dottybacks, 3 yellow tangs,2 heteractis magnifica anemones,1 heteractis crispa, 2 red bubble tips.

  6. #6
    Cleaner Shrimp


    Achievements:
    5000 Experience PointsOld Timer award!

    Join Date
    Feb 2007
    Location
    Cleethorpes, NE Lincs
    Posts
    746
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default Re: DIY LCD display temp/fan controller etc.

    Will be hooking up the LCD to the PIC chip and coding some stuff to get some text displayed on the screen later this eveing after ive stuffed my face lol!
    If all goes to plan, i'll take a piccy of it breadboarded up and running with some text on the screen.

    Once thats working, then will pop to Maplins and pick up a couple of the temp probes ready for the next step.

  7. #7
    Cleaner Shrimp


    stegoodall's Avatar
    Join Date
    Aug 2006
    Location
    Morley, Leeds
    Posts
    714
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: DIY LCD display temp/fan controller etc.

    i was going to do a similar thing fo rmy computing a level project but went for something a lot easier in he end, basically a plug timer lol
    i used a vellemann usb experiment board, i think this had analogue inputs so you could use one of these and use the inputs for temp. used the digital outputs to control relays for switching the mains

  8. #8
    Cleaner Shrimp


    Achievements:
    5000 Experience PointsOld Timer award!

    Join Date
    Feb 2007
    Location
    Cleethorpes, NE Lincs
    Posts
    746
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default Re: DIY LCD display temp/fan controller etc.

    Yeah I was in 2 minds, as reading some of the forums I use for PIC programming I had seen that the 18F2455 type chips were a bit of a git to setup etc, but with the new versions of the software and assemblers etc, it was a breeze! (was amazed my flashing LEd worked first time lol!)

    Well, ive hooked up the LCD to the pic, and apart from 1 minor mistake on my part (ie, I had forgotten to actually supply the 5V to the LCD :rolleyes:) it worked first time! Amazing!
    I honestly thought I would be farting about getting the LCD to work for a while but luck was on my side lol.

    Went to Maplins and had to order a couple of temp sensors as per usual with our local shop they stock ****** all! So should be with me start of next week and then I can start tackling the temperature reading malarky ;)

    Anyway, here's a pic of the breadboard with LCD running nicely (and to show its my LCD, read the text on it :D)
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	breadboard-AT.jpg 
Views:	117 
Size:	48.5 KB 
ID:	2155  

  9. #9
    Great White Shark
    • Tangman's Livestock
      • Fish:
      •  4 Yellow Tangs, 1 Sailfin Tang, 1 Lipstick Tang, 1 Adult Emporer Angel, 1 Flagfin Angel,1 Copperband, 1 Pair of Gold Lined Maroon Clowns. 1 Radiant Wrasse,1Potters Angel, 1 Volriki Angel, 1 Cherub Angel,1 Cleaner Wrasse
      • Corals:
      •  All soft corals mainly leathers
      • Inverts:
      •  few snails and crabs, along with 5 Brittlestars and 2 Serpent Stars


    Tangman's Avatar
    Join Date
    Aug 2006
    Location
    York/North Yorkshire
    Posts
    21,375
    Thanks
    221
    Thanked 293 Times in 251 Posts

    Default Re: DIY LCD display temp/fan controller etc.

    Well done Mark when are they going to be in production m8 and how much will they be for forum members, maybe Macca could sell you some in the shop. HTH Twiggy:D

  10. #10
    Cleaner Shrimp


    Achievements:
    5000 Experience PointsOld Timer award!

    Join Date
    Feb 2007
    Location
    Cleethorpes, NE Lincs
    Posts
    746
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default Re: DIY LCD display temp/fan controller etc.

    Click here to register & remove adverts
    hehehe erm ive not even looked at what the final cost will be as ive had the pic chips and the LCD laying around for a while , but I will do a total once its done (just hope I dont scare myself with it lol!)
    To be honest, I think it would probably add up to more than just going out to buy a digital display temp sensor but then again, they dont have multiple sensors and the ones that can turn on and off fans are a fair bit more money than just the temp readers etc.

    If all goes to plan, and I can find the info etc, I could always see about expanding the system to read other stuff too (ie ph etc) but will need to do some serious research for those things.

Page 1 of 7 123 ... LastLast

Similar Threads

  1. Possible ich in display
    By twilla2382 in forum Diseases + treatments
    Replies: 3
    Last Post: 06-25-2011, 04:29 PM
  2. What temp do you run at
    By reefergeek in forum Salt Water Discussions
    Replies: 20
    Last Post: 03-10-2011, 08:46 PM
  3. Temp
    By pak1802 in forum Salt Water Discussions
    Replies: 2
    Last Post: 07-10-2010, 05:37 AM
  4. Temp controller
    By Zeus in forum Salt Water Discussions
    Replies: 4
    Last Post: 11-03-2007, 08:15 PM
  5. SG and Temp
    By Ricardo in forum Reef Chemistry Forum
    Replies: 2
    Last Post: 10-30-2007, 04:28 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •