New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

peapodos

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

peapodos

A cloud-enabled IoT automated plant growth environment. Designed as a research tool for precise and distributed mapping of the plant-environment relationship.

unpublished
latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

PeaPodOS

issuesopen issuesclosed opensource coffee 24/7 FLDSMDFR

A cloud-connected isolated and automated plant growth environment, able to generate any environment from a combination of independent environment parameters.

Designed as both a hassle-free food production system and a research tool for precise and distributed mapping of the plant-environment relationship.

Table of Contents

Background

Development

Requirements

Note: In Development, any computer may be used. In Production, a Raspberry Pi Zero W 2 is used.

Setting Up Raspberry Pi

  • Format your SD card with a single FAT partition.
  • Download the Raspberry Pi Imager (Download).
  • Flash the SD card with a Raspberry Pi OS Lite image.

Note: In Future, a custom PeaPod image will be produced.

  • Plug in a keyboard and display, and power the device.
  • Login with the default username (pi) and password (raspberry).
  • Execute sudo raspi-config and perform these steps to setup the Pi:
    • System Options > Wireless Lan - Setup WiFi
    • System Options > Hostname - Set a unique host name (e.g. john-peapod)
    • System Options > Boot/Auto Login - Select Console Autologin
    • Interface Options > Camera - Enable Camera

Building from Repo

  • Install Node.JS and npm (Download).
  • Clone the PeaPod repository.
  • Open a terminal and navigate to /software (this folder).
  • Run npm run build to download all JS dependencies and build the package.

Run npm start to launch the project.

Running from Package

  • Install Node.JS and npm (Download).
  • Install this package with npm i @peapodtech/peapodos.

Run npm start to launch the project.

Keywords

iot

FAQs

Package last updated on 20 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts