Logo

FNK0070

  • Welcome
    • Getting Started
    • Get Support and Offer Input
    • Safety and Precautions
    • About Freenove
    • Copyright

Preface

  • Preface

Micro:bit

  • Micro:bit
    • Meet micro:bit
    • Features
    • Hardware
      • GPIO

Micro:bit GPIO Extension Board

  • Micro:bit GPIO Extension Board
    • Hardware and Feature
    • How to use?

Code & Programming

  • Code & Programming
    • Quick Start
      • Step 1: Connecting Micro:bit
      • Step 2: Write Program
      • Step 3: Flashing Code to your Micro:bit
      • Step 4: Run the Program
      • Warning
    • MakeCode
    • Quick Download
      • Pair device
    • Import Code
    • Python
      • Mu
      • Import necessary Python file into micro:bit

Projects

  • 1. Chapter LED matrix
    • 1.1. Project Heartbeat
      • 1.1.1. Component List
      • 1.1.2. Circuit
      • 1.1.3. Block code
        • 1.1.3.1. Reference
      • 1.1.4. Python Code
        • 1.1.4.1. Reference
          • display.show()
          • sleep()
    • 1.2. Project Displaying Number
      • 1.2.1. Circuit
      • 1.2.2. Block code
        • 1.2.2.1. Reference
      • 1.2.3. Python code
        • 1.2.3.1. Reference
          • display.scroll()
    • 1.3. Project Displaying Text
      • 1.3.1. Circuit
      • 1.3.2. Block code
        • 1.3.2.1. Reference
      • 1.3.3. Python code
    • 1.4. Project Displaying Custom
      • 1.4.1. Circuit
      • 1.4.2. Block code
        • 1.4.2.1. Reference
      • 1.4.3. Python code
        • 1.4.3.1. Reference
  • 2. Built-in Button
    • 2.1. Project Button A and B
      • 2.1.1. Circuit
      • 2.1.2. Block code
        • 2.1.2.1. Reference
      • 2.1.3. Python code
        • 2.1.3.1. Reference
          • is_pressed()
  • 3. Chapter Serial Communication
    • 3.1. Project Display the Data
      • 3.1.1. Component list
      • 3.1.2. Circuit
        • 3.1.2.1. Reference
      • 3.1.3. Python code
        • 3.1.3.1. Reference
          • uart.write()
  • 4. Chapter Magnetometer
    • 4.1. Project Display Magnetometer Data
      • 4.1.1. Component list
      • 4.1.2. Circuit
      • 4.1.3. Block code
        • 4.1.3.1. Reference
      • 4.1.4. Python code
        • 4.1.4.1. Reference
          • compass.calibrate()
          • compass.heading()
    • 4.2. Project Electronic Compass
      • 4.2.1. Component list
      • 4.2.2. Circuit
      • 4.2.3. Block code
        • 4.2.3.1. Reference
      • 4.2.4. Python code
  • 5. Chapter Accelerometer
    • 5.1. Project Display Accelerometer Data
      • 5.1.1. Component list
      • 5.1.2. Circuit
      • 5.1.3. Block code
        • 5.1.3.1. Reference
      • 5.1.4. Python code
        • 5.1.4.1. Reference
          • accelerometer.get_values()
    • 5.2. Project Gradiometer
      • 5.2.1. Component list
      • 5.2.2. Circuit
      • 5.2.3. Block code
        • 5.2.3.1. Reference
      • 5.2.4. Python code
        • 5.2.4.1. Reference
          • display.clear()
          • display.set_pixel()
          • accelerometer.get_x()
          • accelerometer.get_y()
  • 6. Chapter Light Sensor
    • 6.1. Project Built-in Light Sensor
      • 6.1.1. Component list
      • 6.1.2. Component knowledge
        • 6.1.2.1. Light sensor
      • 6.1.3. Circuit
      • 6.1.4. Block code
        • 6.1.4.1. Reference
      • 6.1.5. Python code
        • 6.1.5.1. Reference
          • display.read_light_level()
  • 7. Chapter Temperature Sensor
    • 7.1. Project Built-in Temperature Sensor
      • 7.1.1. Component list
      • 7.1.2. Circuit
      • 7.1.3. Block code
        • 7.1.3.1. Reference
      • 7.1.4. Python code
        • 7.1.4.1. Reference
          • temperature()
          • display.scroll()

What's next?

  • What’s Next?
fnk0070-docs
  • Search