Mysensors 2.0 ethernet gateway (W5100) build.
License:
Attribution-ShareAlike (CC-BY-SA)
Created:
8 years ago
Updated:
8 years ago
Views:
9405
2 Collect
15 Comments
Share
133 Download (1.73 MB)
Make a donation to sundberg84

I recently build and updated my gateway for Mysensors to the new version 2.0 and wanted to share my experience and pictures if anyone in the future are going for the same build.

Also along the way I have been working with Mysensors i learned a couple of things i wanted to implement in the new gateway.

  1. As i heard many times from petewill, and I totaly agree - build modular. I have learned that working with DIY you always want to enchance or exchange something, do something better and if you build everything so its easy to change parts it will help you alot in the future.

  2. AWI showed some great tips with metalic cases, and I have also experience better radio performance using a metalic case. Don´t forget to ground the metalic case.

  3. Using a nrf24l01+ with external power supply (or not powered from the arduino) to enhance range and staility.

Well, here we go:

I got a 100x100x43 cm aliminium case from ebay and here is my first tip - dont buy to small case! I was even thinking buying this case - well here is plenty with space... NOPE! (See pictures below). If you are going to build modular - expect it will take up some space.

enter image description here

I planned everything out and cut the case for ethernet jack, power in, leds and a on/off switch. Hot glue is great! I glued the ethernet module to the bottom of the case after adding som insulation tape between the module and the case.

enter image description here

Before adding all components to the case, do a breadboard layout first. Like always, it didnt work the first time - and after checking my radio I had to go for a different one - you will not regret it.

enter image description here

My first "module" is the leds, one 5v in pin, leds, resistors and 3 leds out for the RX/TX/ERR pins.

enter image description here

I screwed my power switch to the case, and soldered pins to the switch. Now i made my second module, a "power" pcb with 5V. 3.3V and GND pins. As you see in the last picture there isnt much room left after all wires are added.

enter image description here

I uploaded standard sketch from MySensors lib. I excluded unclusion button since i use Domoticz.

Wiring is the WizNET (W5100) Ethernet module and leds is from Advanced Gateway Options

Finised and working great.