Skip to content

3.1 Raspbian Image Download

The Groundhog Whisperer edited this page Jul 24, 2019 · 6 revisions

Raspberry Pi distribution of Ay-yah's Greenhouse Automation System in a ready to deploy image.

Note: The default username is pi and ay-yah is the default password.

Download Disk Image

Download the pre-built Ay-yah's GreenhousePi System version 1.03 Raspbian image from this reposities release page here:

https://github.com/thegroundhogwhisperer/Ay-yahs-Greenhouse/releases

Write the pre-built image to a SD card

You will need to use a disk imaging tool to write the image file you have downloaded to a SD card.

dd is a freely available command line disk imaging tool. More information about using dd can be found here

Etcher is a freely available graphical disk imaging tool. More information about using Etcher can be found here.

Usage

Once the disk image is installed to a SD card connect your Raspberry Pi to your network and boot the device.

On a the Raspberry Pi navigate to http://localhost

On a seperate computer, navigate to the Raspberry Pi's IP address: (e.g. http://192.168.0.101)

Refer to the ifconfig command for assistance with locating your Raspberry Pi's current IP address.

Proceed to section: Section 3.2 Web Interface