- Visit the SD Association’s website and download SD Formatter 4.0 for either Windows or Mac.
- Follow the instructions to install the software.
- Insert your SD card into the computer or laptop’s SD card reader and make a note of the drive letter allocated to it, e.g. G:/
- In SD Formatter, select the drive letter for your SD card and format it.
- Download the NOOB zip files from Raspberry Pi’s website.
- Drag and drop all of the extracted files from the NOOB folder into the newly formatted SD card.
- When files have finished moving, eject the SD card and insert into Raspberry Pi.
- Plug in your keyboard, mouse, and monitor cables.
- Now plug the USB power cable into your Pi.
- Your Raspberry Pi will boot, and a window will appear with a list of different operating systems that you can install. We recommend that you use Raspbian – tick the box next to Raspbian and click on
Install
. - Raspbian will then run through its installation process. Note that this can take a while.
- When the install process has completed, the Raspberry Pi configuration menu (raspi-config) will load. Here you are able to set the time and date for your region, enable a Raspberry Pi camera board, or even create users. You can exit this menu by using Tab on your keyboard to move to
Finish
. - The default login for Raspbian is username
pi
with the passwordraspberry
. Note that you will not see any writing appear when you type the password. This is a security feature in Linux. - To load the graphical user interface, type
startx
and press Enter.
- Open the Terminal and type the following commands
$ wget https://github.com/opensensorhub/osh-core/releases/download/v1.3.2/osh-base-install-1.3.2.zip
$ unzip osh-base-install-1.3.2.zip
$ cd osh-base-install-1.3.2
$ ./launch.sh
- Open browser on Raspberry Pi.
- Go to http://localhost:8181/sensorhub/admin
- Default login is username:
admin
, password:admin
If you want to work with the code, run the following commands in the Terminal
$ git clone –recursive https://github.com/opensensorhub/osh-core
$ cd osh-core
$ ./gradlew build -x test