Warning: Declaration of action_plugin_indexmenu::register(&$controller) should be compatible with DokuWiki_Action_Plugin::register(Doku_Event_Handler $controller) in /home/httpd/vhosts/scratchbook.ch/wiki.scratchbook.ch/lib/plugins/indexmenu/action.php on line 18 Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/vhosts/scratchbook.ch/wiki.scratchbook.ch/lib/plugins/indexmenu/action.php:0) in /home/httpd/vhosts/scratchbook.ch/wiki.scratchbook.ch/inc/auth.php on line 495 Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/vhosts/scratchbook.ch/wiki.scratchbook.ch/lib/plugins/indexmenu/action.php:0) in /home/httpd/vhosts/scratchbook.ch/wiki.scratchbook.ch/inc/actions.php on line 210
This is an old revision of the document!
====== Debugging the RS485/Raspi ====== {{::img_20161124_100617.jpg?nolink&800|}} * LED is glowing, "flashing" (getting dark shortly) every second, as the weather station sends data every second {{:img_20161124_100600.jpg?nolink&800|}} * We've connected the logic analyzer after the sferalabs board. Data comes in, all fine. {{::logic-analyzer.png?direct&1200|}} ...and can be decoded. ===== However, ===== When I connect to it, it shows no data. <code>screen /dev/ttyAMA0 19200</code> (baud rate taken from the data sheet) Bluetooth is disabled: <code> $ cat /etc/modprobe.d/raspi-blacklist.conf blacklist btbcm blacklist hci_uart </code>
Back to top