Author Topic: Water Heating Controlled by a Classic 150  (Read 45542 times)

0 Members and 1 Guest are viewing this topic.

ruarangifarm

  • Newbie
  • *
  • Posts: 6
  • Country: nz
Re: Water Heating Controlled by a Classic 150
« Reply #99 on: September 27, 2015, 07:19:39 PM »
Yes, Arduino rings a bell but I've never touched one.
It might be time to do so.
Cheers

MattM

  • Hero Member
  • *****
  • Posts: 1171
  • Country: us
Re: Water Heating Controlled by a Classic 150
« Reply #100 on: September 28, 2015, 09:47:34 PM »
 Go visit Micro Center or Fry's.  They have many different kid.  You probably want the project kit around $120 I believe.

OperaHouse

  • Hero Member
  • *****
  • Posts: 1308
  • Country: us
Re: Water Heating Controlled by a Classic 150
« Reply #101 on: September 29, 2015, 12:12:16 PM »
I would avoid spending more than $10 for one.  Get a clone for $7 from China shipped.  It will take 2 weeks to get and in the meantime download the development system and try to compile a very small program.  If you can't download the developer and get something to compile there is no sense in ordering a board. Everyone wants to add displays wifi and everything else to one and that is a serious misuse.   You quickly run out of pins to do anything useful.  I have two blinking LED for status on my entire house system.  These are for nice simple stand alone tasks. 

MattM

  • Hero Member
  • *****
  • Posts: 1171
  • Country: us
Re: Water Heating Controlled by a Classic 150
« Reply #102 on: September 30, 2015, 01:25:23 PM »
The project kit is a package of boards and components.  Its meant to be useful in multiple projects .

dgd

  • Jr. Member
  • **
  • Posts: 68
  • Country: nz
  • Never do today what can be done tomorrow
    • Lory Link
Re: Water Heating Controlled by a Classic 150
« Reply #103 on: October 02, 2015, 03:34:11 AM »
...
  Everyone wants to add displays wifi and everything else to one and that is a serious misuse.   You quickly run out of pins to do anything useful.  I have two blinking LED for status on my entire house system.  These are for nice simple stand alone tasks.

Hmmm... maybe so for the lowest spec arduinos with just 2k or so of ram - the UNO and nano etc.. ideal for simple tasks, but they can be used to implement higher computing functions such as data analysis, simple graphics, ethernet, web serving etc.. 'serious misuse' I think not.. maybe challenging but entertaining to get the C++ code tight and efficient to run and run fast.

OK, the better spec Mega or DUE can do some serious computing and web servers, wifi, multiple serial IO, better data storage methods are all easily implemented because of the additional ram, program flash etc.

In any case ruarangifarm would have a significant learning curve to reach a stage where an Arduino system could achieve the water heating management.
« Last Edit: October 02, 2015, 03:40:50 AM by dgd »
Off grid since 4/2000
Midnite C150,C250,Clipper, 2.8Kw PV, 2Kw turbine,1025Ah24v FLA (1999), SW3024E (1997), 3q16 48v300Ah LiFeYPO4 6Kw OzInverter, Arduino DUE web monitor.

OperaHouse

  • Hero Member
  • *****
  • Posts: 1308
  • Country: us
Re: Water Heating Controlled by a Classic 150
« Reply #104 on: October 02, 2015, 11:17:20 AM »
Yea, like I said serious misuse.

DamonHD

  • Administrator
  • Super Hero Member Plus
  • *****
  • Posts: 4125
  • Country: gb
    • Earth Notes
Re: Water Heating Controlled by a Classic 150
« Reply #105 on: October 02, 2015, 11:23:52 AM »
I am currently in the situation where for the remote IoT sensor/control modules we're developing the radio/comms embedded CPU, or even sometimes the sensor embedded CPU, is often considerably more powerful than the ATMega328P that we're using as our 'main' CPU, but each time that happens there has to be a good reason IMHO, else the design is unbalanced and dogs are being wagged by tails.  If you need Internet then you should use something more like a Raspberry Pi.  If you want very low power, simple sensors and output controls, and a couple of LEDs for output then Arduino UNO is more like it.  Don't mix them and end up unhappy.

Rgds

Damon
Podcast: https://www.earth.org.uk/SECTION_podcast.html

@DamonHD@mastodon.social