Bluefruit Board
(Mouse over links below to highlight the items on the image above)
  1. Sensors/Inputs
    1. Reset Button
    2. Switch
    3. Temperature
    4. Microphone
    5. Accelerometer
    6. Light
    7. Button A
    8. Button B
    9. Capacitive touch sensors
  2. Outputs
    1. Speaker
    2. Red LED
    3. NeoPixels 0 to 10
  3. Other
    1. Power Indicator (left of the USB)
    2. USB Port
    3. CPU

Temperature Sensor (GRADED)

Delete the code currently in the “code” file you opened in step 5 of Using Mu in the Initial Steps page. Copy and paste the code below into the “code” file and then click “Save”.

Your display should show the minimum, maximum, and current temperature like the image below if the switch is to the right. If the switch is to the left, the NeoPixels should light up based on the temperature. (If you don't know where the switch or the temperature sensor are, click "Bluefruit Board".)

Before you verify this step with your instructor, press your finger directly on the temperature sensor to confirm that:

  1. when the switch is to the right, the current temperature increases on the display as you heat up the temperature sensor with your finger.
    Bluefruit Board
  2. when the switch is to the left, the NeoPixel lights light up counterclockwise as the you heat up the temperature sensor with your finger.
    Bluefruit Board

Verify this with your instructor. This is part of your grade!