Site Tools


linux:raspberry:wde:usbwde

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
linux:raspberry:wde:usbwde [2015/09/09 09:58] lunetikklinux:raspberry:wde:usbwde [2017/12/20 09:50] lunetikk
Line 7: Line 7:
 ==== Installation ==== ==== Installation ====
  
-On the Pi you simply need to activate the drivers. Check if it is already activated with <code>lsmod | grep cp210x</code>+On the Pi you simply need to activate the drivers. Check if it is already activated with <code bash>lsmod | grep cp210x</code>
 You should now see nothing or else it might already be activated. You should now see nothing or else it might already be activated.
-Insert "//cp210x//" into "///etc/modules//" and/or execute "//modprobe cp210x//".\\+Insert "//cp210x//" into "///etc/modules//" and execute "//modprobe cp210x//".\\
 After a reboot you should be able to see the WDE listed with "//dmesg//" After a reboot you should be able to see the WDE listed with "//dmesg//"
-<code>lunetikk@weather:~# dmesg | grep WDE+<code bash>lunetikk@weather:~# dmesg | grep WDE
 [   45.750999] usb 1-1.3: Product: ELV USB-WDE1 Wetterdatenempf\xffffffc3\xffffffa4nger [   45.750999] usb 1-1.3: Product: ELV USB-WDE1 Wetterdatenempf\xffffffc3\xffffffa4nger
 </code> </code>
Line 17: Line 17:
 With the Software "Socat" you can do a testrun to check if your WDE finds your device and receives data. With the Software "Socat" you can do a testrun to check if your WDE finds your device and receives data.
  
-<code>sudo apt-get install socat+<code bash>sudo apt-get install socat
 sudo socat /dev/ttyUSB0,b9600 STDOUT sudo socat /dev/ttyUSB0,b9600 STDOUT
  
Line 29: Line 29:
 Check my scriptsite [[linux:raspberry:wde:scripts:reader|Socatreader]] Check my scriptsite [[linux:raspberry:wde:scripts:reader|Socatreader]]
  
-==== Create graphes ====+==== Create graphs ====
  
 Good explained right here: [[http://www.kompf.de/weather/technik.html|Kompf(german)]] Good explained right here: [[http://www.kompf.de/weather/technik.html|Kompf(german)]]
Line 40: Line 40:
 \\ \\
 \\ \\
-~~DISCUSSION~~+~~DISCUSSION:closed~~
linux/raspberry/wde/usbwde.txt · Last modified: 2020/01/15 12:35 by lunetikk