Skip to content

raspberry pi sedona demo from old sedonadev.org

Notifications You must be signed in to change notification settings

kite29/tridium-rpi-sedona-io-min

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

================================ Running Sedona on a Raspberry Pi ================================ If you have a Raspberry Pi, you can make it a Sedona Device in just a few minutes!

See http://www.raspberrypi.org to find out more about the Raspberry Pi, where to get one, and how to do the initial setup.

This archive includes native support for accessing the Raspberry Pi GPIO pins.

  1. Assumptions

It is assumed that the Raspberry Pi:

  • is running ArchLinux (may also work for other flavors of Linux)

  • has command line access, most commonly by ssh or telnet

  • has IP connectivity, and route exists to Niagara station or Sedona Workbench

  • can receive files over network (or copy to SD card)

  • is running a time service that syncs the device with network time (recommended)

2a. Sedona Device Setup

a. Copy this archive to the RPi (ssh, telnet, or direct copy to SD card).

b. Extract the contents of the file.

c. Move to the newly extracted folder, sedona-rpi/

d. Start the Sedona VM as a background process:
     bin/svm --plat &

2b. Alternative Device Setup

a. Connect to your Raspberry Pi via ssh.

b. Make sure your device is up to date and install git
  - `sudo apt update`
  - `sudo apt install git`

c. Clone this repository
  - `git clone https://brettnreno/tridium-rpi-sedona-io-min.git`

d. Move to the cloned folder
  - `cd tridium-rpi-sedona-io-min`

e. Start the Sedona VM as a background process:
     `bin/svm --plat &`  

Once the SVM is up and running, the device should be discoverable from your Niagara station or Sedona Workbench through SedonaNetwork.

About

raspberry pi sedona demo from old sedonadev.org

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages