Skip to content

zoobab/esp8266-docker-buildbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

noswpatv3 ESP8266 Docker Buildbox

Usage

sudo docker build .

Export the serial adaptor

You can export the ttyUSB0 device from the HOST to the GUEST instance with this command:

root@mybox# docker run --privileged -v=/dev/ttyUSB0:/dev/tty-from-host -i -t zoobab/esp8266-docker-buildbox /bin/bash

root@7dfd28f629ce:/# ls /dev/tty*

/dev/tty /dev/tty-from-host /dev/tty0 /dev/tty1 /dev/tty2 /dev/tty3 /dev/tty4 /dev/tty5 /dev/tty6 /dev/tty7 /dev/tty8 /dev/tty9

Todo

  • Add blinky example
  • Add esptool to push blinky example
  • Find some other simpler examples

About

Docker Buildbox for the ESP8266 WiFi chip

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published