Skip to content

carlj/IoT-COP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IoT Cop Readme

This is the project for the IoT Cop event.

Install the Raspberry Pi

  • Copy the raspbian image with: ```sudo dd bs=1m if=2016-05-10-raspbian-jessie.img of=/dev/rdisk2``
  • Add dtoverlay=pi3-miniuart-bt to the /config.txt on the SD Card
  • Copy & Paste the wpa_supplicant.conf to the root folder of the SD Card

Install pygame (manually):

  • Expand the filesystem with: sudo raspi-config --expand_rootfs
  • Update apt-get sources: sudo apt-get update
  • Install pygame: sudo apt-get build-dep python-pygame
  • Insall python dev bindings: sudo apt-get install python-dev

Install pygame (script)

  • just start the install-dependencies.sh script

Testing pygame

  • sudo python pygame-test1.py
  • sudo python pygame-test2.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published