Skip to content

siggy/ledmesh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LEDMesh

LEDs over a mesh network

Raspberry PI Setup

OS

  1. Download Raspian Lite: https://downloads.raspberrypi.org/raspbian_lite_latest
  2. Flash 20XX-XX-XX-raspbian-stretch-lite.zip using Etcher
  3. Remove/reinsert flash drive
  4. Add ssh and bootstrap files:
    touch /Volumes/boot/ssh
    cp bin/bootstrap /Volumes/boot/
    chmod a+x /Volumes/boot/bootstrap
    diskutil umount /Volumes/boot

First Boot

ssh pi@raspberrypi.local
# password: raspberry

# change default password
passwd

/bootstrap

Build and run

go run main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published