Raspberry Pi Software

A software image for the Raspberry Pi will be available soon which can be burned directly.

Currently the easiest way to set up your Raspberry Pi to stream to your smartphone is as follows:

country=gb
update_config=1
ctrl_interface=/var/run/wpa_supplicant

network={
scan_ssid=1
ssid="microscope"
psk="smart"
}

Security warning

Here we are suggesting to use a default SSID and password. This will mean that you will need to change the SSID of your phone so that the Raspberry Pi can pair to your phone. This is convenient because each smartphone user can change their hotspot ssid and password relatively quickly without having to interface with a screen. If you are worried about changing your smartphone's hotspot SSID and password to something that may be less secure, I would suggest you can change the ssid or psk field to the default for your smartphone.


Previous page | Next page