Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Dublin First Raspberry Pi Jam

Dublin First Raspberry Pi Jam

When: Sat Aug 11 / Where: Science Gallery

Welcome followed by beginners quick guide to command line, how to install packages on your Pi, connecting your laptop to Raspberry Pi.

Details - https://ti.to/dublin-raspberry-pi-jam/first-pi-jam

whykay 🏳️‍🌈🦄

August 11, 2018
Tweet

More Decks by whykay 🏳️‍🌈🦄

Other Decks in Technology

Transcript

  1. Raffle Raspberry Pi 3 Starter Kit Winner drawn and announced

    @ 17:30 2 x Raspberry Pi 3 Premium Kit 3 x Raspberry Pi 3 Model B+
  2. Facilitators • Vicky Twomey-Lee • Mick Twomey • Conall Laverty

    • Conor Murphy • Philip Harney • Will Knott Don’t be afraid to ask questions!
  3. • Have a go, learn through play • Ask all

    the questions • It’s OK to FAIL • Celebrate success (tweet it!) • Work with others Don’t be afraid to ask questions! @DubRaspJam
  4. The Plan 12:45 Welcome & Introduction 12:20 Jam starts
 •

    Beginners - Vicky • Intermediate • Hobbyists - Already set up 17:30 Jam ends/Tidy up 18:00 Event ends Lunch/Breaks is whenever you want :-) @DubRaspJam
  5. Beginners - Command Line Let’s type a few commands… pwd

    Should display something like: /home/pi
  6. Beginners - Command Line Other useful commands rm <filename> !

    Files deleted this ware are not generally not restorable
  7. Beginners - Command Line Other useful commands rm -R <directory-name>

    ! Files deleted this ware are not generally not restorable
  8. Beginners - Command Line Update any old packages to new

    version using apt sudo apt upgrade
  9. Connecting Pi Remotely with your Laptop Windows Only Install Bonjour

    https://support.apple.com/kb/DL999 Find and run Bonjour
  10. Connecting Pi Remotely with your Laptop • Make sure Raspberry

    Pi is powered off • Take microSD card from Raspberry Pi • Insert into a SD card adaptor • Insert into your laptop
  11. Connecting Pi Remotely with your Laptop Enable SSH first •

    On your own laptop • Open Terminal MacOS: • Type following and hit ⏎:
 touch /Volumes/boot/ssh Windows: •Talk to us!
  12. Connecting Pi Remotely with your Laptop • Eject the SD

    card (adaptor) • Take out microSD card • Put it back into the Raspberry Pi • Connect ethernet cable from Raspberry Pi to your laptop • Connect power to the Raspberry Pi • Wait a couple of minutes until the Raspberry Pi boots up
  13. Connecting Pi Remotely with your Laptop via https://pihw.wordpress.com/guides/direct-network-connection Using ssh

    • On your laptop via the terminal, type the following: ssh [email protected] Password is “raspberry” by default