RaZberry Module (z-wave) need support to get it working! - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4) +--- Forum: Pine A64 Hardware, Accessories and POT (https://forum.pine64.org/forumdisplay.php?fid=32) +---- Forum: POT modules (https://forum.pine64.org/forumdisplay.php?fid=8) +---- Thread: RaZberry Module (z-wave) need support to get it working! (/showthread.php?tid=1515) Pages:
1
2
|
RaZberry Module (z-wave) need support to get it working! - Luxus - 06-25-2016 hi, i have a Razberry (http://razberry.z-wave.me) Update: What I did so far: It should be accessible under /dev/ttyS2 I add the tty and dialout grp (don't sure which one was right) to the ubuntu user. UPDATE2: and it is working RE: razberry (z-wave) .. does it works with pine? - xalius - 06-25-2016 Which interfaces does it use? RE: razberry (z-wave) .. does it works with pine? - tllim - 06-25-2016 (06-25-2016, 12:40 PM)Luxus Wrote: hi, As my understanding, Razberry module has its own ZWave stack which is not the original Sigma Designs ZWave stack. BTW, the hardware is the same and can plug into Pine A64, but the Razberry team needs to port their driver over to work with their own stack. RE: razberry (z-wave) .. does it works with pine? - Luxus - 06-26-2016 okay.. so the z-way-server of the razberry team will not work easily.. whats about open-z-wave? i'm able to access my razberry on my rpi2 via open-z-wave as well.. should this work? RE: razberry (z-wave) .. does it works with pine? - tllim - 06-26-2016 (06-26-2016, 03:25 AM)Luxus Wrote: okay.. so the z-way-server of the razberry team will not work easily.. As my understand, open-wave may work. However, i am too busy on other activities and not time to try out. Please check out, if works, lets us know. RE: razberry (z-wave) .. does it works with pine? - Luxus - 06-27-2016 So i installed ubuntu Put the razberry module on the rpi2 connector and It light up on start. But maybe its a stupid question.. But whats the device name (under raspbian its /dev/ttyAMA0)? RE: razberry (z-wave) .. does it works with pine? - tllim - 06-27-2016 (06-27-2016, 05:47 PM)Luxus Wrote: So i installed ubuntu may be same, the communication is UART. RE: razberry (z-wave) .. does it works with pine? - Luxus - 06-28-2016 So I'm still confused.. Here is a screenshot of my /dev https://www.dropbox.com/s/tolzoxm7k1zrt53/Screenshot%202016-06-28%2011.57.10.png?dl=0 I don't see anything that looks like the razberry Could it be ttyS0 or tty0 ? Should I remove this line /boot/uEnv.txt? console=tty0 console=ttyS0,115200n8 no_console_suspend Update: Code: traceback (most recent call last): What I else I did was sudo usermod -a -G tty ubuntu sudo usermod -a -G dialout ubuntu Still not sure what I do wrong :/ RE: RaZberry Module (z-wave) need support to get it working! - xalius - 06-28-2016 The pine has multiple UART devices, in Linux they are /dev/ttyS0..../dev/ttySx . Please check which is the number on the connector you use, then find out what settings this UART needs to work with the software. See here for the pinouts: http://files.pine64.org/doc/Pine%20A64%20Schematic/Pine%20A64%20Pin%20Assignment%20160119.pdf you probably dont need to put anything in the uEnv.txt since the paramters should be configurable at runtime you can check which UART device it is in linux if you connect the TXD/RXD pins (loopback-test) on the connector and check if you see echo characters in a terminal program like minicom RE: RaZberry Module (z-wave) need support to get it working! - Luxus - 06-28-2016 (06-28-2016, 06:09 AM)xalius Wrote: The pine has multiple UART devices, in Linux they are /dev/ttyS0..../dev/ttySx . Please check which is the number on the connector you use, then find out what settings this UART needs to work with the software. thanks for the answer.. With connecting txd/rxd u mean connect both with a cable to see if something happens? Maybe you can join irc if you have time. |