Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
diy_bluetooth_midi_bridge [2021/02/06 01:48] – [Connecting to the Pi] rs2000diy_bluetooth_midi_bridge [2021/02/06 01:55] (current) – Added actual content for wpa_supplicant.conf rs2000
Line 45: Line 45:
   * On MacOS: press <cmd><space> to bring up the search box, then type terminal<enter>. This will get you to a command prompt. Then, to create the ''wpa_supplicant.conf'' file you can type ''nano /Volumes/boot/wpa_supplicant.conf'' to create the file and open an editor.   * On MacOS: press <cmd><space> to bring up the search box, then type terminal<enter>. This will get you to a command prompt. Then, to create the ''wpa_supplicant.conf'' file you can type ''nano /Volumes/boot/wpa_supplicant.conf'' to create the file and open an editor.
   * Add the following content to this file (Use the WiFi data of a router that has internet access!):   * Add the following content to this file (Use the WiFi data of a router that has internet access!):
-  * <html><pre><span style="color:darkblue;line-height:90%;font-size:70%;"> +  * <html><pre><span style="color:darkblue;font-size:80%;">country=US
-country=US+
 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
 update_config=1 update_config=1
Line 57: Line 56:
 }</span> }</span>
 </pre></html> </pre></html>
- 
   *  When done editing press ''<control-s>'', then ''<control-x>'', which should save the file and return you to the command prompt. Next, to create the ''ssh'' file, type ''touch /Volumes/boot/ssh''.   *  When done editing press ''<control-s>'', then ''<control-x>'', which should save the file and return you to the command prompt. Next, to create the ''ssh'' file, type ''touch /Volumes/boot/ssh''.
   * On Windows: There is an excellent article here: [[https://desertbot.io/blog/headless-pi-zero-w-wifi-setup-windows]] that should tell you everything you need to know.   * On Windows: There is an excellent article here: [[https://desertbot.io/blog/headless-pi-zero-w-wifi-setup-windows]] that should tell you everything you need to know.
  • diy_bluetooth_midi_bridge.1612536516.txt.gz
  • Last modified: 2021/02/06 01:48
  • by rs2000