Navigation

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

    Topics created by Sunseeker

    • Sunseeker

      ESP8266 as (MQTT) Gateway with I2C Sensors
      Hardware • mysensors • • Sunseeker  

      2
      1
      Votes
      2
      Posts
      24
      Views

      BearWithBeard

      @Sunseeker According to the Connecting the Radio page, D2 is the default pin for the CE signal for the NRF24. If you'd like to use this pin for I2C, you can free it up by assigning a different pin for the CE signal by adding this line to your sketch: #define MY_RF24_CE_PIN pin IIRC, all available pins should work for this purpose (D0, D3, D4). Just pick one and if it doesn't work, use one of the other pins. Please make sure to add that line before #include <MySensors.h>.
    • Sunseeker

      Connect raspberry and arduino nano with USB
      Development • • Sunseeker  

      11
      0
      Votes
      11
      Posts
      10437
      Views

      Jan Gatzke

      It seems the driver module for the ftdi is missing. You could have a look at the raspian installation (lsmod) and see which module is needed. Don't knew Domoticz, but perhaps you can just add this module.