Site Tools


linux:raspberry:wde:usbwde

Differences

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

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
linux:raspberry:wde:usbwde [2015/06/05 16:23] – created 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
-[   21.746023] usb 1-1.3: Product: ELV USB-WDE1 Wetterdatenempf\xffffffc3\xffffffa4nger+
 [   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 18: 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 30: 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 38: Line 37:
 **Raspberry doesnt boot**\\ \\ **Raspberry doesnt boot**\\ \\
 Remove the USB-WDE and plug it in after the boot is done. Remove the USB-WDE and plug it in after the boot is done.
 +
 +\\
 +\\
 +~~DISCUSSION:closed~~
linux/raspberry/wde/usbwde.txt · Last modified: 2020/01/15 12:35 by lunetikk