1. Introduction
    1. Hardware Details
    2. Dev Environment
    3. Quick Start
    4. Abstraction Layers
    5. Project Template
    6. Help & Troubleshooting
  2. Project From Scratch
    1. Runtime
    2. Embedded HAL
    3. no_std
    4. LED Matrix
    5. Core Logic
    6. Panic Handler
    7. Target
    8. Are we there yet?
  3. Fun with LED
    1. Display Character
    2. Scrolling Effect
  4. Smiley Buttons
  5. Touch Sensing
    1. Simple Touch
  6. Blinky with HAL
    1. Peripherals
    2. GPIO
    3. Timers
    4. Full code
  7. Embassy
    1. Microbit BSP
  8. Speaker
    1. Play Tone
    2. Embassy Beauty
    3. Happy Birthday
    4. Custom Tune
  9. Temperature Sensor
    1. Interrupt Request (IRQ)
      1. TEMP interrupt
      2. Irqs struct
  10. Microphone
    1. Print Values
    2. Clap to Smile
  11. Accelerometer
    1. How it works?
    2. I2C
    3. Print Values
      1. Initialize Sensor
      2. I2C Trait
      3. Readings
      4. Observations
      5. Gravity
    4. Shake
  12. Bluetooth
    1. BLE Stack
      1. GAP
      2. GATT
    2. Hello BLE
      1. Dependencies
      2. Softdevice Firmware
      3. BLE Module
      4. Softdevice Config
      5. Battery Service
      6. Main
      7. Connection
      8. Connect Mobile
    3. TrouBLE
  13. External Components
  14. LDR
    1. Voltage Divider
    2. How LDR works?
    3. ADC
      1. ADC in Microbit
    4. LDR With LED
      1. Smart Night Light