#[1]Raspberry Pi » Meet Raspberry Silicon: Raspberry Pi Pico now on sale at $4 Comments Feed [2]alternate [3]alternate [4]alternate * [5]Skip to main content * [6]Skip to footer * [7]Accessbility statement and help (BUTTON) * [8]Hardware Low-cost, high-performance Raspberry Pi computers and accessories [9]Buy Raspberry Pi 4 [10]Buy Raspberry Pi 400 + [11]All products + [12]For industry + [13]Documentation + [14]Forums * [15]Software Everything you need to get started with your Raspberry Pi computer [16]Our software + [17]Raspberry Pi OS + [18]Raspberry Pi Desktop + [19]Help + [20]Forums * [21]Books & magazines Books and magazines from Raspberry Pi Press [22]Explore our titles + [23]The MagPi + [24]HackSpace + [25]Wireframe + [26]Custom PC * [27]Learn Free resources for young people to learn to code and become digital makers [28]Learn at home + [29]Guided coding projects + [30]Learn at a Code Club + [31]Learn at a CoderDojo * [32]Teach Free training, resources, and guidance to help you teach computing with confidence [33]Support for teachers + [34]Teach Computing + [35]Start a Code Club + [36]Online training courses * [37]Forums * [38]About us We work to put the power of computing and digital making into the hands of people all over the world [39]About us + [40]Donate + [41]Support us + [42]Our supporters + [43]Blog Raspberry Pi Blog [44]All blog posts * [45]Archive * [46]RSS Meet Raspberry Silicon: Raspberry Pi Pico now on sale at $4 * 21st Jan 2021 * [47]James Adams * [48]155 comments Today, we’re launching our first microcontroller-class product: Raspberry Pi Pico. Priced at just $4, it is built on RP2040, a brand-new chip developed right here at Raspberry Pi. Whether you’re looking for a standalone board for deep-embedded development or a companion to your Raspberry Pi computer, or you’re taking your first steps with a microcontroller, this is the board for you. IFRAME: [49]https://www.youtube.com/embed/o-tRJPCv0GA?feature=oembed You can [50]buy your Raspberry Pi Pico today online from one of our Approved Resellers. Or head to your local newsagent, where every copy of this month’s [51]HackSpace magazine comes with a free Pico, as well as plenty of guides and tutorials to help you get started with it. If coronavirus restrictions mean that you can’t get to your newsagent right now, you can [52]grab a subscription and get Pico delivered to your door. Oops!… We Did It Again Microcomputers and microcontrollers Many of our favourite projects, from [53]cucumber sorters to [54]high altitude balloons, connect Raspberry Pi to the physical world: software running on the Raspberry Pi reads sensors, performs computations, talks to the network, and drives actuators. This ability to bridge the worlds of software and hardware has contributed to the enduring popularity of Raspberry Pi computers, with over 37 million units sold to date. But there are limits: even in its lowest power mode a [55]Raspberry Pi Zero will consume on the order of 100 milliwatts; Raspberry Pi on its own does not support analogue input; and while it is possible to run “bare metal” software on a Raspberry Pi, software running under a general-purpose operating system like Linux is not well suited to low-latency control of individual I/O pins. Many hobbyist and industrial applications pair a Raspberry Pi with a microcontroller. The Raspberry Pi takes care of heavyweight computation, network access, and storage, while the microcontroller handles analogue input and low-latency I/O and, sometimes, provides a very low-power standby mode. Until now, we’ve not been able to figure out a way to make a compelling microcontroller-class product of our own. To make the product we really wanted to make, first we had to learn to make our own chips. Raspberry Si It seems like every fruit company is making its own silicon these days, and we’re no exception. RP2040 builds on the lessons we’ve learned from using other microcontrollers in our products, from the [56]Sense HAT to [57]Raspberry Pi 400. It’s the result of many years of hard work by our in-house chip team. RP2040 on a Raspberry Pi Pico We had three principal design goals for RP2040: high performance, particularly for integer workloads; flexible I/O, to allow us to talk to almost any external device; and of course, low cost, to eliminate barriers to entry. We ended up with an incredibly powerful little chip, cramming all this into a 7 × 7 mm QFN-56 package containing just two square millimetres of 40 nm silicon. RP2040 has: * Dual-core Arm Cortex-M0+ @ 133MHz * 264KB (remember kilobytes?) of on-chip RAM * Support for up to 16MB of off-chip Flash memory via dedicated QSPI bus * DMA controller * Interpolator and integer divider peripherals * 30 GPIO pins, 4 of which can be used as analogue inputs * 2 × UARTs, 2 × SPI controllers, and 2 × I2C controllers * 16 × PWM channels * 1 × USB 1.1 controller and PHY, with host and device support * 8 × Raspberry Pi Programmable I/O (PIO) state machines * USB mass-storage boot mode with UF2 support, for drag-and-drop programming And this isn’t just a powerful chip: it’s designed to help you bring every last drop of that power to bear. With six independent banks of RAM, and a fully connected switch at the heart of its bus fabric, you can easily arrange for the cores and DMA engines to run in parallel without contention. For power users, we provide a complete C SDK, a GCC-based toolchain, and Visual Studio Code integration. As Cortex-M0+ lacks a floating-point unit, we have commissioned optimised floating-point functions from Mark Owen, author of the popular [58]Qfplib libraries; these are substantially faster than their GCC library equivalents, and are licensed for use on any RP2040-based product. With two fast cores and and a large amount of on-chip RAM, RP2040 is a great platform for machine learning applications. You can find Pete Warden’s port of Google’s [59]TensorFlow Lite framework [60]here. Look out for more machine learning content over the coming months. For beginners, and other users who prefer high-level languages, we’ve worked with Damien George, creator of [61]MicroPython, to build a polished port for RP2040; it exposes all of the chip’s hardware features, including our innovative PIO subsystem. And our friend Aivar Annamaa has added RP2040 MicroPython support to the popular [62]Thonny IDE. Raspberry Pi Pico Raspberry Pi Pico is designed as our low-cost breakout board for RP2040. It pairs RP2040 with 2MB of Flash memory, and a power supply chip supporting input voltages from 1.8-5.5V. This allows you to power your Pico from a wide variety of sources, including two or three AA cells in series, or a single lithium-ion cell. Pico provides a single push button, which can be used to enter USB mass-storage mode at boot time and also as a general input, and a single LED. It exposes 26 of the 30 GPIO pins on RP2040, including three of the four analogue inputs, to 0.1”-pitch pads; you can solder headers to these pads or take advantage of their castellated edges to solder Pico directly to a carrier board. Volume customers will be able to buy pre-reeled Pico units: in fact we already supply Pico to our Approved Resellers in this format. The Pico PCB layout was co-designed with the RP2040 silicon and package, and we’re really pleased with how it turned out: a two-layer PCB with a solid ground plane and a GPIO breakout that “just works”. A reel of Raspberry Pi Pico boards Reely good Whether Raspberry Pi Pico is your first microcontroller or your fifty-first, we can’t wait to see what you do with it. Raspberry Pi Pico documentation Our ambition with RP2040 wasn’t just to produce the best chip, but to support that chip with the best documentation. Alasdair Allan, who joined us a year ago, has overseen a colossal effort on the part of the whole engineering team to document every aspect of the design, with simple, easy-to-understand examples to help you get the most out of your Raspberry Pi Pico. You can find complete documentation for Raspberry Pi Pico, and for RP2040, its SDK and toolchain, [63]here. Get Started with Raspberry Pi Pico book To help you get the most of your Pico, why not grab a copy of [64]Get Started with MicroPython on Raspberry Pi Pico by Gareth Halfacree and our very own Ben Everard. It’s ideal for beginners who are new (or new-ish) to making with microcontrollers. Our colleagues at the Raspberry Pi Foundation have also produced an educational project to help you get started with Raspberry Pi Pico. You can find it [65]here. Partners Over the last couple of months, we’ve been working with our friends at Adafruit, Arduino, Pimoroni, and Sparkfun to create accessories for Raspberry Pi Pico, and a variety of other boards built on the RP2040 silicon platform. Here are just a few of the products that are available to buy or pre-order today. Adafruit Feather RP 2040 RP2040 joins the hundreds of boards in the Feather ecosystem with the fully featured [66]Feather RP 2040 board. The 2″ × 0.9″ dev board has USB C, Lipoly battery charging, 4MB of QSPI flash memory, a STEMMA QT I2C connector, and an optional SWD debug port. With plenty of GPIO for use with any FeatherWing, and hundreds of Qwiic/QT/Grove sensors that can plug and play, it’s the fast way to get started. Feathery goodness Adafruit ItsyBitsy RP 2040 Need a petite dev board for RP2040? The [67]Itsy Bitsy RP 2040 is positively tiny, but it still has lots of GPIO, 4MB of QSPI flash, boot and reset buttons, a built-in RGB NeoPixel, and even a 5V output logic pin, so it’s perfect for NeoPixel projects! Small is beautiful Arduino Nano RP2040 Connect Arduino joins the RP2040 family with one of its most popular formats: the Arduino Nano. The [68]Arduino Nano RP2040 Connect combines the power of RP2040 with high-quality MEMS sensors (a 9-axis IMU and microphone), a highly efficient power section, a powerful WiFi/Bluetooth module, and the ECC608 crypto chip, enabling anybody to create secure IoT applications with this new microcontroller. The Arduino Nano RP2040 Connect will be available for pre-order in the next few weeks. Get connected! Pimoroni PicoSystem [69]PicoSystem is a tiny and delightful handheld game-making experience based on RP2040. It comes with a simple and fast software library, plus examples to make your mini-gaming dreams happen. Or just plug it into USB and drop the best creations from the Raspberry Pi-verse straight onto the flash drive. Pixel-pushing pocket-sized playtime Pimoroni Pico Explorer Base [70]Pico Explorer offers an embedded electronics environment for educators, engineers, and software people who want to learn hardware with less of the “hard” bit. It offers easy expansion and breakout along with a whole bunch of useful bits. Go explore! SparkFun Thing Plus – RP2040 The [71]Thing Plus – RP2040 is a low-cost, high-performance board with flexible digital interfaces featuring Raspberry Pi’s RP2040 microcontroller. Within the Feather-compatible Thing Plus form factor with 18 GPIO pins, the board offers an SD card slot, 16MB (128Mbit) flash memory, a JST single-cell battery connector (with a charging circuit and fuel gauge sensor), an addressable WS2812 RGB LED, JTAG PTH pins, mounting holes, and a Qwiic connector to add devices from SparkFun’s quick-connect I2C ecosystem. Thing One, or Thing Two? SparkFun MicroMod RP2040 Processor The MicroMod RP2040 Processor Board is part of SparkFun’s MicroMod modular interface system. The MicroMod M.2 connector makes it easy to connect your RP2040 Processor Board with the MicroMod carrier board that gives you the inputs and outputs you need for your project. The Mighty Micro SparkFun Pro Micro – RP2040 The [72]Pro Micro RP2040 harnesses the capability of RP2040 on a compact development board with the USB functionality that is the hallmark of all SparkFun’s Pro Micro boards. It has a WS2812B addressable LED, boot button, reset button, Qwiic connector, USB-C, and castellated pads. Go Pro Credits It’s fair to say we’ve taken the long road to creating Raspberry Pi Pico. Chip development is a complicated business, drawing on the talents of many different people. Here’s an incomplete list of those who have contributed to the RP2040 and Raspberry Pi Pico projects: Dave Akerman, Sam Alder, Alasdair Allan, Aivar Annamaa, Jonathan Bell, Mike Buffham, Dom Cobley, Steve Cook, Phil Daniell, Russell Davis, Phil Elwell, Ben Everard, Andras Ferencz, Nick Francis, Liam Fraser, Damien George, Richard Gordon, F Trevor Gowen, Gareth Halfacree, David Henly, Kevin Hill, Nick Hollinghurst, Gordon Hollingworth, James Hughes, Tammy Julyan, Jason Julyan, Phil King, Stijn Kuipers, Lestin Liu, Simon Long, Roy Longbottom, Ian Macaulay, Terry Mackown, Simon Martin, Jon Matthews, Nellie McKesson, Rod Oldfield, Mark Owen, Mike Parker, David Plowman, Dominic Plunkett, Graham Sanderson, Andrew Scheller, Serge Schneider, Nathan Seidle, Vinaya Puthur Sekar, Mark Sherlock, Martin Sperl, Mike Stimson, Ha Thach, Roger Thornton, Jonathan Welch, Simon West, Jack Willis, Luke Wren, David Wright. We’d also like to thank our friends at Sony Pencoed and Sony Inazawa, Microtest, and IMEC for their help in bringing these projects to fruition. [73]Buy your Raspberry Pi Pico from one of our Approved Resellers today, and let us know what you think! FAQs Are you planning to make RP2040 available to customers? We hope to make RP2040 broadly available in the second quarter of 2021. Share this post * [74]Post to Twitter * [75]Post to Facebook * [76]new product Latest posts [77] Computing education and underrepresentation: the data from England [78] Raspberry Pi LEGO sorter [79] Deter burglars with a Raspberry Pi chatbot [80] RetroPie booze barrel Previous Post [81] Computing education and underrepresentation: the data from England Share this post * [82]Post to Twitter * [83]Post to Facebook 155 comments [84]Jump to the comment form Avatar [85]Vas 21st January 2021, [86]7:08 am Congratulations! Another revolution? :) For $4… [87]Reply to Vas Avatar David 21st January 2021, [88]7:10 am Analog inputs! Yay! [89]Reply to David Avatar [90]Jeff Geerling 21st January 2021, [91]7:15 am I had a blast testing this little board out, and I am over the moon about the price! Thanks for delivering a great little board that my son is already trying to wrestle out of my hands so ‘he can be an inventor’ :) [92]Reply to Jeff Geerling Avatar [93]Michael Horne 21st January 2021, [94]7:18 am Congratulations, all! [95]Reply to Michael Horne Avatar [96]EpicMArio71 21st January 2021, [97]7:22 am I need buy dis like now! [98]Reply to EpicMArio71 Avatar Anton 21st January 2021, [99]7:29 am Oh, wow! Absolutely awesome, thank you! [100]Reply to Anton Avatar Anton 21st January 2021, [101]7:32 am And please, what is then the power consumption? [102]Reply to Anton Avatar Jeff Geerling 21st January 2021, [103]7:46 am Check out the Pico datasheet ([104]https://datasheets.raspberrypi.org/pico/pico_datasheet.pdf) — it has an entire section devoted to power consumption measurements in various conditions (section 3.1). [105]Reply to Jeff Geerling Avatar Anton 21st January 2021, [106]8:44 am Thank you! [107]Reply to Anton Avatar [108]Paul Beech 21st January 2021, [109]7:32 am We’re over the moon this is finally out. We went big on boards to support the RP2040 and Pico :D [110]https://shop.pimoroni.com/collections/pico [111]Reply to Paul Beech Avatar Jim Manley 21st January 2021, [112]3:34 pm O.R.D.E.R.E.D. including all of the wonderful related kit. Sure miss everyone I met on the Pirate Crew at Maker Faire SF, and wonder when it will ever be possible to meet in meatspace again before being marched off to the gulags for mandatory “re-education” … Take good care – Jim KJ7JHE [113]Reply to Jim Manley Avatar Benoit DEVIJVER 21st January 2021, [114]7:34 am Wonderfull news, I’ll have again to buy this to support your work ! [115]Reply to Benoit DEVIJVER Avatar Gordon77 21st January 2021, [116]7:36 am Great news, l was just looking at similar products. What are VBUS and VSYS ? [117]Reply to Gordon77 James Adams Raspberry Pi Staff [118]James Adams — post author 21st January 2021, [119]8:00 am VBUS is the 5V USB input voltage. VSYS is the ‘system’ input voltage used to generate 3.3V. On the board VSYS is fed from VBUS via a Schottky diode. Feeding external power in via VSYS (through another Schottky diode) allows eithre VBUS [if connected] or your external power [if connected] to power the board, whichever is the higher voltage. It’s designed to be simple but flexible. [120]Reply to James Adams Avatar Anton 21st January 2021, [121]7:47 am And please, how many gates RP2040 has, if that’s not a secret? Just curious! [122]Reply to Anton Avatar Cyber Killer 21st January 2021, [123]7:51 am No pins again? That’s a bummer. [124]Reply to Cyber Killer Avatar [125]Marcus 21st January 2021, [126]8:21 am Some resellers are already providing versions of the Raspberry Pi Pico with headers. [127]Reply to Marcus Avatar Mahjongg 21st January 2021, [128]4:02 pm Gold plated pinheaders are relatively expensive, and the moon shaped edge indentations make soldering the board directly to a carrier easy, no pinheaders needed. But I suspect other board makers will sell versions with headers. [129]Reply to Mahjongg Avatar XiaoYuBiBiBi 21st January 2021, [130]7:54 am This is a super cool chip [131]Reply to XiaoYuBiBiBi Avatar [132]nixCraft 21st January 2021, [133]7:57 am Finally, some good news in 2021. The price is so sweet. I am drooling over Pimoroni PicoSystem. [134]Reply to nixCraft Avatar smartroad 21st January 2021, [135]8:01 am Wow! I have brought one to play with. I was wondering, the Micropython book that is available with this, is it available in PDF format to buy? [136]Reply to smartroad James Adams Raspberry Pi Staff [137]James Adams — post author 21st January 2021, [138]8:44 am You can download it for free here: [139]https://hackspace.raspberrypi.org/books/micropython-pico [140]Reply to James Adams Avatar smartroad 21st January 2021, [141]8:54 am Thanks James, donated and downloaded :) Didn’t feel right downloading for free :D [142]Reply to smartroad James Adams Raspberry Pi Staff [143]James Adams — post author 21st January 2021, [144]9:13 am Thank you! :) [145]Reply to James Adams Avatar Jatin Gandhi 22nd January 2021, [146]4:37 am Thanks a lot :-) [147]Reply to Jatin Gandhi Avatar James Young 21st January 2021, [148]8:02 am Nice board. One thing that bugs me is how there is no silkscreened pin numbers on the board. [149]Reply to James Young Eben Upton Raspberry Pi Staff Eben Upton 21st January 2021, [150]8:26 am They’re on the back! [151]Reply to Eben Upton Avatar Szaja 21st January 2021, [152]8:31 am So it’s a drawback. :-) [153]Reply to Szaja Eben Upton Raspberry Pi Staff Eben Upton 21st January 2021, [154]1:48 pm I see what you did there. [155]Reply to Eben Upton Avatar pd 21st January 2021, [156]8:36 am Should be available on back side of the board. [157]Reply to pd Avatar shiftyc 21st January 2021, [158]8:36 am They’re on the underside. [159]Reply to shiftyc Avatar mahjongg 21st January 2021, [160]3:58 pm Just use the board upside down then, solder the headers on the topside, and put it in a breadboard upside down. Perhaps the RPF will add pin numbers on the topside in the future should be possible if there is a great demand for it, in the meantime just count! [161]Reply to mahjongg Avatar [162]Stewart Watkiss 21st January 2021, [163]8:03 am Great. Microcontrollers are really useful and having one that has a reasonable amount of memory and works with Micro Python is going to make these even more accessible for new programmers / makers. [164]Reply to Stewart Watkiss Avatar [165]Manoel 21st January 2021, [166]8:04 am Sweet! Will it be possible to order RP2040 chips alone? (without having a MOQ in the range of 1000s?) [167]Reply to Manoel James Adams Raspberry Pi Staff [168]James Adams — post author 21st January 2021, [169]8:29 am Yes we are planning to make the chips available in due course, see the FAQ at the end of the post. [170]Reply to James Adams Avatar Anton 21st January 2021, [171]8:10 am It has everything: documentation, dual core chip, mass storage, SDK, partners, …, everything! I can’t believe… Please, two more questions: what is “integer divider peripherals”? And what are the new floating-point functions? Where do they live and what does it mean “are licensed for use on any RP2040-based product”? [172]Reply to Anton James Adams Raspberry Pi Staff [173]James Adams — post author 21st January 2021, [174]8:33 am Integer divide peripheral is fast internal hardware to do integer division. The floating point functions are hand-optmised assembler code to do floating point operations, faster than defaults included with GCC etc. [175]Reply to James Adams Avatar Anton 21st January 2021, [176]8:49 am I know it’s a bit early but is it possible to shed more light on both the integer divider and FP routines? What the divider developed in-house? How many cycles does the division instruction take? Is it 64-by-32-bits or 32-by-32 bits? And the FP routines, are they open source? What license? Are they IEEE 754 compliant? Can they be used with other M0-based processors (in proprietary applications, for example)? [177]Reply to Anton Avatar Ewan 21st January 2021, [178]9:10 am If they were open source they’d be licenced for use on anything, not just anything with an RP2040. [179]Reply to Ewan Avatar Nick 21st January 2021, [180]2:33 pm Open/closed source and licensing are separate things. Avatar James Hughes 21st January 2021, [181]9:18 am The Divider routines were developed in house, they are fully described in the datasheet. In addition there is HW PWM (this one is pretty cool), and a HW interpolator. And the PIO is very novel and clever. [182]Reply to James Hughes Avatar Anton 21st January 2021, [183]9:29 am I’m really curious about this, which algorithm does it use? Goldschmidt division? Avatar Mark 21st January 2021, [184]9:34 am The floating-point code is based on GPLv2 code. There is a link in the post. [185]Reply to Mark Avatar Anton 21st January 2021, [186]10:07 am The post only mentions that it was written by the author of a GPLv2 library. That does not necessary implies that the new library is GPLv2 as well. Unless you, Mark, happen to be Mark Owen. Avatar Raspberry Pi Staff Simon Long 21st January 2021, [187]10:11 am He does… :) Avatar Nick 21st January 2021, [188]2:41 pm Section 2.3.1.5 of the truly excellent RP2040 datasheet ([189]https://datasheets.raspberrypi.org/rp2040/rp2040_datasheet.pdf) has some of your answers. The answers to the licensing questions are at the page linked in the blog ([190]https://www.quinapalus.com/qfplib.html) [191]Reply to Nick Avatar Florin 21st January 2021, [192]8:15 am How can this new rpi can be overclocked ? And does it have any internal timers? [193]Reply to Florin Avatar Ricky 21st January 2021, [194]8:23 am Does Micropython run on this? [195]Reply to Ricky James Adams Raspberry Pi Staff [196]James Adams — post author 21st January 2021, [197]8:36 am Yes – see the blog post or go here: [198]https://www.raspberrypi.org/documentation/pico/getting-started/ [199]Reply to James Adams Avatar fanoush 21st January 2021, [200]8:30 am Wow, very nice, tanks. Was expecting risc-v at first but I guess this is more conservative choice. [201]Reply to fanoush Avatar Szaja 21st January 2021, [202]8:41 am Awesome product! Congratulations. It’s also great to see that all leading maker-focused companies will use and support this chip. Future is bright! [203]Reply to Szaja Avatar Efried 21st January 2021, [204]8:46 am How does it compare to ESP32? How stable 1-wire bus is operated, reading DS18B20? Is there LoRaWan connectivity? [205]Reply to Efried Avatar [206]Jeff Geerling 21st January 2021, [207]3:50 pm I had a little trouble getting onewire working in MicroPython with the early beta software for the Pico, but late last night onewire support was fixed and now you should be able to use the DS18B20 :) See my notes in my review video: [208]https://youtu.be/dUCgYXF01Do (as a workaround, I used the temperature sensor built into the RP2040). [209]Reply to Jeff Geerling Avatar Chris 21st January 2021, [210]8:56 am It’s a remarkable achievement and I look forward to getting hold of one. Shame that it doesn’t use the newer USB Type-C connector, though. I do hope the Foundation plan to release an updated board soon. [211]Reply to Chris Avatar Georgian 21st January 2021, [212]8:59 am Please us small k for kilo -> kB (Kilobyte) not KB. Thank you. [213]Reply to Georgian Avatar Raspberry Pi Staff Simon Long 21st January 2021, [214]9:27 am kB is a decimal kilobyte – 1000 bytes. KB is a binary kilobyte – 1024 bytes. See [215]https://en.wikipedia.org/wiki/Kilobyte [216]Reply to Simon Long Avatar Ben 21st January 2021, [217]10:12 am That’s why the standard SI became Ki and not just K Since that can’t be done with other prefixes. Though K is still in common use. Ref: Same wiki, NIST or other SI unit places. [218]Reply to Ben Avatar Neil 21st January 2021, [219]9:00 am Oh hurray! You have learned how to design a power supply! [220]Reply to Neil Avatar MW 21st January 2021, [221]9:34 am These are manufactured at Sony Pencoed ?? [222]Reply to MW James Adams Raspberry Pi Staff [223]James Adams — post author 21st January 2021, [224]9:38 am These are manufactured at Sony Inazawa, Japan. [225]Reply to James Adams Avatar Jim Manley 21st January 2021, [226]3:56 pm I just lovvve their Long Version … “Inazawadavida, Baby, Doncha know that I love you Honey … “ ;) [227]Reply to Jim Manley Avatar [228]Phil Atkin 21st January 2021, [229]9:41 am This is a BRILLIANT device. I was working on a ‘first musical instrument’ for kids project a few years back that needed ADC (microphone to detect blowing) and DAC for audio output – how would you hook up a reasonable quality (16-bit 44.1kHz) DAC to this affordably? Also, I am so pleased to see this a fixed-point device. [230]Reply to Phil Atkin Avatar [231]Michael Horne 21st January 2021, [232]9:50 am Take a look at this from Pimoroni: [233]https://shop.pimoroni.com/products/pico-audio-pack Does that give you what you want? [234]Reply to Michael Horne Avatar [235]Phil Atkin 21st January 2021, [236]10:42 am Apart from the eye-watering price (relative to the ‘host computer’) it does, definitely good enough to prototype. [237]Reply to Phil Atkin Avatar JumpZero 21st January 2021, [238]9:42 am Fantastic, As a Raspberry pi user since 2012 and ESP8266, ESP32 MicroPython user as well I’m very excited to try this pico. I ordered one already! [239]Reply to JumpZero Avatar JumpZero 21st January 2021, [240]9:49 am I haven’t seen anything about usb2serial (CH340, CP2102, FT232 etc..) Did I miss it? [241]Reply to JumpZero Avatar James 21st January 2021, [242]10:18 am You can set up your application so that the Pico acts as a USB serial device (console output goes down the USB), so you don’t need a UART connected, just the USB. But that does mean you cannot use the USB for other purposes. [243]Reply to James Avatar aBUGSworstnightmare 21st January 2021, [244]9:56 am Noted this new addition to the lineup but need to say that I’m not too exited atm. Will there be support for other IDE’s (i.e. Rowley CrossWorks, Mbed etc) as well? [245]Reply to aBUGSworstnightmare Avatar James Hughes 21st January 2021, [246]10:05 am Not from us, we prefer to spend our limited manpower developing and improving innovative products rather than making more IDE’s work with existing ones. I’m sure some of these of these other IDE producers will take on the challenge. [247]Reply to James Hughes Avatar Aardappeltaart 21st January 2021, [248]10:05 am Nice new board, my head is spinning with new ideas! Most of them need connectivity though, is there a Wifi/Bluetooth add-on board, or is there a Pico W version planned? :) [249]Reply to Aardappeltaart Avatar ben 21st January 2021, [250]10:18 am If you read the blog then they have basically made a chip and are selling that to ‘people’… They have provided a nice reference setup ‘the pico’ for me, you and whoever to use as they like :-) You’ll also see many other version of it from Arduino, Adafruit, Pimoroni etc. So need something different then your take your pick, find the design you want. [251]Reply to ben Avatar Aardappeltaart 21st January 2021, [252]11:10 am I have read the blog, the Arduino version with Wifi is not (yet) available. Coupke of weeks. So the conclusion is: don’t by a RPI Pico if you need connectivity? Or is there an affordable Wifi/BT add-on board? [253]Reply to Aardappeltaart Avatar Naveen 21st January 2021, [254]10:09 am I am going to love it! #include “pico/stdlib.h” int main() { const uint LED_PIN = 25; gpio_init(LED_PIN); gpio_set_dir(LED_PIN, GPIO_OUT); while (true) { gpio_put(LED_PIN, 1); sleep_ms(250); gpio_put(LED_PIN, 0); sleep_ms(250); } } [255]Reply to Naveen Avatar Chris 21st January 2021, [256]10:13 am Congratulations! Looks great and I have already ordered a couple. Will there be an overview on how the Pico compares with the Arduino family? I guess a number of us are familiar with the variety of Arduino based microcontrollers such as the Nano, Teensy and ESP8266 WiFi based Arduinos and it would be very helpful to get an idea of where the Raspberry Pi Pico would provide new technical features and advantages. Also can you say if you are planning to release a version with on board WiFi connectivity? Thank you [257]Reply to Chris Avatar JumpZero 21st January 2021, [258]10:20 am I read from the datasheet: 4.7. USB RP2040 has an integrated USB1.1 PHY and controller which can be used in both Device and Host mode. Pico adds the two required 27 ohm external resistors and brings this interface to a standard micro-USB port. The USB port can be used to access the USB bootloader (BOOTSEL mode) stored in the RP2040 boot ROM. It can also be used by user code, to access an external USB device or host. So the RP2040 is doing the job of the USB2Serial converter (CH340, CP2102, etc..) When the pico is plugged to a Linux host does a /dev/ttyUSB0 come up? [259]Reply to JumpZero Avatar JumpZero 21st January 2021, [260]10:52 am Well found the answer: Upgraded Thonny to 3.3.3 on my Pi400 via “apt full-upgrade” there is a new option in the interpreter list : MicroPython (Raspberry Pi Pico) and when selected the serial port will be /dev/ttyAMA0 [261]Reply to JumpZero Avatar Doc W 21st January 2021, [262]10:30 am I was just about to order one, then I noticed it lacks WiFi, which makes this a little… “restricted” in use vs similarly priced NodeMCU, etc WiFi capable ESP8266 boards, I’d love to get a couple to try in home automaton or sensors, but the lack of WiFi makes this just less useful. [263]Reply to Doc W Avatar Jon Wise 21st January 2021, [264]11:09 am I agree. Is there software for a usb wifi dongle? [265]Reply to Jon Wise Avatar MW 21st January 2021, [266]12:54 pm [267]https://www.tomshardware.com/uk/amp/news/arduino-rp2040 [268]Reply to MW Avatar Neil 22nd January 2021, [269]12:57 am The Arduino adaptation of the RP2040 will be the one you want in that case. [270]Reply to Neil Avatar [271]Korda 21st January 2021, [272]11:01 am 1. Is possible run program from flash directly? 2. Why not lipo power too? 3. Why not put MMU? 4. Why not mRuby too? in my opinion more ram is necessary (512 KB)will be great. many project adre big because power is big. If lipo , AA, 18620 etc. will be using directly with this device many project will be smart and small. Meybe add input of solar panel too? Second idea are simple. Make a normal mechanical keyboard (Planck) and making pico as firmware and for example RPI zero as mainboard for linux and all this device put inside keyboard. many language need more keys for example this [273]https://klawiatura.wordpress.com/wersja-mini/ two knob/rotor, light etc. [274]Reply to Korda Avatar Nick 21st January 2021, [275]11:26 am Is it possible with all these features to stay in 4 EUR price range? [276]Reply to Nick Avatar Chris Morse 21st January 2021, [277]11:20 am Can the Pico act as a HID (human interface device)? I use teensy’s for this to make keyboards, so I’m reaaaaally hoping they can! Not that it really matters, I’ve still ordered a couple cos I’m already sold. [278]Reply to Chris Morse Eben Upton Raspberry Pi Staff Eben Upton 21st January 2021, [279]12:10 pm Yes, they can. [280]Reply to Eben Upton Avatar [281]Manish 21st January 2021, [282]11:22 am Hi, Will these be available to buy in large volume or is it one board per customer? [283]Reply to Manish Eben Upton Raspberry Pi Staff Eben Upton 21st January 2021, [284]12:10 pm There is no per-customer limit (though I’m sure some resellers will operate one in the first few weeks to prevent scalping). [285]Reply to Eben Upton Avatar [286]Manish 21st January 2021, [287]12:31 pm Thanks Eben, that’s great news. Are the other RPi boards going to be available without limit also? I know that I would love to build solutions from the Pico, to the Zero, to the RPi 3, Compute Modules to RPi 4 Compute modules. Currently, as I understand, only the Pico, RPi 3 compute module and RPi4 compute modules are available without limit per customer. The others cannot be implemented in commercial projects that require scale? Would I be correct in this assumption? [288]Reply to Manish Avatar James Hughes 21st January 2021, [289]5:12 pm All the Pi range are available without a purchase limit, however, the Pi Zero $5 price is for one off. You can buy Pi Zero in quantity by asking us directly, but you will pay more. [290]Reply to James Hughes Avatar [291]Manish 21st January 2021, [292]11:37 am The RP2040 seems to fill a nice gap between the microcontroller and embedded linux space. At Dual cores m0+ running at 133MHZ, it seems to be a beefy microcontroller. I would love to push its bare metal capabilities to drive RGB LCD displays with touch screens, where the product budgets are really low. It should also work well with some audio applications. Have ordered one. Can’t wait to start the fun… [293]Reply to Manish Avatar [294]Suman Harapanahalli 21st January 2021, [295]11:41 am By any chance this microcontroller has a vector processor, hope this supports Tensorflow lite and others soon. [296]Reply to Suman Harapanahalli Avatar James Hughes 21st January 2021, [297]5:13 pm There is already a TensorFlow Lite for Microcontrollers port, but there is no dedicated HW for that sort of operation. [298]Reply to James Hughes Avatar Matt B 21st January 2021, [299]11:43 am What was the thinking behind Cortex-M0+, bespoke peripheral for integer division, optimised SW floating point routines vs a Cortex-M4F? Was this a silicone process thing? [300]Reply to Matt B Avatar Andreas 21st January 2021, [301]11:49 am I would also love to see this microcontroller (or another MCU) integrated directly on the board of a future Raspberry Pi 5 so that only have to buy one product to get both a single board computer and a microcontroller on the same device. The combination could also be perfect for projects like running OctoPrint and Marlin Firmware on the same board in a DIY 3D printer or CNC machine project. [302]Reply to Andreas Avatar Andreas 21st January 2021, [303]11:59 am …and on future Raspberry Pi Compute Module 5 IO Board as well of course ;) [304]Reply to Andreas Avatar Noxmiles 21st January 2021, [305]12:08 pm Why should we buy this instead of a ESP32 / ESP32-C3? Please, anybody, list some reasons. [306]Reply to Noxmiles Avatar [307]Manish Buttan 21st January 2021, [308]12:55 pm I would do a custom breakout board with the Pico and an ESP8266, pull all the GPIOs together to make a pretty sweet $5/- microcontroller power horse. [309]Reply to Manish Buttan Avatar Jbeale 22nd January 2021, [310]4:53 am I would expect a buying decision to be mostly based on reading the specs and the datasheet. One thing that many supercheap devices from China do not have is good documentation. This one actually has it. [311]https://www.raspberrypi.org/products/raspberry-pi-pico/specificati ons/ [312]Reply to Jbeale Avatar ben 21st January 2021, [313]12:15 pm Anyone know who stocks HackSpace (in UK) Morrison’s don’t. and the hackspace website doesn’t say (and they’re sold out) [314]Reply to ben Ashley Whittaker Ashley Whittaker 21st January 2021, [315]12:43 pm Is there a WH Smith (which have been classed as essential so are still open) near you? [316]Reply to Ashley Whittaker Avatar ben 21st January 2021, [317]12:52 pm No, not really, I would need to go into the middle of the city for that, though the nearest one is in a Hospital, not the sort of place I wish to go and drive to. I have newsagents Waitrose, Aldi, Lidl, Morrisons and ‘local’ Sainsburys and Tesco within walking distance. A bigger Sainsburys and yet more Aldi’s a Lidl’s within ‘cycling’ distance (i.e. less than Boris’s local to me distance ;-)) [318]Reply to ben Avatar Anders 21st January 2021, [319]1:41 pm Hi Ben, I’ve been to two WHSmiths this morning and found gaps on the shelves where HackSpace should be. [320]Reply to Anders Avatar Jongoleur 21st January 2021, [321]3:40 pm I suspect that Hackspace will only be available at places that usually sell Hackspace. I visited my main WHSmith this morning as they opened to find that they still had several copies of the January Hackspace on display. I asked the chap putting out new magazines if the February Hackspace was in yet and he kindly looked through the stock boxes on his trolley to find them in the last box! They had only received four copies of the mag, so I bought one to use and one to keep… Interestingly, he remembered when The Magpi came out with the Pi Zero on the cover! [322]Reply to Jongoleur Avatar Ben 21st January 2021, [323]6:58 pm But I don’t know where they usually sell them, that’s why I asked. :-) WHSmiths is no use to me and many people, there aren’t many of them around. Where else usually sees them, which supermarkets? [324]Reply to Ben Avatar jim 21st January 2021, [325]12:43 pm Congrats! looking forward to trying out the board. Along with python, would love to see rust tooling/compiler [326]Reply to jim Avatar [327]Ikkaro 21st January 2021, [328]12:49 pm Congratulations. I look forward to playing with the board. [329]Reply to Ikkaro Avatar Ugo 21st January 2021, [330]1:11 pm The possibilities are endless and it provides wings to the imagination and a lot of motivation for the new generation, Thanks [331]Reply to Ugo Avatar [332]Colin Deady 21st January 2021, [333]1:18 pm Ooh that is a rather super new addition to the Pi family! Extra Brownie points for letting other companies design their own boards based around the main chip. Many thanks. [334]Reply to Colin Deady Avatar Will 21st January 2021, [335]2:13 pm Nice work! Have you considered developing a Blockly style language (similar to the Microbit)? Cheers! [336]Reply to Will Avatar [337]Simon Lukas 21st January 2021, [338]2:26 pm Looks great! I have to order them as fast as possible. [339]Reply to Simon Lukas Avatar Parsko 21st January 2021, [340]2:49 pm Since this has more than one core, will it be possible to have more than one thread in micropython? I assume Circuitpython is not far off either? [341]Reply to Parsko Avatar ukscone 21st January 2021, [342]3:02 pm Circuitpython is already available [343]https://learn.adafruit.com/getting-started-with-raspberry-pi-pico- circuitpython/circuitpython [344]Reply to ukscone Avatar [345]Abel 21st January 2021, [346]3:10 pm Can I use Keil to program it?. Keil has a free license to program cortex M0. [347]Reply to Abel Avatar Andrew Waite 21st January 2021, [348]3:17 pm I worked at IMEC in the 1990s. I would like to learn more about what they did on this project. [349]Reply to Andrew Waite Avatar Warren 21st January 2021, [350]3:30 pm Just when I thought my credit card was safe lol …. Just bought 3 of them (just to start) [351]Reply to Warren Avatar [352]Lucas Morais 21st January 2021, [353]3:35 pm A friend of mine has used a Raspberry Pi 3 (not sure if model B or B+) to implement network-wide ad blocking using Pi Hole. It worked pretty well for a network serving about 300 devices, not leading to any noticeable increase in DNS latency. I wonder if the Pico would also be enough, given that it features half the number of cores and 9x lower clock rate. [354]Reply to Lucas Morais Avatar [355]Marco 21st January 2021, [356]3:56 pm Will Arduino-style shields be developed? [357]Reply to Marco Avatar mahjongg 21st January 2021, [358]4:56 pm Just wait a few months… [359]Reply to mahjongg Avatar Edwin Shepherd 21st January 2021, [360]3:57 pm Congratulations on what looks to be an amazing first micro-controller. I havent been able to find anywhere, is camera support possible? [361]Reply to Edwin Shepherd Avatar mahjongg 21st January 2021, [362]4:55 pm With the new PIO (hardware state machines) almost certainly yes, at least concerning the camera interface. Camera drivers will be a bit more work, but it is certainly within the range of possibility. [363]Reply to mahjongg Avatar Leo 21st January 2021, [364]6:02 pm Raspberry Pi Foundation Milestones: First Credit Card sized Computer:Raspberry Pi 1B, reached 2011 First “useable” Credit Card sized Computer: Raspberry Pi 4B, reached 2019 Most powerful Credit Card sized Computer: Raspberry Pi 4B 8GB, reached 2020 First Keyboard Computer: Raspberry Pi 400, reached 2020 Tiniest Product: Raspberry Silicon, reached 2021 (useable as in desktop usage) [365]Reply to Leo Avatar solar3000 21st January 2021, [366]6:11 pm Wow that’s quite a bomb drop! A raspberry pi chip. So, we skipped mini, micro, nano, and jumped straight into pico. Achem…does it run linux! I know, I saw the statement. [367]Reply to solar3000 Avatar solar3000 22nd January 2021, [368]2:40 am Talking to myself here. I just picked up one at Micro Center. They just got the first batch in. They did not even know these exist when I asked! They took 1/2 an hour to find it. So I was the first one to get it. I paid only $1.99USD discounted from $4USD. Better get learning. [369]Reply to solar3000 Avatar Markus Storm 21st January 2021, [370]6:20 pm Great! But why did you omit Wi-Fi ? May we expect you to release a PicoW soon ? [371]Reply to Markus Storm Avatar Elfen 21st January 2021, [372]6:21 pm Hoover Dam! Very interesting indeed. And for $4? It is amazing! It opens the possibilities and future of the R-Pi system and peripherals. Using MicroPython will ease programming the device as programs for the R-Pi can be easily ported over to this R-Pi Pico system. The future is looking bright… Just got to wait for the sun to rise from this dismal Pandemic the world is going through! [373]Reply to Elfen Avatar [374]Tony 21st January 2021, [375]6:23 pm Great news! :) [376]Reply to Tony Avatar TVE 21st January 2021, [377]6:26 pm DO I read correctly that the PIO peripherals cannot perform random memory accesses, for example to do a colortable lookup when sending display data out? [378]Reply to TVE Eben Upton Raspberry Pi Staff Eben Upton 21st January 2021, [379]9:50 pm Correct. Though you could dedicate an entire M0+ to doing this and still have one left over to run your application. [380]Reply to Eben Upton Avatar W. H. Heydt 21st January 2021, [381]6:38 pm Kind of boggles the mind to think of how may RP2040 chips (at 2mm*2mm) can be made from a single 30cm wafer…. This should put paid to all the “competition between Pi and Arduino” threads. Congrats, Dr. Upton, for pulling another rabbit out of your hat. [382]Reply to W. H. Heydt Eben Upton Raspberry Pi Staff Eben Upton 21st January 2021, [383]9:51 pm 1.4mm * 1.4mm of course. [384]Reply to Eben Upton Avatar Nicolas 21st January 2021, [385]6:49 pm Fake news ! Here in Hong Kong your unique reseller is selling them at 8.9USD not 4USD :( [386]https://classroomeshop.com/products/raspberry-pi-pico?src=raspberr ypi Plus a limit of 1 Pico per order – Wonderful option for doing some testing in our Hackerspace …. [387]Reply to Nicolas Avatar Raspberry Pi Staff [388]Helen Lynn 22nd January 2021, [389]12:35 pm Not, in fact, fake news. That price is for the board bundled with a USB cable, and the same seller has the board on its own for substantially less ([390]https://classroomeshop.com/products/raspberry-pi-pico-board-only) , equating to around $5 US. The extra dollar is likely to be local taxes; while I have no idea what sales or import taxes apply in Hong Kong, a retail price like this, equivalent to $4 US plus a bit extra for local taxes, is exactly what I’d expect to see (and is what I am in fact seeing from our excellent UK Raspberry Pi Approved Resellers). As Eben has said elsewhere, we’re not surprised to see resellers imposing a one-unit limit at the moment, to avoid scalping, and that is rightly their own decision. I imagine that once the excitement has died down it will be easier to get hold of larger quantities. [391]Reply to Helen Lynn Avatar Edward Aule 21st January 2021, [392]6:59 pm Please, we need a NEW RASPBERRY PI ZERO PLEASEEEEEEEEEE!!!!!!!!!!!!!! [393]Reply to Edward Aule Avatar horace 21st January 2021, [394]7:03 pm sounds awesome! :) what is a integer interpolator needed for? it interpolates between two integers i guess but why does it have to be in hardware? :) and what is a hardware state machine? [395]Reply to horace Avatar James Hughes 22nd January 2021, [396]1:04 pm Basic interpolations require quite a number of operations, including multiplies and divides. These take a lot of instructions and therefor CPU time, so having a bit of HW to do it means you can tell the interpolators to do its work, then grab the result without having to use any processor cycles to do it. That can be a massive saving in processor time. And the these blocks are a little more sophisticated than a basic interpolator so the savings can be even higher. for more complex operations. [397]Reply to James Hughes Avatar Rahul S 21st January 2021, [398]7:34 pm I wonder if it’s enough to do a mini SDR with sampling at 48 Khz without the FPU and DSP acceleration. Wishlist for RP3000 FPU double precision Native I2S support DSP instructions 1 MB of RAM 400+ MHz [399]Reply to Rahul S Avatar David Waterhouse 21st January 2021, [400]9:22 pm I’d like one to have a play with, but I’m writing this shortly after 2100 (UK time) and we seem to have broken Pi Hut. [401]Reply to David Waterhouse Avatar Steve 21st January 2021, [402]10:00 pm Wow, I did NOT see that coming! This is quite a step in a new direction – very exciting. I really REALLY hope that we’ll see a BT/WiFi-enabled version of the pico that will sell in the $5 range; that would compete with the ESP8266/ESP32 boards that are becoming ubiquitous these days. The ESP boards are great, but sourcing them at a reasonable price can get really skeevy – there are counterfeits and poor quality-control versions of these and it can be hard to know in advance what you’re getting (not to mention shipping times of weeks or even months from China). I would much rather get a Pi Pico W from a reliable source, and impeccably documented like what you’ve done so far (yes I did see that the Arduino folks will be producing a wireless module for this, but we don’t know what the price will be). Along those lines, I’d love to see the Pi Zero W become the baseline model at $5 dollars, and maybe just make the original Zero available on a legacy basis. As long as power is available, the Zero W is a compelling choice for most hobbyist-level projects, given its form factor and the familiarity of the RasPi environment (and the community support that goes with it). [403]Reply to Steve Avatar Paul57 21st January 2021, [404]10:09 pm Checks all 4 boxes – 1. Superb Quality and support 2. Fast 3. Inexpensive 4. Sleep Mode Ultra Low Pow .. Pow.. am I reading milliamps? This puppy is gonna require its own SMR! Like Meatloaf sings ‘Now don’t be sad … Cause 3 out of 4 ain’t bad’. Really, this is one new cool kid on the block. Now that you’re doing your own Si, can you pretty-Please get us an RPI Pico-Pwr for the next one? (just begging….) [405]Reply to Paul57 Avatar Alan 21st January 2021, [406]11:10 pm Love it. Ordered some already. When you start thinking about version two.. I would like to make an impassioned plea that you include a ADLC serial data link. Being able to network these on something simpler than ethernet but more sophisticated than the likes of the 8051s 9 bit serial mode would be really interesting and it’s not a feature that any other microcontroller has as far as I know. The venerable MC68B54 is the sort of thing. Compatibility with this would also keep the fans of Econet happy. Alan [407]Reply to Alan Avatar vgp 22nd January 2021, [408]2:47 am Awesome !!! Another great tiny product from Rasberrypi ecosystem. Going to buy one soon. [409]Reply to vgp Avatar James Feeney 22nd January 2021, [410]3:39 am Fantastic! Now students can explore microcontrollers, and how they work with full fledged PCs. Nice, very nice at $4. Kids can collect soda cans to get the money for a Pico. [411]Reply to James Feeney Avatar Jatin Gandhi 22nd January 2021, [412]4:14 am Nice spec for board at this price point.., Can anyone share CoreMark score? how well does it do w.r.t., Teensy 3.2, 3.6 and Adafruit Metro M4? [413]Reply to Jatin Gandhi Avatar Jatin Gandhi 22nd January 2021, [414]4:49 am Any RTOS off the shelf? or we need to port it? [415]Reply to Jatin Gandhi Avatar Mike 22nd January 2021, [416]5:31 am Should have made the board with wifi. Otherwise ESP32 if cheaper and provides Wifi and bluetooth. [417]Reply to Mike Avatar pixel 22nd January 2021, [418]5:58 am Is it possible to run the sdk under WSL1 (obviously not WSL2 due to the Hypervisor USB limitations etc) ? [419]Reply to pixel Avatar Wood Low 22nd January 2021, [420]9:52 am How about the price of the RP2040? And when can we buy the chip independently? [421]Reply to Wood Low Avatar Neil 22nd January 2021, [422]10:21 am I am having some difficulty wrapping my brain around the flash interface. For a 32-bit wide architecture, XIP over QSPI, itself running at a maximum of (is it?) half the processor clock speed will be very slow. I thought maybe the QSPI/XIP interface would be sped up into the GHz range, but no. Yes the cache will help, but at best it adds only another 8k of full speed memory, once loaded. In other words, you would use XIP instructions only for background processes having no real-time constraints. Real-time processes – and their data – will have to live in the on-chip RAM (or at worst that plus 8k). Yes? No? [423]Reply to Neil Avatar Chris Stagg 22nd January 2021, [424]10:29 am Just noticed some unpopulated bits (not looked at the schematic fully yet) but if they are configuration pads of some kind then some delicate procidures are required. [425]Reply to Chris Stagg Avatar William 22nd January 2021, [426]10:43 am How about a Raspberry Pi 4B with an RP2040 built in and more pins ;). Also, the PIO is really really cool, would have been great for stepper motor control for student robotics, had an arduino controlling 4 wheels and had to work around timing loops to get it to bitbang them successfully whereas with this you can just set one SM per wheel and even have them all sharing the same few instructions. [427]Reply to William Avatar Nic 22nd January 2021, [428]2:52 pm Surely an RP2040 HAT is the next product? Instead of developing yet another product (and form factor for the extra pins) to add to the RPi board itself, rather a HAT that can be used with most models that people already own. [429]Reply to Nic Avatar [430]Giles Read 22nd January 2021, [431]10:48 am I have posted a hi-res X-Ray of the new Pico on Flickr at [432]https://www.flickr.com/photos/ultrapurple/50862597256/ Enjoy looking at the tiniest details of the latest member of the Pi family! [433]Reply to Giles Read Avatar Dave 22nd January 2021, [434]10:51 am Hi, congratulations on another great product. I read the spec on the RP2040 and perhaps half understood :-) It mentions that the clock uses a PLL, does that mean the 2040 clock could be syncronised to an external source with a variable frequency or have I missunderstood? Des. [435]Reply to Dave Avatar James Hughes 22nd January 2021, [436]12:59 pm There are a couple of clock options, you can use the internal ring oscillator (ROSC) clock, or attach an external crystal clock (XOSC). XOSC is much more accurate, so if you need decent timing you should use a crystal. Once started, you should not vary the external clock as that will upset any timers etc as they are based on a set clock speed. [437]Reply to James Hughes Avatar dave j 22nd January 2021, [438]11:14 am 8 point grey body text for datasheets! Are we all supposed to have perfect eyesight and massive 4K monitors or something? No, zooming isn’t an option unless you like looking at headers and footers or only seeing part of diagrams. [439]Reply to dave j Avatar James Hughes 22nd January 2021, [440]12:55 pm I’m currently looking at some of the daatsheets on a 1920x1200p device and they seem fine at default zoom. I even have room to zoom in to 200% without the pages hitting the edge of the screen. This is on Linux using qpdfview v0.4.18. [441]Reply to James Hughes Leave a Comment Name (Required) ____________________ Email address (also required) ____________________ Website URL ____________________ Your comment (required) ________________________________________ ________________________________________ ________________________________________ ________________________________________ ________________________________________ ________________________________________ ________________________________________ ________________________________________ _____________________________________________ _____________________________________________ _____________________________________________ _____________________________________________ _____________________________________________ _____________________________________________ _____________________________________________ _____________________________________________ (BUTTON) Submit About Us * [442]About us * [443]Our team * [444]Governance * [445]Safeguarding * [446]Research * [447]Jobs * [448]Contact us Support * [449]Help * [450]Documentation * [451]Projects * [452]Training * [453]Software * [454]Forums * [455]FAQ Sign up to our newsletter ____________________ ____________________ (BUTTON) Subscribe * [456]Like Raspberry Pi on Facebook * [457]Follow Raspberry Pi on Twitter * [458]Join us on Instagram * [459]Subscribe to the Raspberry Pi YouTube channel Raspberry Pi Foundation UK Registered Charity 1129409 [460]Accessibility [461]Privacy [462]Cookies [463]Trademark rules and brand guidelines References Visible links 1. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/feed/ 2. https://www.raspberrypi.org/wp-json/wp/v2/posts/66914 3. https://www.raspberrypi.org/wp-json/oembed/1.0/embed?url=https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/ 4. https://www.raspberrypi.org/wp-json/oembed/1.0/embed?url=https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/&format=xml 5. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#rp-app-landmark-main 6. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#rp-app-landmark-footer 7. https://www.raspberrypi.org/accessibility/ 8. https://www.raspberrypi.org/products/ 9. https://www.raspberrypi.org/products/raspberry-pi-4-model-b/ 10. https://www.raspberrypi.org/products/raspberry-pi-400/ 11. https://www.raspberrypi.org/products/ 12. https://www.raspberrypi.org/for-industry/ 13. https://www.raspberrypi.org/documentation/ 14. https://www.raspberrypi.org/forums/ 15. https://www.raspberrypi.org/software/ 16. https://www.raspberrypi.org/software/ 17. https://www.raspberrypi.org/software/operating-systems/#raspberry-pi-os-32-bit 18. https://www.raspberrypi.org/downloads/raspberry-pi-desktop/ 19. https://www.raspberrypi.org/help/ 20. https://www.raspberrypi.org/forums/ 21. https://www.raspberrypi.org/books-magazines/ 22. https://www.raspberrypi.org/books-magazines/ 23. https://magpi.raspberrypi.org/ 24. https://hackspace.raspberrypi.org/ 25. https://wireframe.raspberrypi.org/ 26. https://custompc.raspberrypi.org/ 27. https://www.raspberrypi.org/learn/ 28. https://www.raspberrypi.org/learn/ 29. https://projects.raspberrypi.org/ 30. https://codeclub.org/ 31. https://coderdojo.com/ 32. https://www.raspberrypi.org/teach/ 33. https://www.raspberrypi.org/teach/ 34. https://teachcomputing.org/ 35. https://codeclub.org/en/start-a-code-club/ 36. https://www.raspberrypi.org/training/online/ 37. https://www.raspberrypi.org/forums/ 38. https://www.raspberrypi.org/about/ 39. https://www.raspberrypi.org/about/ 40. https://www.raspberrypi.org/donate/ 41. https://www.raspberrypi.org/support-us/ 42. https://www.raspberrypi.org/about/supporters/ 43. https://www.raspberrypi.org/blog/ 44. https://www.raspberrypi.org/blog 45. https://www.raspberrypi.org/blog/archive/ 46. https://www.raspberrypi.org/blog/feed/ 47. https://www.raspberrypi.org/blog/author/jamesadams 48. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comments 49. https://www.youtube.com/embed/o-tRJPCv0GA?feature=oembed 50. https://www.raspberrypi.org/products/raspberry-pi-pico/ 51. https://hackspace.raspberrypi.org/issues/39 52. https://raspberrypipress.imbmsubscriptions.com/bar2021/ 53. https://www.raspberrypi.org/blog/now-added-cucumbers/ 54. https://www.raspberrypi.org/blog/pytrack-skygate-hab-software/ 55. https://www.raspberrypi.org/products/raspberry-pi-zero/ 56. https://www.raspberrypi.org/products/sense-hat/ 57. https://www.raspberrypi.org/products/raspberry-pi-400/ 58. https://www.quinapalus.com/qfplib.html 59. https://www.tensorflow.org/lite 60. https://github.com/raspberrypi/pico-tflmicro 61. https://micropython.org/ 62. https://thonny.org/ 63. https://raspberrypi.org/documentation/pico/getting-started/ 64. https://store.rpipress.cc/products/get-started-with-micropython-on-raspberry-pi-pico 65. http://projects.raspberrypi.org/en/projects/getting-started-with-the-pico 66. https://adafruit.com/feather2040 67. https://adafruit.com/itsybitsy2040 68. https://blog.arduino.cc/2021/01/20/welcome-raspberry-pi-to-the-world-of-microcontrollers/ 69. https://pimoroni.com/picosystem 70. https://pimoroni.com/picoexplorer 71. https://www.sparkfun.com/products/17745 72. https://www.sparkfun.com/products/17717 73. https://www.raspberrypi.org/products/raspberry-pi-pico/ 74. https://www.twitter.com/intent/tweet?text=https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/ 75. https://www.facebook.com/sharer/sharer.php?u=https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/ 76. https://www.raspberrypi.org/blog/tag/new-product/ 77. https://www.raspberrypi.org/blog/computing-education-underrepresentation-data-england-schools/ 78. https://www.raspberrypi.org/blog/raspberry-pi-lego-sorter/ 79. https://www.raspberrypi.org/blog/deter-burglars-with-a-raspberry-pi-chatbot/ 80. https://www.raspberrypi.org/blog/retropie-booze-barrel/ 81. https://www.raspberrypi.org/blog/computing-education-underrepresentation-data-england-schools/ 82. https://www.twitter.com/intent/tweet?text=https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/ 83. https://www.facebook.com/sharer/sharer.php?u=https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/ 84. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#respond 85. https://www.pishop.us/ 86. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549700 87. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549700#respond 88. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549701 89. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549701#respond 90. https://www.jeffgeerling.com/ 91. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549702 92. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549702#respond 93. https://www.recantha.co.uk/blog 94. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549703 95. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549703#respond 96. https://epicmario71.tk/ 97. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549704 98. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549704#respond 99. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549707 100. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549707#respond 101. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549708 102. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549708#respond 103. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549713 104. https://datasheets.raspberrypi.org/pico/pico_datasheet.pdf 105. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549713#respond 106. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549740 107. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549740#respond 108. https://shop.pimoroni.com/collections/pico 109. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549709 110. https://shop.pimoroni.com/collections/pico 111. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549709#respond 112. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549837 113. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549837#respond 114. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549710 115. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549710#respond 116. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549711 117. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549711#respond 118. https://www.raspberrypi.org/ 119. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549720 120. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549720#respond 121. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549714 122. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549714#respond 123. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549715 124. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549715#respond 125. https://littlebird.guide/ 126. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549728 127. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549728#respond 128. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549846 129. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549846#respond 130. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549716 131. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549716#respond 132. https://www.cyberciti.biz/ 133. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549718 134. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549718#respond 135. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549721 136. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549721#respond 137. https://www.raspberrypi.org/ 138. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549741 139. https://hackspace.raspberrypi.org/books/micropython-pico 140. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549741#respond 141. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549744 142. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549744#respond 143. https://www.raspberrypi.org/ 144. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549750 145. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549750#respond 146. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549900 147. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549900#respond 148. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549722 149. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549722#respond 150. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549730 151. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549730#respond 152. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549733 153. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549733#respond 154. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549822 155. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549822#respond 156. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549735 157. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549735#respond 158. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549737 159. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549737#respond 160. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549845 161. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549845#respond 162. http://www.penguintutor.com/ 163. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549723 164. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549723#respond 165. https://hackaday.io/mano 166. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549724 167. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549724#respond 168. https://www.raspberrypi.org/ 169. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549731 170. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549731#respond 171. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549725 172. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549725#respond 173. https://www.raspberrypi.org/ 174. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549734 175. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549734#respond 176. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549743 177. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549743#respond 178. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549749 179. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549749#respond 180. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549827 181. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549752 182. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549752#respond 183. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549755 184. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549756 185. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549756#respond 186. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549768 187. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549770 188. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549828 189. https://datasheets.raspberrypi.org/rp2040/rp2040_datasheet.pdf 190. https://www.quinapalus.com/qfplib.html 191. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549828#respond 192. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549726 193. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549726#respond 194. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549729 195. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549729#respond 196. https://www.raspberrypi.org/ 197. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549736 198. https://www.raspberrypi.org/documentation/pico/getting-started/ 199. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549736#respond 200. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549732 201. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549732#respond 202. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549739 203. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549739#respond 204. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549742 205. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549742#respond 206. https://www.jeffgeerling.com/ 207. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549841 208. https://youtu.be/dUCgYXF01Do 209. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549841#respond 210. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549745 211. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549745#respond 212. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549746 213. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549746#respond 214. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549754 215. https://en.wikipedia.org/wiki/Kilobyte 216. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549754#respond 217. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549771 218. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549771#respond 219. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549747 220. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549747#respond 221. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549757 222. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549757#respond 223. https://www.raspberrypi.org/ 224. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549758 225. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549758#respond 226. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549843 227. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549843#respond 228. https://www.omenie.com/ 229. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549761 230. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549761#respond 231. https://www.recantha.co.uk/ 232. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549764 233. https://shop.pimoroni.com/products/pico-audio-pack 234. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549764#respond 235. https://www.omenie.com/ 236. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549777 237. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549777#respond 238. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549762 239. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549762#respond 240. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549763 241. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549763#respond 242. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549773 243. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549773#respond 244. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549765 245. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549765#respond 246. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549767 247. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549767#respond 248. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549766 249. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549766#respond 250. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549774 251. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549774#respond 252. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549784 253. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549784#respond 254. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549769 255. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549769#respond 256. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549772 257. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549772#respond 258. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549775 259. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549775#respond 260. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549779 261. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549779#respond 262. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549776 263. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549776#respond 264. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549783 265. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549783#respond 266. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549814 267. https://www.tomshardware.com/uk/amp/news/arduino-rp2040 268. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549814#respond 269. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549888 270. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549888#respond 271. https://klawiatura.wordpress.com/wersja-mini/ 272. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549781 273. https://klawiatura.wordpress.com/wersja-mini/ 274. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549781#respond 275. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549788 276. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549788#respond 277. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549786 278. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549786#respond 279. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549801 280. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549801#respond 281. http://www.artificialmachines.com/ 282. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549787 283. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549787#respond 284. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549800 285. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549800#respond 286. http://www.artificialmachines.com/ 287. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549804 288. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549804#respond 289. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549853 290. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549853#respond 291. http://www.artificialmachines.com/ 292. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549789 293. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549789#respond 294. https://www.linkedin.com/in/sumanharapanahalli/ 295. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549790 296. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549790#respond 297. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549854 298. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549854#respond 299. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549792 300. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549792#respond 301. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549797 302. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549797#respond 303. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549798 304. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549798#respond 305. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549799 306. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549799#respond 307. http://www.artificialmachines.com/ 308. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549815 309. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549815#respond 310. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549903 311. https://www.raspberrypi.org/products/raspberry-pi-pico/specifications/ 312. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549903#respond 313. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549803 314. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549803#respond 315. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549809 316. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549809#respond 317. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549813 318. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549813#respond 319. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549820 320. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549820#respond 321. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549840 322. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549840#respond 323. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549870 324. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549870#respond 325. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549810 326. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549810#respond 327. https://www.ikkaro.net/ 328. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549812 329. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549812#respond 330. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549816 331. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549816#respond 332. https://www.rasptut.co.uk/ 333. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549817 334. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549817#respond 335. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549825 336. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549825#respond 337. https://lakis.nrw/ 338. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549826 339. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549826#respond 340. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549830 341. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549830#respond 342. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549832 343. https://learn.adafruit.com/getting-started-with-raspberry-pi-pico-circuitpython/circuitpython 344. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549832#respond 345. https://www.hexentronics.com/ 346. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549834 347. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549834#respond 348. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549835 349. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549835#respond 350. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549836 351. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549836#respond 352. https://pdfshelter.com/br/jpg-para-pdf 353. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549839 354. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549839#respond 355. https://www.logicaprogrammabile.it/ 356. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549842 357. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549842#respond 358. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549850 359. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549850#respond 360. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549844 361. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549844#respond 362. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549849 363. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549849#respond 364. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549858 365. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549858#respond 366. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549859 367. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549859#respond 368. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549889 369. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549889#respond 370. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549861 371. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549861#respond 372. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549862 373. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549862#respond 374. https://www.einplatinencomputer.com/ 375. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549863 376. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549863#respond 377. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549864 378. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549864#respond 379. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549878 380. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549878#respond 381. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549867 382. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549867#respond 383. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549879 384. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549879#respond 385. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549868 386. https://classroomeshop.com/products/raspberry-pi-pico?src=raspberrypi 387. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549868#respond 388. https://www.raspberrypi.org/blog/author/helenlynn/ 389. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549935 390. https://classroomeshop.com/products/raspberry-pi-pico-board-only 391. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549935#respond 392. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549871 393. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549871#respond 394. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549872 395. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549872#respond 396. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549942 397. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549942#respond 398. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549873 399. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549873#respond 400. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549877 401. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549877#respond 402. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549880 403. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549880#respond 404. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549884 405. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549884#respond 406. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549886 407. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549886#respond 408. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549890 409. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549890#respond 410. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549893 411. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549893#respond 412. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549897 413. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549897#respond 414. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549902 415. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549902#respond 416. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549906 417. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549906#respond 418. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549907 419. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549907#respond 420. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549919 421. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549919#respond 422. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549923 423. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549923#respond 424. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549924 425. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549924#respond 426. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549926 427. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549926#respond 428. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549952 429. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549952#respond 430. https://www.flickr.com/photos/ultrapurple/ 431. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549927 432. https://www.flickr.com/photos/ultrapurple/50862597256/ 433. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549927#respond 434. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549928 435. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549928#respond 436. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549939 437. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549939#respond 438. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549929 439. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549929#respond 440. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/#comment-1549938 441. https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/?replytocom=1549938#respond 442. https://www.raspberrypi.org/about 443. https://www.raspberrypi.org/about/meet-the-team 444. https://www.raspberrypi.org/about/governance 445. https://www.raspberrypi.org/safeguarding 446. https://www.raspberrypi.org/research-and-insights 447. https://raspberrypi.workable.com/ 448. https://www.raspberrypi.org/contact 449. https://www.raspberrypi.org/help 450. https://www.raspberrypi.org/documentation 451. https://projects.raspberrypi.org/ 452. https://www.raspberrypi.org/training 453. https://www.raspberrypi.org/software 454. https://www.raspberrypi.org/forums 455. https://www.raspberrypi.org/help/faqs 456. https://www.facebook.com/raspberrypi 457. https://twitter.com/Raspberry_Pi 458. https://www.instagram.com/raspberrypi/ 459. https://youtube.com/raspberrypi 460. https://www.raspberrypi.org/accessibility 461. https://www.raspberrypi.org/privacy 462. https://www.raspberrypi.org/cookies 463. https://www.raspberrypi.org/trademark-rules Hidden links: 465. https://www.raspberrypi.org/