Skip to content

OpenHardware.io

Discussions about projects created on OpenHardware.io.
527 Topics 8.3k Posts
  • 💬 MySensors RS-485 Universal Module

    rs485 485 mysensors button sensor wall plate
    5
    0 Votes
    5 Posts
    48 Views
    AnticimexA
    @YuryPol as far as I know, all licenses require some form of documentation. In all cases I know of, this is documented with the license or on the licenses official site.
  • 💬 Neotron 32

    1
    0 Votes
    1 Posts
    23 Views
    No one has replied
  • 0 Votes
    1 Posts
    28 Views
    No one has replied
  • 💬 jModule2

    contest2017 mysensors
    11
    0 Votes
    11 Posts
    3k Views
    A
    @Andrew-Currie Downloaded KiCad and used it to import jBoard2.brd and output .gbr files via Plots plus the .drl file. Checked using GerbView and uploaded to PCBWay. Hopefully this will now work...
  • 💬 NModule

    mysensors nmodule temperature door light pir humidity relay milight touch accelerometer
    89
    0 Votes
    89 Posts
    18k Views
    Nca78N
    @zmatokan said in 💬 NModule: @Nca78 Are you still working on this pcbs? i think it would be great to add a version that supports HiLink 220ac->5dc module on powerboard. No I'm not working on NModules anymore, I have a few old nodes using atmega/nrf24 but I switched to NRF5 for "basic" nodes now, and to ESP32 for more "advanced" stuff. NModule was designed for beginner and simple/riskless use, so I don't think adding high voltage option is a great idea, it's better to use an external power supply and connect the output to the powerboard.
  • 💬 No neutral power supply/relay board for in wall switch

    switch power supply
    19
    2 Votes
    19 Posts
    523 Views
    mtiutiuM
    @berkseo Yes, it's available here. The documentation is a little bit scarce I admit but if you understand Apache MyNewt and its build system it should be pretty straightforward theoretically. I will add more details when I have the time. The code was tested and it's in production. Works without a glitch so far.
  • 💬 Heatpump / airconditioner controller

    mysensors infrared heatpump contest2016
    7
    2 Votes
    7 Posts
    3k Views
    E
    I recently build successfully a mysensor node based on an Arduino Uno, a Robolink IR sensor and a Robolink DHT11 sensor. The last two from an Elektor sensor kit ever bought for my son when he was still interested by electronics :wink: . My controller is Home Assistant, so I did a merge of the given MySensors example sketch and the Home Assistant example sketch together with the DHT11 sketch. The airco is a Samsung one, so in the sketch you will find these defines uncommented. Replace by your airco manufacturer. People interested in building one, can find my sketch on https://github.com/ericvb/MySensorsArduinoSketches @ToniA a big thanks for the work to decode all these IR sequences!
  • 💬 MySensors Battery Relay

    2
    0 Votes
    2 Posts
    50 Views
    I
    Thanks for sharing. How did you get low current while still checking messages frequently enough? Or do you only check for messages every hour or so?
  • 1 Votes
    17 Posts
    3k Views
    jeremushkaJ
    Hello Berk, Is it possible for you to share your schematic for this project please? especially the power part?
  • 💬 Controll Shutter via Remotecontroll

    2
    1 Votes
    2 Posts
    498 Views
    refh hrefR
    Brother can we "PAUSE" the video with this remote when we making video recording, please reply brother..
  • 0 Votes
    1 Posts
    35 Views
    No one has replied
  • 💬 NRF52832 1 channel control plate for in wall switch

    5
    0 Votes
    5 Posts
    79 Views
    mtiutiuM
    @jeremushka Same software can be used. The pin definitions need to be changed though.
  • 4 Votes
    51 Posts
    15k Views
    Puneit ThukralP
    @scalz May I request you to share your code for it please. Thanks
  • 💬 STM32 Ethernet-RS485 MySensors Gate

    stm32 ethernet rs485 mysensors
    1
    0 Votes
    1 Posts
    30 Views
    No one has replied
  • 0 Votes
    2 Posts
    49 Views
    Puneit ThukralP
    Hi, I complied your code for NRF51822 chip but I am getting the following errors at compile Arduino: 1.8.11 (Mac OS X), Board: "MyBoardNRF5 nRF51822, 16 kB RAM, 256 kB flash (xxaa), None, Crystal Oscillator" WARNING: library LIS2DW12-master claims to run on stm32, avr, sam architecture(s) and may be incompatible with your current board which runs on nRF5 architecture(s). /Users/puneit/Google Drive/MySensor/NRF51822/doorsensor/doorsensor.ino: In function 'void board_Init()': doorsensor:417:3: error: 'NRF_NFCT' was not declared in this scope NRF_NFCT->TASKS_DISABLE = 1; ^ doorsensor:419:13: error: 'struct NRF_UICR_Type' has no member named 'NFCPINS' NRF_UICR->NFCPINS = 0; ^ doorsensor:421:3: error: 'NRF_SAADC' was not declared in this scope NRF_SAADC ->ENABLE = 0; ^ doorsensor:422:3: error: 'NRF_PWM0' was not declared in this scope NRF_PWM0 ->ENABLE = 0; ^ doorsensor:423:3: error: 'NRF_PWM1' was not declared in this scope NRF_PWM1 ->ENABLE = 0; ^ doorsensor:424:3: error: 'NRF_PWM2' was not declared in this scope NRF_PWM2 ->ENABLE = 0; ^ doorsensor:425:3: error: 'NRF_TWIM1' was not declared in this scope NRF_TWIM1 ->ENABLE = 0; ^ doorsensor:426:3: error: 'NRF_TWIS1' was not declared in this scope NRF_TWIS1 ->ENABLE = 0; ^ Multiple libraries were found for "Wire.h" Used: /Users/puneit/Library/Arduino15/packages/sandeepmistry/hardware/nRF5/0.6.0/libraries/Wire Not used: /Users/puneit/Documents/Arduino/libraries/Wire Multiple libraries were found for "SPI.h" Used: /Users/puneit/Library/Arduino15/packages/sandeepmistry/hardware/nRF5/0.6.0/libraries/SPI Not used: /Users/puneit/Documents/Arduino/libraries/SPI exit status 1 'NRF_NFCT' was not declared in this scope Invalid library found in /Users/puneit/Documents/Arduino/libraries/ESP8266SdFat: no headers files (.h) found in /Users/puneit/Documents/Arduino/libraries/ESP8266SdFat Invalid library found in /Users/puneit/Documents/Arduino/libraries/SoftwareSerial: no headers files (.h) found in /Users/puneit/Documents/Arduino/libraries/SoftwareSerial Invalid library found in /Users/puneit/Documents/Arduino/libraries/ArduinoHwNRF5-master: no headers files (.h) found in /Users/puneit/Documents/Arduino/libraries/ArduinoHwNRF5-master Invalid library found in /Users/puneit/Documents/Arduino/libraries/arduino-nRF5-master: no headers files (.h) found in /Users/puneit/Documents/Arduino/libraries/arduino-nRF5-master Invalid library found in /Users/puneit/Documents/Arduino/libraries/ArduinoBoards-master: no headers files (.h) found in /Users/puneit/Documents/Arduino/libraries/ArduinoBoards-master This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.
  • 💬 PIC16F877A Kit

    pic16f877a kit mcu pic
    2
    0 Votes
    2 Posts
    31 Views
    NeverDieN
    I'm curious about PICs. Do you like PICs more than AVRs, and if so, why?
  • 💬 Nordic-Switch

    iot lighing ble nrf52832 dimmer
    1
    0 Votes
    1 Posts
    28 Views
    No one has replied
  • 💬 MP1584EN DC-DC Buck Converter Power Module

    powermodule iots
    1
    0 Votes
    1 Posts
    23 Views
    No one has replied
  • 💬 SPDT 12VDC 10A Relay Module

    iots relay
    1
    0 Votes
    1 Posts
    23 Views
    No one has replied
  • 💬 ESP WaterMeter

    esp esp8266 arduino fumée bleue jeedom domoticz
    1
    0 Votes
    1 Posts
    39 Views
    No one has replied

15

Online

11.7k

Users

11.2k

Topics

113.1k

Posts