Wireless Recycled Reef Controller

   Home   |   Recent Edits   |   Search   |   Edit this page

GettingStarted -|- NewS -|- HOWTos -|- DownLoads -|- SoftWare -|- Input - One_Wire_Sensors
Output - 1_Wire_Control -|- X-10_Control -|- ABout




This is just technical information. Most of the sensors/actuators are available from hardware vendors pre made, kits or bare boards.



http://www.maxim-ic.com/appnotes.cfm/appnote_number/1796

1 Wire Devices is a line of IC's from Maxim. The idea behind 1 Wire is that you can create a sensor network using ordinary telephone cords (though for larger networks CAT 5 is recommended). Typical applications only requre 1 Wire for data, there is also another one for ground, but in ground plane design that wire is not counted.

Each 1 Wire Device as a unique serial number assigned to it (much like a MAC address on an ethernet card). Also with in ROM of the device is a device type, a family code that can easily be referenced to what the device is capable of doing.

In choosing a 1 Wire design, it is just a matter of plugging in sensors and modules as the user chooses. There is no real limit of number of ports other than physical properties of your wiring, network size (such as delays over long distance), and speed of your communications.

Here is a very good basic explanation of how the 1-wire network funcions. It explains the conceptual basis for the 1-wire microlan.
http://www.arunet.co.uk/tkboyd/e1dov.htm

Here is a handy table of 1-Wire Devices:
http://owfs.sourceforge.net/ow_table.html




I've successfully tested the interface for ph/orp/salinity, not with the probes yet, but the actual part that gives me the readings. Temperature sensors, a digital switch (which is the base for turning things on and off or input such as a float switch), and a light sensor.

-
1 Wire is the Maxim/Dallas name for their MicroLAN technology.
  • pH_Sensors
  • COnductivity aka Salinity
  • HUmidity
  • WaterLevelSensor
  • TEmperature - Tested and working.
  • CO2 Sensor
  • PhotoRadiation - Tested and working. I used:
    http://www.hobby-boards.com/1wireboards/sr2-r1_solar_radiation.html



  • Page Hits: 6341