Skip to content
  • 💬 Serial Relay Board (RS-12)

    OpenHardware.io homeautomation
    3
    0 Votes
    3 Posts
    1k Views
    Cláudio RegisC
    Hi @mr_red, thanks for posting. I already had change this, your advice was nice for me. Safety First! haha.
  • 💬 vESPrino - The IOT Dongle

    OpenHardware.io homeautomation iot esp8266
    3
    0 Votes
    3 Posts
    2k Views
    Vladimir SavchenkoV
    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 [image: boards_r5a.jpg]
  • 0 Votes
    22 Posts
    6k Views
    X
    Let me complete the example given for the node when you use V_IR_SEND. In order to send IR codes you need to transform the code in an unsigned long: char ircode[11] = {0}; // in case your code takes the form of 0xE0E0FF0F ... if (message.type == V_IR_SEND) { String hexstring = message.getString(); hexstring.toCharArray(ircode, sizeof(ircode)); ... // get the code as an unsigned long unsigned long code = strtoul(ircode, NULL, 0); // with IRLib send the code to TV sendSAMSUNG(code); ... Very simple, ** but is hard to find an example**!
  • Home Automation

    OpenHardware.io alarm mysensors homeautomation contest2016
    7
    1 Votes
    7 Posts
    4k Views
    A
    Good job, what is your antenna on this pic ? https://www.openhardware.io/uploads/56f2b419b65656da7cacd69c/394/Gateway_ext.jpg

22

Online

11.7k

Users

11.2k

Topics

113.1k

Posts