• Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. sjp770
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 8
    • Best 0
    • Controversial 0
    • Groups 0

    sjp770

    @sjp770

    0
    Reputation
    592
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    sjp770 Unfollow Follow

    Latest posts made by sjp770

    • RE: Raspbian Node-red Support

      @sjp770 Ended up being a newer version of Node-Red was required.

      I2C relays are still a pain if anyone find a node based solution to those.

      posted in Ubuntu Core
      S
      sjp770
    • Node-RED support?

      Node-RED is getting more popular, is there any chance you could get the Neuron devices to work DIRECTLY with Node-RED?

      Take the RPI GPIO nodes in node red. Super simple to use, drop in place, specify with gpio you want to interact with. All my automation is in Node-RED, even direct hardware access to my current UniPi for the Digital inputs and the I2C bus. That said things like I2C aren't very friendly to work with. And when you get to a M303 with 34 Digital Inputs I'd have no idea where to start.

      Does the Neuron still have the ability to replace the OS and run your own flavour of linux and install things like node-red though?

      posted in UniPi Neuron Series
      S
      sjp770
    • RE: Additional I2C devices - which addresses are free?

      Thanks for that, but seeming I wont be using a EMO-R8 anything besides 0x20 in that list is ok?

      posted in UniPi 1 - HW Q&A
      S
      sjp770
    • Additional I2C devices - which addresses are free?

      I'm new to I2C but im looking to plug in a 4 channel dimmer board based on the PCF8574 chip. The addresses it can be set to are:
      // Device address -> 0x27, 0x26, 0x25, 0x24, 0x23, 0x22, 0x21, 0x20
      // Device address -> 0x3F, 0x3E, 0x3D, 0x3C, 0x3B, 0x3A, 0x39, 0x38

      Which would work best with the UniPi?

      posted in UniPi 1 - HW Q&A
      S
      sjp770
    • RE: Raspbian Node-red Support

      @tomas_hora Thanks for the link but it doesn't explain why the gpio ports are unavailable when SPI is disabled. I used the raspi-config method.

      posted in Ubuntu Core
      S
      sjp770
    • RE: Node-red missing rpi_gpio/wron naming

      @zeus I was just looking at this same issue, I think its because the GPIO's in question are tied up with SPI so dont show in Node-Red. If you find a way to get them to be visible in node-red id love to know.

      I can connect to I01-I06 & I11 only on the UniPi 1.1

      posted in Official EVOK API
      S
      sjp770
    • Raspbian Node-red Support

      I am trying to get direct access to the Digital In and the relays on the UniPi through Node-red. If I run an i2c scan I can see all the devices as specified in the hardware manual. I can connect I01-I06 & I11 through the rpi-gpio nodes, but no more. Any tips for disabling SPI to free up the other gpio ports? I havn't done the cabling mod for pins 13&14 yet but plan to.

      If I can interface with the hardware on the UniPi 1.1 directly I would prefer this as the only reason to use EVOK would be to get the inputs and outputs into Node-red... this would mean i'd skip all the EVOK stuff, less to reconfigure in the case of a hardware failure and less to go wrong software wise.

      posted in Ubuntu Core
      S
      sjp770