Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jynik/meta-owswaas
Owen Wilson Saying "Wow" as a Service
https://github.com/jynik/meta-owswaas
iot owen trash wilson wow
Last synced: about 1 month ago
JSON representation
Owen Wilson Saying "Wow" as a Service
- Host: GitHub
- URL: https://github.com/jynik/meta-owswaas
- Owner: jynik
- License: mit
- Created: 2018-01-22T05:19:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-31T01:55:55.000Z (over 2 years ago)
- Last Synced: 2024-06-21T15:40:50.318Z (6 months ago)
- Topics: iot, owen, trash, wilson, wow
- Language: Go
- Size: 16.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.MIT
Awesome Lists containing this project
README
This is the meta-owswaas Yocto layer, which implements
Owen Wilson Saying "Wow" as a Service (OWSWaaS) on this hot mess:You can see a [video of it in action here](https://youtu.be/Z1xaM5WDDfk).
If you haven't used Yocto before, you can find a quick intro here:
https://github.com/jynik/ready-set-yoctoDependencies
============This layer depends on:
URI: git://git.yoctoproject.org/poky.git
layers: meta, meta-poky
branch: zeusURI: https://github.com/agherzan/meta-raspberrypi.git
layers: meta-raspberrypi
branch: zeusURL: git://git.openembedded.org/meta-openembedded
layers: meta-oe, meta-multimedia, meta-networking, meta-python, meta-filesystems
branch: zeusConfiguration Variables
=======================This layer currently targets the Raspberry Pi Zero (W), but can easily be adapted
to other platforms by defining variable overrides for the following in your `local.conf`.*Sysfs GPIO pin assigments*
* `GPIO_BTN = "24"` - Push button
* `GPIO_SW = "23"` - SP/ST rotary switch
* `GPIO_LED = "18"` - LED control (intentionally on RPi PWM pin, though not used as such)*Default ALSA sound card selection, by index:*
`DEFAULT_ALSA_CARD = "0"`
Hardware
========This is a fairly simple setup, and makes for a fun beginner/intermediate hobbyist
electronics project. Information about the hardware components can be found here:* [Pictures](./doc/images/)
* [Schematic](./doc/kicad/owswaas-shield.pdf)
* [Bill of Materials](./doc/BOM.md)Patches
=======Please submit patches as pull requests on Github at:
https://github.com/jynik/meta-owswaas/pulls