jpconstantineau / Docker_Bluefruit_nRF52

Docker image for compiling nRF52 BlueFruit code using the Arduino cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adafruit_nRF52_Arduino Docker Container

Docker image for compiling nRF52 BlueFruit code using the Arduino cli docker image.

Uses the latest Adafruit Library for releases

Uses the latest Arduino-CLI Releases

There is a github action that check for new releases every day.

Using the image

Find the container for you to use on Dockerhub.

To use the docker image, do a docker pull, then you can call the CLI as part of the docker run command.

Note that to see your sketch, the working directory must be mounted in the image.

docker pull jpconstantineau/arduino-cli-bluefruit-nrf52

docker run -it --mount src=${PWD},target=/mnt,type=bind  jpconstantineau/arduino-cli-bluefruit-nrf52:latest arduino-cli-bluefruit-nrf52

About

Docker image for compiling nRF52 BlueFruit code using the Arduino cli


Languages

Language:Dockerfile 82.4%Language:C++ 17.6%