element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      • Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Blog
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!

Blog

  • Tags
  • Subscribe by email
  • More
  • Cancel
  • Pocket Scarface – Pi Pico Python Based MP3 Clip Player

    shabaz
    shabaz
    Introduction Circuit Building It Parts List Code Uploading the Code to the Pi Pico Summary  IntroductionThere is a kids' toy that is a pocket-sized voice/effects box. It has half a dozen buttons on the front, and whenever any b...
    • 27 Oct 2021
  • Pi Pico (RP2040) MicroPython Double Precision

    shabaz
    shabaz
    Introduction Pre-built Double Precision MicroPython Firmware Setting up the PC to build MicroPython Firmware Building a Release Version of MicroPython with Double Precision Building Latest Snapshot version of MicroPython with Double Precisio...
    • 15 Oct 2021
  • Pi Pico Display and Rotary Encoder

    shabaz
    shabaz
    Introduction Working with the Pi Pico and CircuitPython Circuit Code Main code update_rotval function update_speedrange function Summary  IntroductionThis short blog post covers how I got a display and rotary encoderrotary encode...
    • 10 Oct 2021
  • European Astro Pi Challenge is back

    colporteur
    colporteur
    I made a post about this Raspberry Pi focused project A Raspberry Pi project for childhood Educators...that doesn't cost a dime. and received some positive feedback. The event is open for another year. Maybe someone in the community is interested in ...
    • 13 Sep 2021
  • Microscope Photography and Video with Raspberry Pi HQ Camera

    fmilburn
    fmilburn
    I bought an AmScope trinocular microscope several years back and find it handy (but not a necessity) for the electronics I do.  Another reason I bought it was to entertain the grandkids and perhaps interest them in the natural world.  I lik...
    • 18 Jul 2021
  • PI Pico - Says Hello to an Old Analog Multiplexer

    scottiebabe
    scottiebabe
    Soft 404
    • 13 Jul 2021
  • Insight into lan78xx driver support for Pi

    colporteur
    colporteur
    Does anyone have any insight into lan78xx usb driver support for the Raspberry Pi? I am attempting to use a Microchip PoE USB-C device to enabling networking to a Raspberry Pi4B. The work is part of a RoadTest for Microchip PoE to USB-C Power a...
    • 20 Jun 2021
  • A Raspberry Pi computer made sleep difficult for an astronaut aboard the ISS

    Catwell
    Catwell
    The Raspberry Pi computer, Ed, made sleep difficult for an astronaut due to its LED display. (Image Credit: Astro Pi) The Raspberry Pi Foundation outlined how its hardware ran thousands of programs developed by young students to the Internationa...
    • 14 Jun 2021
  • Four Multicore C programs for Raspberry Pi Pico using Arduino IDE

    BigG
    BigG
    Introduction Examples FIFO Blocking routines Non-Blocking (Polling) for FIFO Summary   Introduction Earlier this week, I spotted that Arduino had updated their ArduinoCore-mbed Boards Manager files for Arduino Mbed OS RP2040 ...
    • 28 May 2021
  • Whip up a PiStorm with your Amiga 500 and Raspberry Pi

    cstanton
    cstanton
    The Amiga was one of my first computers, and now I'm fortunate enough to own an Amiga 500 and Amiga 1200 with various add-ons. Though I have to do some repair to get the disk drive working again (aging capacitors) I'm keeping an eye on the cu...
    • 2 May 2021
  • SparkFun Pro Micro RP2040

    ralphjy
    ralphjy
    Now that I've discovered that I can program the RPi-Pico using the Arduino IDE (with Arduino-Pico or Mbed libraries), it's time to branch out and try some other RP2040 boards. The board I think that I'll may use a lot initially is the SparkFun P...
    • 23 Apr 2021
  • Program RPi Pico using Mbed library with Arduino IDE

    ralphjy
    ralphjy
    When I wrote my initial blog about the Arduino-Pico library, fmilburn mentioned that Arduino had just released an Mbed library that had support for the RPi Pico https://github.com/arduino/ArduinoCore-mbed/releases/tag/2.0.0 .   The github i...
    • 19 Apr 2021
  • Program RPi Pico using Arduino-Pico

    ralphjy
    ralphjy
    Time to try using the Arduino-Pico library to program the RPi Pico using the Arduino IDE. I thought it would be good to try the NeoPixel Ring that I had previously tested using MicroPython Happy Pico Pi Day . But first I am going to use one...
    • 17 Apr 2021
  • Arduino-Pico

    ralphjy
    ralphjy
    I just discovered that there has been a port to use the RP2040 in the Arduino IDE.  Not official Arduino release... https://arduino-pico.readthedocs.io/en/latest/https://github.com/earlephilhower/arduino-pico I've installed the Boa...
    • 14 Apr 2021
  • Setting Up Raspberry Pi (Headless Start)

    cbohra00627
    cbohra00627
    Introduction :- Raspberry Pi is a low cost, tiny, single board computer to which you can connect a monitor, a keyboard and a mouse and it will work like your PC. It comes in different variants according to its RAM size (2GB, 4GB or 8GB). An external ...
    • 12 Apr 2021
  • Raspberry Pi Netflix One Line Easy Install

    colporteur
    colporteur
    If you wish to use your Raspberry Pi to stream services like Netflix, support for accomplishing this task is now incorporated into Raspberry Pi Operating system. https://blog.vpetkov.net/2020/03/30/raspberry-pi-netflix-one-line-easy-install-alon...
    • 20 Mar 2021
  • VSCode and MicroPython for the Pi Pico

    Workshopshed
    Workshopshed
    I've recently been experimenting with MicroPython on the Pi PicoPi Pico. There are a few steps you need to get this setup. Install the MicroPython FirmwareSuitable editorUpload the codeSetting the code to run at boot Although it is desi...
    • 3 Mar 2021
  • Karen pi-top 4! meets physical computing students

    colporteur
    colporteur
    The Pi-Top 4 hardware used in the project described in this blog post was provided through a contest at pi-top [4] Unboxing - Karen meets the pi-top 4! . In response to our STEM project being selected, I felt it was important to make a blog post docu...
    • 28 Feb 2021
  • DogGraphicDisplayPico - control a DOG graphic display with the Raspberry Pi Pico

    bernhardmayer
    bernhardmayer
    Idea My first little project with the Raspberry Pi Pico is to control a Electronic Assembly DOGM Graphic display. I have already adopted an arduino library for the display and used it in several projects. So I know the display and how to control...
    • 13 Feb 2021
  • Debugging the Raspberry Pi Pico on Windows 10

    Fred27
    Fred27
    IntroductionSetting up an IDE for C++ development on the Raspberry Pi Pico is covered in the Getting Started with Raspberry Pi Pico guide. The guide is not surprisingly focused on using a Raspberry Pi as your development machine, although it does cov...
    • 7 Feb 2021
  • CANFDZeroHAT - CAN FD controller for the Raspberry Pi

    bernhardmayer
    bernhardmayer
    The CAN bus ist widely used in many types of vehicles like cars and trucks, airplanes and now even drones. A few years ago the spec was updated and CAN FD was introduced. This upgraded the transmission speed and even more important extended the paylo...
    • 31 Jan 2021
  • The Swear Bear

    8bitsandabyte
    8bitsandabyte
    Do you also swear too much?Don't worry, this artificial intelligence powered, internet of things enabled swear jar is here to help!How does it work?Well, it listens to your every word and detects profanity (AI).When caught, it instantly tells on ...
    • 26 Jan 2021
  • PicoMKRAdapter - connect Arduino MKR Shields to Raspberry Pi Pico

    bernhardmayer
    bernhardmayer
    I was very excited when I heard about the new Raspberry Pi Pico (Raspberry Pi Pico ) Overview I thought about all the projects I am going to built with it. But I needed to find a good starting point.There are already a lot of Arduino Shield...
    • 25 Jan 2021
  • Working with the Raspberry Pi Pico with Windows and C/C++

    shabaz
    shabaz
    Introduction Install Visual Studio Code Install CMake Install Build Tools for Visual Studio Install Python 3, Git and ARM GCC Compiler Get Code Building at the Command Line Fixing NMake not found issues Building with Visual Code Running the Applica...
    • 24 Jan 2021
  • The Interactive Storytelling Radio

    8bitsandabyte
    8bitsandabyte
    In this project we convert a neat looking radio into a voice-enabled, interactive storyteller. Future, here we come!SuppliesRaspberry PiGoogle AIY Voice Kit v1RadioGoogle Cloud PlatformGoogle DialogflowScrewdriverSoldering EquipmentWiringSpeakerSwitc...
    • 6 Dec 2020
<>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube