Arduino in Pd

  • von

Pi –> Arduino baud rate 115200 is too much 🙁 –> changing to 38400
abhängig vom pd-patch –> evtl später nochmal probieren 🙂

========================================

Rasp-Pi direkt mit Netzwerkkabel am Computer anstecken:

Computer-Ethernetsettings ändern zu
Configure: Manually
IP Address: 192.168.105.2
Subnet Mask: 255.255.255.0

========================================

Rasp-Pi Absturz Puredata – beenden erzwingen:

terminal –> top befehl –> programmID von pd raussuchen (zb 2233)
dann kill 2233
========================================

how to use the vi editor on embedded linux:
http://www.tuhh.de/rzt/tuinfo/editors/vi.html
:q! = quit without save
:wq = quit and save
r 7 = replace current symbol with 7

========================================

Rasp-Pi-IP-Einstellungen:

fixe IP adresse vergeben (http://juliusbeckmann.de/blog/statische-ip-adressen-in-debian-und-konsorten-einrichten.html):
–>als root mit vi den eintrag in –>etc–>network–>interfaces anpassen

========================================

files vom rasp-pi runtersichern oder raufspielen über ssh – dateien kopieren (backup)

zB den default-patch
in XQuarz in mein zielverzeichnis wechseln (zb PD_Projekte/RaspPi)
scp username@netzwerkadresse:pfad/zukopierendesfile zieldateiname
scp raspPiUsername@raspPiNetzwerkadresse:on-startup/default-patch.pd default-patch-backup.pd

=======================================
git unter macOSX verwenden:

comment: [version used here]

1. Xcode installieren oder updaten [v5.1]
2. command-line tools installieren (preferences –> downloads)
–> sonst gibt es folgende fehlermeldung:

=======
dyld: lazy symbol binding failed: Symbol not found: ___strlcpy_chk
Referenced from: /usr/local/git/bin/git
Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: ___strlcpy_chk
Referenced from: /usr/local/git/bin/git
Expected in: /usr/lib/libSystem.B.dylib

Trace/BPT trap: 5
========

– download/install latest git [1.9.0] + github [175]
– create a github account https://github.com/

then following –>
http://shaun.boyblack.co.za/blog/2009/03/14/getting-started-with-git-on-mac-os-x/

– restart terminal and type:
git config –global user.name „Your Name“
git config –global user.email your@email.com

– go to your project folder and type:
git init

===========================================

get mtl library for pd via git:
git clone git@github.com:patricksebastien/mtl.git