Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

balena-io-hardware/fin-sdk-sw

Repository files navigation

balenaFin SDK is being deprecated in favour of the Fin Block

We are moving to a balenaBlock based solution for accessing the same functionality found in the balenaFin SDK. Please see the Fin Block repo for the latest information.

balenaFin SDK

Multi-language SDK for the balenaFin professional carrier board for the Raspberry Pi Compute Module.

Python | JavaScript | API | License

Python

For installation and usage under balenaOS please refer to the Python example application.

JavaScript

For installation and usage under balenaOS please refer to the JavaScript example application.

API

Fin.Client.revision

balenaFin hardware revision in integer encoding form.

Hardware revision Integer encoding
v1.0.0 09
v1.1.0 10
v1.1.1 11

Fin.Client.eeprom*

balenaFin raw EEPROM data. This data is the byte-encoded version of the device serial identifier found on the QRcode on the top side of the PCB of the board. This data is available in this SW form starting from v1.1.1

Fin.Client.uid

Board's serial identifier. This data is the string encoded version of the device serial identifier - exact same value you would scan from the QRcode on the top side of the PCB of the board. This data is available in this SW form starting from v1.1.1

License

Copyright 2019 Balena Ltd.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.