Pico Dev: Difference between revisions

From regional-training
No edit summary
Line 1: Line 1:
=specifications<ref>specifications https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html</ref>=
The pico provides
* dual-core ARM RP2040 dual core Arm Cortex M0+ SOIC.
* 264kB of SRAM
* 2MB of on-board flash memory
* USB 1.1 with device and host support
* Low-power sleep and dormant modes
* 26 × multi-function GPIO pins
* 2 × SPI
* 2 x I2C
* 2 x UART
* 3 x 12-bit ADC
* 16 × controllable PWM channels
* Accurate clock and timer on-chip
* temperature sensor
* accelerated floating-point libraries on chip
* 8 × Programmable I/O (PIO) state machines for custom peripherals support
* Drag-and-drop programming using mass storage over USB
[[image:pico-radio.png]]
[[image:pico-radio.png]]
* https://core-electronics.com.au/piicodev-adapter-for-raspberry-pi.html
* https://core-electronics.com.au/piicodev-adapter-for-raspberry-pi.html

Revision as of 13:07, 28 April 2023

specifications[1]

The pico provides

  • dual-core ARM RP2040 dual core Arm Cortex M0+ SOIC.
  • 264kB of SRAM
  • 2MB of on-board flash memory
  • USB 1.1 with device and host support
  • Low-power sleep and dormant modes
  • 26 × multi-function GPIO pins
  • 2 × SPI
  • 2 x I2C
  • 2 x UART
  • 3 x 12-bit ADC
  • 16 × controllable PWM channels
  • Accurate clock and timer on-chip
  • temperature sensor
  • accelerated floating-point libraries on chip
  • 8 × Programmable I/O (PIO) state machines for custom peripherals support
  • Drag-and-drop programming using mass storage over USB

picos


references

categories