Git Product home page Git Product logo

lightboard's Introduction

LightBoard

The Light Board is run by a microcomputer called a Raspberry Pi.

Using the Light Board

Lightboard & Raspberry Pi Resources / Notes

Login UserName: pi Login Password: techstudents

Set the Date and Time via terminal (needed to connect to internet).

sudo date -s "2023-11-28 11:06:00"

Basic Setup: https://youtu.be/KJupt2LIjp4

This will not get us connected wirelessly over the internet but it will allow us to write code directly on the RPI and test the light board. We followed this tutorial to hookup the board. I have soldered some wire connections so that it should be pretty easy to hook up.

Using a virtual environment venv

https://www.raspberrypi.com/documentation/computers/os.html#python-on-raspberry-pi

Imports / software install

pip install rpi_ws281x
pip install adafruit-circuitpython-neopixel

Use Thonny to write code. (SAVE)

To run the code on the light board sudo python3 file_name.py

To connect via ssh

Both computers must be connected to the same network. (Roseville Cemetary)

ssh userName@ip_address
ssh [email protected]

Wireless transfer over ssh:

https://howtoraspberrypi.com/transfer-files-raspberry-ssh/

To change directories

cd new_directory

lightboard's People

Contributors

bradleecrockett avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.