Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. ZachFlem
    3. Best
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Best posts made by ZachFlem

    • My Home Automation Journey

      Hi Folks!

      I'm just starting out on my journey, and I'm going to be floating around here, probably asking stupid questions and generally trying to get my head around the whole thing.

      So some details of my build:

      Controller: MyController
      Part of the reason for this choice was because I have a friend that is currently using this controller, and let's face it, sometimes it's nice to have someone to bounce ideas off and to try out different things on a known working system etc.

      I'm currently running this on an old laptop that I've built using the Ubuntu server image, and have the controller software running along side the usual SSH etc as well as a LAMP stack for hosting my family intranet. Most of the admin duties are handled by Webmin using the web based GUI.

      Gateway: Arduino Mega & W5100 Ethernet Shield
      Should be pretty self explanatory, but I opted for the mega due to the extra IO available on it. And using cheaper Chinese clones, the price is down to around $15 per gateway.
      I'm not using wireless nodes, and my house isn't huge so should only require 2 gateways inside, along with another outside in the shed (there is an existing wireless bridge to the shed that it sits on)

      Topology: Multiple Star Wired
      Due to the size and layout of my house, I've opted (but not locked myself into) a dual zone star wired topology. One end of the house has the living area and kitchen. The other end has the bathroom and bedrooms etc.

      So Far...

      This whole project came about because of 2 things.

      1. I wanted a better way of controlling my watering system.

        This was the first step, as it was the least intrusive way to start playing around. I only want to control the sprinklers in my front and back lawn, so 2 zones. So I've got the ethernet gateway running in the shed with a 2 ch relay board hooked up and everything is going great.

      2. Light and Fan control in the toilet

        The price of conventional switches to control the off delay on the fan in my toilet was more than I wanted to pay. So I started to look at other options, and ended up here. I'm currently going through a process of converting all the lighting in my house to low wattage LED down lights that are connected to a standard plug-in base, the aim is to create an intermediate connection, using standard AUSTRALIAN 3 pin plugs and sockets.

      My Plans

      I've had some temp/humidity sensors delivered, so I'm going to have a play with those, and I'm going to have a look at eventually controlling my air conditioning.

      Look forward to updating you with more progress soon.

      posted in My Project
      ZachFlem
      ZachFlem
    • RE: Back to Basics - Arduino MEGA + NRF24+LNA + W5100 Shield

      Evening @mfalkvidd

      do you have more than one W5100 running at home? All W5100 need to have a unique mac address.

      This is the only one currently. I'm aware of the need for unique MAC addresses and have a schema in place to cover this.

      Could ypu post the full debug log?

      Sure! This is the first 3 bursts that appear, anything after this just increases the TSM:FAIL:CNT=X count

      I'm not even getting the ETH:FAIL errors now =(

      0 MCO:BGN:INIT GW,CP=RNNGA---,VER=2.2.0
      3 TSM:INIT
      4 TSF:WUR:MS=0
      11 !TSM:INIT:TSP FAIL
      13 TSM:FAIL:CNT=1
      14 TSM:FAIL:DIS
      16 TSF:TDI:TSL
      10018 TSM:FAIL:RE-INIT
      10020 TSM:INIT
      10028 !TSM:INIT:TSP FAIL
      10030 TSM:FAIL:CNT=2
      10032 TSM:FAIL:DIS
      10034 TSF:TDI:TSL
      20036 TSM:FAIL:RE-INIT
      20038 TSM:INIT
      20045 !TSM:INIT:TSP FAIL
      20047 TSM:FAIL:CNT=3
      20049 TSM:FAIL:DIS
      20051 TSF:TDI:TSL
      
      posted in Troubleshooting
      ZachFlem
      ZachFlem
    • RE: Back to Basics - Arduino MEGA + NRF24+LNA + W5100 Shield

      @mfalkvidd

      I've got the following:

      3v-----------RED------------V+
      GND-------BROWN------GND
      49----------WHITE--------CE
      50----------PURPLE------MISO
      51----------BLUE-----------MOSI
      52----------GREEN--------SCK
      53----------BLACK--------CSN

      0_1552300097156_nodeGateway.jpeg

      posted in Troubleshooting
      ZachFlem
      ZachFlem