Since PWM is a little fraught with gotchas, this is mostly a message to future me-
(Note to self, rtfm - https://datasheets.raspberrypi.com/rp1/rp1-peripherals.pdf)
| pin | a0 | a3 |
|---|---|---|
| GPIO19 | PWM0_CHAN3 | |
| GPIO18 | PWM0_CHAN2 |
Since PWM is a little fraught with gotchas, this is mostly a message to future me-
(Note to self, rtfm - https://datasheets.raspberrypi.com/rp1/rp1-peripherals.pdf)
| pin | a0 | a3 |
|---|---|---|
| GPIO19 | PWM0_CHAN3 | |
| GPIO18 | PWM0_CHAN2 |
| --LED Matrix RAMI | |
| local json = dofile("/home/pi/Desktop/Matrix/json.lua") | |
| local socket = require("socket") | |
| local periphery = require('periphery') | |
| local GPIO = periphery.GPIO | |
| print("Using GPIO:",GPIO.version) |
| -- You have to add this to zbs user.lua configuration file | |
| verbose_folder = "C:/Users/Your_User/Documents/ZBS Backup/" --For example, you must use / , and be sure that the path ends with / |
| local LuaTable = { | |
| _VERSION = 'LuaTable v1.0.2 2016/08/27', | |
| _AUTHOR = 'RamiLego4Game', | |
| _URL = 'https://gist.github.com/RamiLego4Game/f656f5c1a118f77c3b7a08f4c65efaaf', | |
| _DESCRIPTION = 'A library that converts tables to Lua code that can be saved', | |
| _LICENSE = [[ | |
| MIT LICENSE | |
| Copyright (c) 2016 Rami Sabbagh |
More details - http://blog.gbaman.info/?p=791
For this method, alongside your Pi Zero, MicroUSB cable and MicroSD card, only an additional computer is required, which can be running Windows (with Bonjour, iTunes or Quicktime installed), Mac OS or Linux (with Avahi Daemon installed, for example Ubuntu has it built in).
1. Flash Raspbian Jessie full or Raspbian Jessie Lite onto the SD card.
2. Once Raspbian is flashed, open up the boot partition (in Windows Explorer, Finder etc) and add to the bottom of the config.txt file dtoverlay=dwc2 on a new line, then save the file.
3. If using a recent release of Jessie (Dec 2016 onwards), then create a new file simply called ssh in the SD card as well. By default SSH i