Skip to content

A power block and switch panel for all your 5v needs

License

Notifications You must be signed in to change notification settings

BryceAshey/maker-station

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maker Station

Powering your maker prototypes + some extra fun with HUE

Maker Station

Setup

Setup python and i2c on the pi

	sudo apt-get update
	
	sudo apt-get install python3 python3-pip git
	
	sudo pip3 install smbus2
	
	sudo apt-get install -y i2c-tools

Setup hue

Install the phue lib

	sudo pip3 install phue

Set an environ var of HUE_BRIDGE_IP to the IP of your hue bridge

Set an environ var of HUE_BRIDGE_USERNAME to an authorized username from your Hue.

To get a username from your hue: https://www.sitebase.be/generate-phillips-hue-api-token/

Setup megaio

This will setup megaio from the command line and for use by python

	~$ git clone https://github.com/SequentMicrosystems/megaio-rpi.git
	
	~$ cd megaio-rpi/
	
	~/megaio-rpi$ sudo make install

Releases

No releases published

Packages

No packages published

Languages