Skip to content

Latest commit

 

History

History

rpi_zero_w

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

SparkPal - RPI Zero W version

Overview

This version is built using Raspberry Pi Zero W (with bluetooth) and Nodejs. RPI is an excellent platform for this protoype project and easy to get started with.

Hardware

  • Raspberry Pi Zero W (with bluetooth module) with micro SD card
  • SSD1306 OLED LCD
  • 5 normally open switches
  • 3mm LEDs X 3 and resistors

Software

Environment Setup

  • Execute sudo raspi-config, go to "Interfacing Options" and enable I2C (for the OLED display)
  • Execute sudo apt-get install build-essential libbluetooth-dev
  • Execute npm install in the project folder to install the libs