All Projects → balena-io-hardware → balena-fin

balena-io-hardware / balena-fin

Licence: Apache-2.0 license
General information about the balenaFin including design files, software support, and more

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to balena-fin

led-pixel-controller
A balenaCloud setup for Fadecandy and Glediator, to control a 250 RGB LED matrix
Stars: ✭ 31 (-29.55%)
Mutual labels:  balena
kerberos-balena
Run Kerberos Open Source on Balena Cloud with just a few clicks.
Stars: ✭ 29 (-34.09%)
Mutual labels:  balena
multicontainer-demo-rpi3
A demo of balena multicontainer on Raspberry Pi3 with PiTFT LCDs
Stars: ✭ 18 (-59.09%)
Mutual labels:  balena
balenaPrint
Managed CUPS on Raspberry Pi devices, running balenaOS
Stars: ✭ 67 (+52.27%)
Mutual labels:  balena
rpi3-bluetooth
Raspberry Pi 3 on-board Bluetooth example
Stars: ✭ 17 (-61.36%)
Mutual labels:  balena
wifi-connect
Easy WiFi setup for Linux devices from your mobile phone or laptop
Stars: ✭ 1,043 (+2270.45%)
Mutual labels:  balena
rosetta-at-home
Fold for Covid - Help fight the COVID-19 pandemic with your old laptop, Raspberry Pi, or other spare computer
Stars: ✭ 78 (+77.27%)
Mutual labels:  balena
balena-yocto-scripts
Helper scripts for balena yocto builds
Stars: ✭ 14 (-68.18%)
Mutual labels:  balena
awesome-balena
A curated list of helpful balena.io resources.
Stars: ✭ 55 (+25%)
Mutual labels:  balena
balena-plant-saver
We're building a plant monitor (and saver) - this is the early stage
Stars: ✭ 68 (+54.55%)
Mutual labels:  balena
builder
Treehouses Awesome 👓 Raspberry Pi Image Builder 🏗
Stars: ✭ 44 (+0%)
Mutual labels:  balena
balena-wpe
Fullscreen WebKit browser with hardware accelerated CSS, WebGL, and HTML5 video for the RaspberryPi 3.
Stars: ✭ 372 (+745.45%)
Mutual labels:  balena
balena-python-hello-world
Example of how to deploy Python code on a balena supported device.
Stars: ✭ 31 (-29.55%)
Mutual labels:  balena
home-urbit
Sovereign software for the Urbit internet appliance.
Stars: ✭ 56 (+27.27%)
Mutual labels:  balena
balena-rpiplay
Turn a Raspberry Pi into an Airplay server using RPiPlay to enable screen mirroring on tvs, monitors and projectors.
Stars: ✭ 1,341 (+2947.73%)
Mutual labels:  balena
balena-node-red
a node-red application with balena-supervisor support, can be managed remotely via balena publicURL
Stars: ✭ 54 (+22.73%)
Mutual labels:  balena
balena-chromium-kiosk
BalenaOS/BalenaCloud based Kiosk using Chromium on a RaspberryPi
Stars: ✭ 46 (+4.55%)
Mutual labels:  balena

balenaFin repository

Official documentation repository for the balenaFin board.
Get it now from the official balenaFin store.

Directory structure

.
├── documentation
│   ├── CAD                          # 2d & 3D files for balenaFin and accessories
│   ├── PDF                          # PDF files generated from markdown source using the builder
│   └── markdown                     # balenaFin and accessories documentation source files
├── software                         # Linux config files for accessing balenaFin HW
│   ├── dt-blob
│   ├── overlay                      # Device tree overlay for Linux kernel
│   └── drivers                      # Device drivers for radio, etc.
├── examples                         # Example code for the balenaFin
├── config.json                      # PDF generator files
├── index.js                         # PDF generator files
└── package.json                     # PDF generator files

Generated documentation

All files inside documentation/CAD and documentation/PDF are official balenaFin documentation. They are automatically generated from markdown files in documentation/markdown.

Building PDF releases

All PDF documentation is generated automatically from markdown files. To install the PDF generator, clone the repository and run npm install

config.json allows to define the document sources and their destination folder, along with custom overall styling

Once config.json is configured, run npm start to generate the PDF

Project specific syntax

Page breaks

Creating a page-break on the destination PDF. It's important to leave a blank line above and below.

<div class="page-break"></div>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].