Skip to content

Docker image for compiling nRF52 BlueFruit code using the Arduino cli

Notifications You must be signed in to change notification settings

jpconstantineau/Docker_Bluefruit_nRF52

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages