User:E.zn/Prototyping: Difference between revisions
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
[https://git.xpub.nl/E.zn?tab=activity E.zn repo] | [https://git.xpub.nl/E.zn?tab=activity E.zn repo] | ||
[http://ndpsoftware.com/git-cheatsheet.html#loc=index; Cheatsheet] | |||
[https://eagain.net/articles/git-for-computer-scientists/ Git for c-sci] | |||
__________________________________________________Git got | |||
[[File:GitGot.gif|789px]] | [[File:GitGot.gif|789px]] | ||
<pre style="color: blue"> | <pre style="color: blue"> |
Revision as of 05:16, 2 December 2019
what is your module?
__ scans RFID cards, converts them to sounds + text + binary; selects questions from array [via knob] + sonifies them / selects answers randomly from an array [only whenever there is an input signal]
what is its output?
__ RFID-read card-to-sound [audio 1] / LED [blinks to RFID binary] / binaty [HIGH/LOW] via RFID binary / text via Tx / text to LCD [via knob] / text to LCD [via input signal] / text-to-sound [audio 2]
what is its inputs?
__ RFID-read card / signal / text [via knob]
how does your the module work with others' module?
__ sends text [via Tx] / sends binary signal ///// receives signal
where are you at the moment?
__ Did a prototype on an experimental PCB
what are you struggling with?
__ lcd
Git
__________________________________________________Git got
git init git clone [repo link] git status git add [file-name.txt] git add -A git commit -m "[commit message]" git rm -r [file-name.txt] git push git pull
Pi
Pi url
PI IP: 145.24.139.127
Website
git repo for the Special Issue X website
Etherpads
Readings [Andre]
Yaron Koren - Working with MediaWiki
Brian W. Kernighan & Rob Pike - The Unix Programming Environment[Prentice-Hall, 1984]
Jerry D. Peek, Tim Reilly, and Michael K. Loukides - UNIX Power Tools [O'Reilly & Associates, 1997]
Neal Stephenson - In the beginning ... was the command line [Avon Books, 1999]