Navigation

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

    Topics created by lrtsenar

    • lrtsenar

      Serial Gateway connect problem ttyAMA0
      Domoticz • • lrtsenar  

      11
      0
      Votes
      11
      Posts
      5766
      Views

      bjacobse

      Did you try to this? sudo nano /boot/config.txt Add to the end: enable_uart=1 sudo nano /boot/cmdline.txt Remove everything and add this: dwc_otg.lpm_enable=0 console=tty1 elevator=deadline net.ifnames=0 root=/dev/mmcblk0p2 rootfsty Taken from here: https://community.openhab.org/t/has-anyone-gotten-razberry-working-with-openhab-2/12539/11
    • lrtsenar

      What are these bad practices ?
      Development • • lrtsenar  

      11
      0
      Votes
      11
      Posts
      2409
      Views

      scalz

      @FotoFieber maybe. i've not got this case yet. if i remember visualmicro use arduino core and boards. and both use the gcc toolchain; then i've not checked how it's compiled sure.. visualmicro still works nice for me. but i also use arduino ide
    • lrtsenar

      Compilation problem under Arduino 1.8.1
      Troubleshooting • • lrtsenar  

      2
      0
      Votes
      2
      Posts
      1648
      Views

      lrtsenar

      What the f...... hell ! I have found the problem :-). It comes from the 'static' keyword while declaring the Device derivated object in Devices.h ! I'm happy but I don't know why this new compiler forbids this... See you for next adventures
    • lrtsenar

      No dallas temp sensor in domoticz devices !
      Domoticz • • lrtsenar  

      4
      0
      Votes
      4
      Posts
      3375
      Views

      sundberg84

      Great it worked out!
    • lrtsenar

      Device library
      Development • • lrtsenar  

      2
      1
      Votes
      2
      Posts
      1958
      Views

      hek

      Interesting.. Fits into this discussion http://forum.mysensors.org/topic/2464/sketch-generator
    • lrtsenar

      Arduino "Pro Mini" instead of "Nano" as SerialGateway w/ Domoticz on Rasspberry PI
      General Discussion • • lrtsenar  

      1
      0
      Votes
      1
      Posts
      1132
      Views

      No one has replied

    • lrtsenar

      Arduino Pro mini + RF 433 MHz as Gateway
      General Discussion • arduino pro mini 433 mhz • • lrtsenar  

      2
      0
      Votes
      2
      Posts
      4128
      Views

      Dwalt

      @lrtsenar The MySensors Libraries were designed around the nrf24l01 transceivers which have much more built in capability than a simple 433Mhz Tx/Rx pair. You can make a node which contains a nrf and 433 Rx/Tx and it can transfer messages between the MySensors architecture and common 433Mhz devices. If you are only interested in 433Mhz devices with Domoticz, see the RFLink project for more info. I believe it requires a mega to fit their libraries.