fbpixel
Tags: ,

The Raspberry Pi Zero microcomputer is very compact, with an integrated Bluetooth and WiFi module. Very easy to use, it is smaller but less powerful than the Raspberry Pi3.

raspberry-pi-zero Raspberry Pi Zero microcontroller overview

Microcontroller features

The Raspberry Pi Zero microcontroller uses the ARM11 single-core microprocessor. This processor operates at a clock frequency of 1000 MHz. It has NC kB RAM, NC kB EEPROM and 512,000 kB Flash memory (for programming and data logging).

  • CPU single-core ARM11
  • Voltage : 3.3V
  • Flash : 512000 kB
  • RAM : NC kB
  • EEPROM : NC kB
  • Clock speed : 1000MHz
  • WiFi : Yes
  • Bluetooth : Yes
  • SD : Yes
raspberry-pi-zero-overview Raspberry Pi Zero microcontroller overview

The microcontroller has a WiFi chip, enabling it to connect to the local network, create a server or create its own network for other devices to connect to. The microcontroller has a Bluetooth chip that enables it to interact with other devices. The Raspberry Pi Zero microcontroller also has an SD card slot for storing files for a website, for example.

Power supply

The Raspberry Pi Zero microcontroller operates on a voltage range of 4.9-5.2V, thanks to its on-board voltage regulator, while the microprocessor operates on a voltage of 3.3V. In normal operation, the microcontroller consumes up to 45mA (if no power is supplied) and can accept a maximum current of 20mA on each of its IO pins.

Pinout

  • Digital I/O : 29 (GPIO0, GPIO1, GPIO2, GPIO3, GPIO4, GPIO5, GPIO6, GPIO7, GPIO8, GPIO9, GPIO10, GPIO11, GPIO12, GPIO13, GPIO14, GPIO15, GPIO16, GPIO17, GPIO18, GPIO19, GPIO20, GPIO21, GPIO22, GPIO23, GPIO24, GPIO25, GPIO26, GPIO27, GPIO28)
  • Broches PWM : 29 (GPIO0, GPIO1, GPIO2, GPIO3, GPIO4, GPIO5, GPIO6, GPIO7, GPIO8, GPIO9, GPIO10, GPIO11, GPIO12, GPIO13, GPIO14, GPIO15, GPIO16, GPIO17, GPIO18, GPIO19, GPIO20, GPIO21, GPIO22, GPIO23, GPIO24, GPIO25, GPIO26, GPIO27, GPIO28)
  • Communication Serial: 1 ((‘GPIO14’, ‘GPIO15’))
  • I2C communication : 1 ((‘GPIO2’, ‘GPIO3’))
  • SPI communication : 1 ((‘GPIO8’, ‘GPIO11’, ‘GPIO9’, ‘GPIO10’))
  • I2S communication: 1 ((‘GPIO18’, ‘GPIO19’, ‘GPIO21’))
raspberry-pi-zero-pinout Raspberry Pi Zero microcontroller overview

Summary of features

Microcontrôleur
Nom: RaspberryPiZero
Marque: RaspberryPi
Caractéristiques
CPU: single-core ARM11
Tension d’alimentation : 4.9-5.2V
Tension logic: 3.3V
E/S digitales: -1
Entrées analogiques: 0
Flash: 512000kB
SRAM: NCkB
EEPROM: NCkB
Fréquence d’horloge: 1000 MHz
Wifi: Yes
Bluetooth: Yes
SD card: Yes
Touch: No
UART/SPI/I2C/I2S: Yes/Yes/Yes/Yes

How to get started