-
Notifications
You must be signed in to change notification settings - Fork 1
/
balena.yml
43 lines (38 loc) · 1.2 KB
/
balena.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: holiday-star
type: sw.application
joinable: false
description: >-
control neopixel lights connected with balena edge device using adafruitIO
post-provisioning: >-
## Usage instructions
**Application download**
Once you power up your device you'll need to allow some time for it to
download the application, this typically takes 5-8 minutes but it can take
more depending on your internet connection and what device you are using.
**Usage**
After the download is completed user need to add certain env variables using
balenaCloud dashboard - API key and username obtained from adafruitIO
and num of LEDs in strip and prefered brighness as well.
assets:
repository:
type: blob.asset
data:
url: 'https://github.com/iayanpahwa/holiday-star.git'
logo:
type: blob.asset
data:
url: >-
https://raw.githubusercontent.com/iayanpahwa/holiday-star/master/assets/star.png
data:
applicationEnvironmentVariables:
- NUM_PIXELS: 60
- BRIGHTNESS: 0.3
- ADAFRUIT_IO_KEY:
- ADAFRUIT_IO_USERNAME:
- FEED_ID: rgb
defaultDeviceType: raspberrypi4-64
supportedDeviceTypes:
- raspberry-pi
- raspberrypi0-2w-64
- raspberrypi4-64
- fincm3