• Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Hardware
    3. Neuron Series
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • M

      1Wire on L203 in Mervis
      • Meethos

      2
      0
      Votes
      2
      Posts
      2050
      Views

      T

      @Meethos If you are in full mode, then the datapoints are not generated. Try to set autogen - this will create variable and assign it to the hw.

    • M

      Digital Input has 24V but LED is dark after reboot
      • m.brugger

      2
      0
      Votes
      2
      Posts
      1610
      Views

      T

      @m.brugger Hello, that is an issue of some versions of the fiirmware. If anyone else will be facing this issue please contact me directly.

    • A

      multiple controllers / extensions
      • areslagae

      1
      0
      Votes
      1
      Posts
      1351
      Views

      No one has replied

    • B

      Neuron vs UniPI 1st Gen - Json, REST, WebSockets
      • bazza2000

      2
      0
      Votes
      2
      Posts
      1694
      Views

      T

      @bazza2000 Webcosckets and other web services are provieded by Evok API which is also available for Neurons.

      But Mervis does not have these web apis, you can only create a TCP Modbus server and wire your internal variables to its registers.

      Do not mix Evok and Mervis.

    • S

      1Wire Sensor ID keeps changing - No w1_slave file
      • SOswald

      1
      0
      Votes
      1
      Posts
      1264
      Views

      No one has replied

    • M

      What's certification for UniPI
      • matteos

      2
      0
      Votes
      2
      Posts
      1741
      Views

      T

      @matteos Hello, all certifications can be found on http://downloads.unipi.technology under the product folder.

      Basically we have only certifications for Europe, so basically CE and Neuron products has a few more (according to the datasheet):

      ČSN EN 6095‐1 ed. 2 ČSN EN 61000‐6‐3 ed. 2 ČSN EN 55014‐1 ed. 3 ČSN EN 55022 ed. 3 2006/95/EC 2004/108/ES 2014/35/EU 2014/30/EC

    • Z

      Node-red on Neuron
      • zeus

      2
      0
      Votes
      2
      Posts
      2021
      Views

      T

      @zeus The latest development version of evok already supports Neurons as well as websockets the same way as the first generation UniPi: https://github.com/UniPiTechnology/evok#debugging

    • B

      Max length of 1-Wire
      • Baggz

      2
      0
      Votes
      2
      Posts
      2105
      Views

      T

      @Baggz 30 meters is OK - https://www.unipi.technology/content/1-wire-network-46?identifier=hardware_documentation

    • H

      Controlling the Neuron Pi without API
      di and relay api neuron pi • • HarishKumar

      2
      0
      Votes
      2
      Posts
      2416
      Views

      T

      @HarishKumar That is the point of the API to allow you to controll the IOs of with a simple python script so you do not need to write the low level programs... But if you do not want to use websockets or http, you can use the TCP Modbus.

      Evok: https://github.com/UniPiTechnology/evok#testing-latest-git-versions
      TCP Modbus (already included in evok): https://github.com/UniPiTechnology/neuron_tcp_modbus_overlay

    • H

      This topic is deleted!
      • HarishKumar

      1
      0
      Votes
      1
      Posts
      1
      Views

      No one has replied

    • L

      How to read signal using Neuron
      • lgab

      9
      0
      Votes
      9
      Posts
      4606
      Views

      B

      @lgab my reason for using the socket solution is that it pushes changes of the inputs so that I don't need to poll

    • M

      how to wire up a festo sensor to the Neuron?
      • Merv

      3
      0
      Votes
      3
      Posts
      2553
      Views

      M

      Thanks Tomas.

    • B

      Digital input not working
      • Boy Lenssen

      5
      0
      Votes
      5
      Posts
      3368
      Views

      B

      @tomas_hora I got it working, thanks! I did not have a power supply at hand, but I just abused the 5v of a Raspberry Pi I had laying around to see if the light goes on :)

      I also got the notification via websocket...awesome stuff :heartpulse:

    • H

      Is there I2C communication for L203 model?
      i2c l203 neuron pi • • HarishKumar

      4
      0
      Votes
      4
      Posts
      3519
      Views

      T

      @HarishKumar The internal communication is little bit modified Modbus, I suggest you to use the TCP Modbus: https://github.com/UniPiTechnology/neuron_tcp_modbus_overlay

      The map of the TCP Modbus registers can be found at http://downloads.unipi.technology

    • B

      connecting 12v, 5v and 220v devices
      • Boy Lenssen

      6
      0
      Votes
      6
      Posts
      3217
      Views

      T

      @Boy-Lenssen DR-30-24 is the power supply recommended for used for powering the big Neurons.

      You need to see what is the power requirements of the device you will be using and choose the power supply accordingly. Eg. Neuron S103 requires 12W at 24VDC so people should use power supply that gives 24VDC and min 12W(0.5A). The same it is with any other device...

    • Bill Lee

      RS485 of the Neuron
      • Bill Lee

      5
      0
      Votes
      5
      Posts
      3968
      Views

      T

      @Bill-Lee The protocol used on the SPI is not exactly the same as Modbus. So you should use the TCP Modbus Server that we provide (maps of registers to IOs can be found at http://downloads.unipi.technology) it will create the /dev/extcomm/x/y serial line.

      The /dev/extcomm/0/0 and 1/0 both points to the same serial line (since there is only one). It is only for some developers to ease acces to it.