Raspberry Pi challenges

Raspberry Pi challenges #

  1. Boot the Pi and log in.
  2. Create a new directory called fun-stuff.
  3. Create a new file in fun-stuff that is called poem.txt and write a poem about ME 30.
  4. Figure out what your Pi’s MAC address is.
  5. Connect to Tufts_Wireless and determine your IP address.
  6. Install pip and RPi.GPIO and write a Python 3 script that sets pin 13 high.
  7. Write a Python 3 script to change the speed of your motor using PWM.
  8. Install Flask and start it running.
  9. Modify your Flask instance so when you request the URL http://IP_ADDRESS_OF_YOUR_PI:5000/runmotor, your motor turns on.