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
linux:raspberry:wde:usbwde [2017/10/02 15:13] – Discussion status changed lunetikklinux:raspberry:wde:usbwde [2020/01/15 12:35] (current) lunetikk
Line 3: Line 3:
 ==== Info ==== ==== Info ====
  
-[[http://www.elv.de/-353.html|ELV-Shop -> USB-WDE]]+[[https://de.elv.com/elv-usb-wetterdaten-empfaenger-usb-wde1-2-104656?fs=1640358625|ELV-Shop -> USB-WDE]]
  
 ==== 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)]]
linux/raspberry/wde/usbwde.1506949991.txt.gz · Last modified: 2017/10/02 15:13 (external edit)