Go to file
Connor Rigby 7e1ceaf7be
Implement new AST: `assert`.
This is a new AST that will allow executing a
simple expression and conditionally pass/fail
and cleanup when it completes.
2019-09-13 16:03:31 -07:00
.circleci Update CircleCI config to instll libnl-dev 2019-09-13 16:03:29 -07:00
docs Implement new AST: `assert`. 2019-09-13 16:03:31 -07:00
farmbot_celery_script Implement new AST: `assert`. 2019-09-13 16:03:31 -07:00
farmbot_core Temporarily disable pipe_worker tests 2019-09-13 16:03:31 -07:00
farmbot_ext Make FirstPartyFarmware syncable 2019-09-13 16:03:31 -07:00
farmbot_firmware Fix set_pin_io mode 2019-09-13 16:03:31 -07:00
farmbot_os Implement new AST: `assert`. 2019-09-13 16:03:31 -07:00
scripts Add script for creating release candidate builds 2019-09-13 16:03:24 -07:00
support Add coveralls aggregator 2019-09-13 16:03:20 -07:00
test/support Implement new AST: `assert`. 2019-09-13 16:03:31 -07:00
.formatter.exs Progress on refactoring data syncing (#643) 2019-09-13 16:03:13 -07:00
.gitignore Implement new AST: `assert`. 2019-09-13 16:03:31 -07:00
.gitmodules Update farmbot-arduino-firmware submodule to be built in 2019-09-13 16:03:17 -07:00
.tool-versions Update to elixir 1.9 2019-09-13 16:03:27 -07:00
CHANGELOG.md Release v8.0.0-rc0 2019-09-13 16:03:23 -07:00
CONTRIBUTING.md Doc updates 2018-05-16 16:00:32 -07:00
ELIXIR_VERSION Update to elixir 1.9 2019-09-13 16:03:27 -07:00
FEATURE_MIN_VERSIONS.json Update FEATURE_MIN_VERSIONS.json [skip ci] 2019-09-13 16:03:28 -07:00
LICENSE update old docs 2017-04-03 08:03:19 -07:00
Makefile Misc app cleanup and updates 2019-09-13 16:03:15 -07:00
README.md Update README download link name 2019-09-13 16:03:24 -07:00
RELEASE_NOTES.md Update RELEASE_NOTES.md (v8) [skip ci] 2019-09-13 16:03:30 -07:00
SECURITY.md Add SECURITY.md 2019-09-13 16:03:29 -07:00
VERSION Release v8.0.0-rc57 2019-09-13 16:03:31 -07:00
mix.exs Enable `warnings_as_errors` for each app 2019-09-13 16:03:21 -07:00
mix.lock Add coveralls aggregator 2019-09-13 16:03:20 -07:00

README.md

Build status

Master Build Status Staging Build Status Next Build Status
Master Build Status Staging Build Status Beta Build Status

FarmBot OS

The "brains" of the FarmBot Project

💾 LATEST OS IMAGE DOWNLOADS

RPi 3 (Ships with FarmBot.io kits)

Installation

Installation should be fairly straight forward, you will need a computer for this step. (everything after this can be set up on a mobile device.)

Windows users

  1. download and install Etcher.
  2. download the latest release.
  3. insert an SD Card into your PC.
  4. open Etcher, and select the .img file you just downloaded.
  5. select your SD Card.
  6. Burn.

Linux/OSX

  1. download the latest release file, available for download here.
  2. dd if=</path/to/file> of=/dev/<sddevice> bs=4 or use Etcher.

Running

Refer to the software documentation Configurator page for more detailed instructions.

  1. Plug your SD Card into your Raspberry Pi
  2. Plug your Arduino into your Raspberry Pi
  3. Plug your power into your Raspberry Pi
  4. From a WiFi enabled device*, search for the SSID farmbot-XXXX
  5. Connect to that and open a web browser to http://192.168.24.1/
  6. Follow the on screen instructions to configure your FarmBot. Once you save your configuration FarmBot will connect to your home WiFi network and to the FarmBot web application.

* If you are using a smartphone you may need to disable cellular data to allow your phone's browser to connect to the configurator.

Problems?

See the FAQ If your problem isn't solved there please file an issue on Github

Security Concerns?

We take security seriously and value the input of independent researchers. Please see our responsible disclosure guidelines.

Want to Help?

Low Hanging Fruit Development