Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterblazejewicz/balena-sense-hat
Template project for application image running RaspberryPi 4 64Bit with Sense Hat, Python 3.7.* on the Balena 64 bit OS
https://github.com/peterblazejewicz/balena-sense-hat
balena docker raspberrypi sense-hat
Last synced: 25 days ago
JSON representation
Template project for application image running RaspberryPi 4 64Bit with Sense Hat, Python 3.7.* on the Balena 64 bit OS
- Host: GitHub
- URL: https://github.com/peterblazejewicz/balena-sense-hat
- Owner: peterblazejewicz
- License: mit
- Created: 2019-09-19T20:58:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-03T16:03:01.000Z (over 4 years ago)
- Last Synced: 2024-08-02T15:45:00.709Z (3 months ago)
- Topics: balena, docker, raspberrypi, sense-hat
- Language: Dockerfile
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# balena-sense-hat
Template project for application image running RaspberryPi 4 64Bit with Sense Hat, Python 3.7.* on the Balena 64 bit OS
## Usage
- clone this repository:
```bash
https://github.com/peterblazejewicz/balena-sense-hat.git
```- add Balena push git remote address of your application:
```bash
git remote add balena [endpoint]
```- push that project
```bash
git push balena master
```Initial build:
```bash
┌─────────┬────────────┬──────────────────────┐
[Info] │ Service │ Image Size │ Build Time │
[Info] ├─────────┼────────────┼──────────────────────┤
[Info] │ main │ 182.98 MB │ 5 minutes, 10 seconds│
[Info] └─────────┴────────────┴──────────────────────┘
[Info] Build finished in 5 minutes, 53 seconds
\
\
\\
\\
>\/7
_.-(6' \
(=___._/` \
) \ |
/ / |
/ > /
j < _\
_.-' : ``.
\ r=._\ `.
<`\\_ \ .`-.
\ r-7 `-. ._ ' . `\
\`, `-.`7 7) )
\/ \| \' / `-._
|| .'
\\ (
>\ >
,.-' >.'
<.'_.''
<'```
Sample of outcome of subsequent builds:
```bash
[Info] ┌─────────┬────────────┬────────────┐
[Info] │ Service │ Image Size │ Build Time │
[Info] ├─────────┼────────────┼────────────┤
[Info] │ main │ 182.98 MB │ 6 seconds │
[Info] └─────────┴────────────┴────────────┘
[Info] Build finished in 38 seconds
```## Author
@peterblazejewicz