{"id":2146,"date":"2019-05-11T16:27:24","date_gmt":"2019-05-11T14:27:24","guid":{"rendered":"https:\/\/stls.eu\/blog\/?p=2146"},"modified":"2019-05-11T16:40:10","modified_gmt":"2019-05-11T14:40:10","slug":"raspberry-pi-raspbian-stretch-4","status":"publish","type":"post","link":"https:\/\/stls.eu\/blog\/2019\/05\/11\/raspberry-pi-raspbian-stretch-4\/","title":{"rendered":"Raspberry Pi Raspbian Stretch"},"content":{"rendered":"\n<p>download<br><a href=\"https:\/\/www.raspberrypi.org\/downloads\/raspbian\/\">https:\/\/www.raspberrypi.org\/downloads\/raspbian\/<\/a><\/p>\n\n\n\n<p>verify sha256sum<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">1b4e8ba6ec721d8aa01f093343ca5656a57c69a8a84dc5921aaed46b2cb59e89  2019-04-08-raspbian-stretch-full.img\na3ced697ca0481bb0ab3b1bd42c93eb24de6264f4b70ea0f7b6ecd74b33d83eb  2019-04-08-raspbian-stretch-full.zip\nf115c01a8257024a3b17ba8e9d2032f4c687deb3adc0f4ae25436bfc8cdbf5ad  2019-04-08-raspbian-stretch-full.zip.torrent\nd4e7d2caa051432a3b6f320c44939b9f65fd454d957904d1cb9fc1c1683ed716  2019-04-08-raspbian-stretch-lite.img\n03ec326d45c6eb6cef848cf9a1d6c7315a9410b49a276a6b28e67a40b11fdfcf  2019-04-08-raspbian-stretch-lite.zip\nbd30c6b247ac4d71ba45a1837eebe6379cd6ed64d9eeac3f31dced0f601d1a8d  2019-04-08-raspbian-stretch-lite.zip.torrent\n7810593dc49cd179b5991c8987ddcc1d99bf29ed3e186d3bff2273bc9e807de0  2019-04-08-raspbian-stretch.img\n7e10a446f8e57210d0e9ad02f0c833aabb86e58187b4dc02431aff5a3f1ccb83  2019-04-08-raspbian-stretch.zip\n1c0698a31a4c9e7916c3bdf3cc35efc74449f35aa4a543e154759f3b5d24ec81  2019-04-08-raspbian-stretch.zip.torrent<\/pre>\n\n\n\n<p>flash sd card<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">dd if=2019-04-08-raspbian-stretch-lite.img of=\/dev\/mmblk0 bs=1M<\/pre>\n\n\n\n<p>configure raspbian<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo raspi-config<\/pre>\n\n\n\n<p>enable ssh, spi, serial, 1-wire, &#8230;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo touch \/boot\/ssh<\/pre>\n\n\n\n<hr>\n\n\n\n<p>read serial sensor data<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">cat \/dev\/ttyS1 > \/home\/pi\/data.bin (in <em>rc.local<\/em>)<\/pre>\n\n\n\n<p>(gnu-) plot data with gps file [<em>@\/usr\/bin\/gnuplot-x11 \/home\/pi\/plot.gps<\/em>]<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">set datafile separator \",\"\nset terminal x11 1 noraise\nset title \"RadioActivity\"\nset xlabel \"Time\"\nset ylabel \"CountsPerMinute\"\nplot '\/home\/pi\/data.bin' using 4\nwhile (1) {\n  replot   pause 20\n}<\/pre>\n\n\n\n<p>source <a href=\"https:\/\/www.golem.de\/news\/geigerzaehler-radioaktivitaet-messen-mit-dem-raspberry-pi-1904-140654-2.html\">https:\/\/www.golem.de\/news\/geigerzaehler-radioaktivitaet-messen-mit-dem-raspberry-pi-1904-140654-2.html<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>downloadhttps:\/\/www.raspberrypi.org\/downloads\/raspbian\/ verify sha256sum 1b4e8ba6ec721d8aa01f093343ca5656a57c69a8a84dc5921aaed46b2cb59e89 2019-04-08-raspbian-stretch-full.img a3ced697ca0481bb0ab3b1bd42c93eb24de6264f4b70ea0f7b6ecd74b33d83eb 2019-04-08-raspbian-stretch-full.zip f115c01a8257024a3b17ba8e9d2032f4c687deb3adc0f4ae25436bfc8cdbf5ad 2019-04-08-raspbian-stretch-full.zip.torrent d4e7d2caa051432a3b6f320c44939b9f65fd454d957904d1cb9fc1c1683ed716 2019-04-08-raspbian-stretch-lite.img 03ec326d45c6eb6cef848cf9a1d6c7315a9410b49a276a6b28e67a40b11fdfcf 2019-04-08-raspbian-stretch-lite.zip bd30c6b247ac4d71ba45a1837eebe6379cd6ed64d9eeac3f31dced0f601d1a8d 2019-04-08-raspbian-stretch-lite.zip.torrent 7810593dc49cd179b5991c8987ddcc1d99bf29ed3e186d3bff2273bc9e807de0 2019-04-08-raspbian-stretch.img 7e10a446f8e57210d0e9ad02f0c833aabb86e58187b4dc02431aff5a3f1ccb83 2019-04-08-raspbian-stretch.zip 1c0698a31a4c9e7916c3bdf3cc35efc74449f35aa4a543e154759f3b5d24ec81 2019-04-08-raspbian-stretch.zip.torrent flash sd card dd if=2019-04-08-raspbian-stretch-lite.img of=\/dev\/mmblk0 bs=1M configure raspbian sudo raspi-config enable ssh, spi, serial, 1-wire, &#8230; sudo touch &hellip; <a href=\"https:\/\/stls.eu\/blog\/2019\/05\/11\/raspberry-pi-raspbian-stretch-4\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[20,84],"tags":[],"class_list":["post-2146","post","type-post","status-publish","format-standard","hentry","category-debian","category-raspberrypi"],"_links":{"self":[{"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/posts\/2146","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/comments?post=2146"}],"version-history":[{"count":6,"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/posts\/2146\/revisions"}],"predecessor-version":[{"id":2154,"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/posts\/2146\/revisions\/2154"}],"wp:attachment":[{"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/media?parent=2146"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/categories?post=2146"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/tags?post=2146"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}