This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:raspberry_pi_arduino [2018/02/06 07:53] – Somepub | en:raspberry_pi_arduino [2020/07/20 09:00] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 107: | Line 107: | ||
===== NEW GUIDE ===== | ===== NEW GUIDE ===== | ||
- | 1. sudo apt-get update | + | ==== Raspberry Conf ==== |
- | 2. sudo apt-get arduino | + | |
- | 3. sudo apt-get motion | + | |
- | 4.sudo nano / | + | |
+ | - sudo apt-get update | ||
+ | - sudo apt-get arduino | ||
+ | - sudo apt-get motion | ||
+ | - sudo nano / | ||
+ | - cd /home/pi ; mkdir sketchbook | ||
+ | |||
+ | ==== DistanceLab Conf ==== | ||
+ | - Compile : scp -P PORT {waypath}/ | ||
+ | - Execute : ssh -p PORT -t -t USER@IP | ||
+ | |||
+ | ==== SSH Conf ==== | ||
+ | |||
+ | - Try out conf commands | ||
+ | - ssh-copy-id USER@IP -p PORT | ||
+ | - sudo cp -r / |