Hi @berkseo. Thanks for the suggestion, but could you describe in more detail? As for my TODO list, there is already a task to add 485 interface to the gateway. My latest device "xRoom" have this interface.
ps/ Where have you gone?
I have been working on "xRoom" shield. A small announce:
Do you remember the discussion about multinode? So, it will be available soon))
The final version of the boards contains few notable improvements
Removed the PCB under the ESP8266 antenna. The previous design had PCB + Ground Plane, which resulted in VERY low reception. It worked just few meters away from the router.
Removed the Temperature Probe - On the one hand - it does not really measure real temperature, on the other hand it populates the Single Analog port, and makes it unavailable for other usages
Added place for an optional LDR (in case the Analog port is not used - one could add an LDR for added value)
The connection between GPIO 16 and RST (Deep Sleep) is not bridged via a 0603 0ohm resistor (jumper). Depending on application it may be enabled or not
Added a Power 5V line. That is - controlled via a SOT232 mosfet and one GPIO. This way you can connect power hungry modules and then turn them on or off. There are small mosfets rated ~ 2-3 amps for couple of cents.
The big 12mhz crystal for the CH340G was replaced by a small patch ceramic oscillator to save space
Added an additional mounting hole
Added additional test pads for the unused GPIOs
Added one Diode in series with the power to the WS2812B LED. It turned out, when powered directly via a USB Battery bank, the voltage can be 5.30-5.40v. And apparently WS2812B, does not light if VIN is > 5.15V. So putting a generic small Diode would drop 0.3-0.4V
Here is how the latest design looks like
@mr_red
I have a zipped snapshot of all the 3d step/wrl models that I used to build my projects so far. It was quite some work to gather them all and align with the footprints using the kicad stepup tools. It's not complete - still needs some more work:simple_smile: but it should help you or anyone else to get started into MCAD integration using FreeCAD and kicad stepup tools. Maybe it's not very easy to start when using free tools but hey they are "FREE" so we cannot ask for more. But the nice thing is that once you get used it will be really easy to do your stuff and to go forward. Oh and FreeCAD can be so powerful after you learn it - I was really amazed what you can do with it(it has it's quirks and downsides but once you master it - oh, well...).
There's also: https://www.onshape.com/ - pretty powerful this one too and it has more advanced features than FreeCAD but the downside is that it's a cloud based solution: it's free for public documents but you never know when they will go to paid accounts only so yeah...I don't really like the idea to depend on something that it's hosted and the application is not on my PC along with the documents that I create with it. Cloud solutions have their flexibility but you're locked and you depend entirely on that hosted service.
Ok, enough talking...I uploaded the zip file here: http://www.mediafire.com/file/kzh1l9uo40cpj1u/kicad_stepup_packages.zip
@TON-RIJNAARD You need to select the board based on the bootloader you have flashed. Complile the code in Arduino and try burning the hex file using a programmer (USBasp, AVRISP, etc..) if are facing issues with Arduino.