Thicket data repository for the EEG
1{
2 "id": "https://www.tunbury.org/2019/09/14/raspberry-pi-zero-w-headless-setup",
3 "title": "Raspberry PI Zero W Headless setup",
4 "link": "https://www.tunbury.org/2019/09/14/raspberry-pi-zero-w-headless-setup/",
5 "updated": "2019-09-14T12:41:29",
6 "published": "2019-09-14T12:41:29",
7 "summary": "Copy 2019-07-10-raspbian-buster-lite.img to the SD card with Etcher. Then remove and reinsert the card.",
8 "content": "<p>Copy <code>2019-07-10-raspbian-buster-lite.img</code> to the SD card with Etcher. Then remove and reinsert the card.</p>\n\n<p>Enable ssh by creating a zero length file called <code>ssh</code>:</p>\n\n<div><div><pre><code>touch /Volumes/boot/ssh\n</code></pre></div></div>\n\n<p>Create a file <code>/Volumes/boot/wpa_supplicant.conf</code> using your favourite plain text editor:</p>\n\n<div><div><pre><code>ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev\nupdate_config=1\ncountry=GB\n\nnetwork={\n ssid=\"your SSID\"\n psk=\"xxxxxxxx\"\n key_mgmt=WPA-PSK\n}\n</code></pre></div></div>",
9 "content_type": "html",
10 "author": {
11 "name": "Mark Elvers",
12 "email": "mark.elvers@tunbury.org",
13 "uri": null
14 },
15 "categories": [
16 "raspberrypi"
17 ],
18 "source": "https://www.tunbury.org/atom.xml"
19}