element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • 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 Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • 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
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • 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 Arduino-Pico
  • 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!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
GPIO Pinout
Raspberry Pi Wishlist
Comparison Chart
Quiz
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: ralphjy
  • Date Created: 14 Apr 2021 3:49 PM Date Created
  • Views 2291 views
  • Likes 9 likes
  • Comments 8 comments
Related
Recommended
  • rpi pico
  • arduino ide
  • rp2040_micromod
  • rp2040

Arduino-Pico

ralphjy
ralphjy
14 Apr 2021

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 Board configuration

image

 

I'm going to try to see if the examples work with the Pico and my SparkFun boards.  Probably get to it later this week.

 

Thought others might want to try it out.

  • Sign in to reply

Top Comments

  • fmilburn
    fmilburn over 4 years ago +6
    Hi Ralph, I don’t have a Pico yet but it looks like there is an official Arduino release in github now based on mbed: https://github.com/arduino/ArduinoCore-mbed/releases/tag/2.0.0 https://twitter.com…
  • neilk
    neilk over 4 years ago +5
    Hi Ralph - that looks exciting! I'll be looking at it soon Neil
  • jomoenginer
    jomoenginer over 4 years ago +5
    Yeah, I posted this link in another post, but I found the instructions from Tom's Hardware work quite nicely programming the Pico from the Arduino IDE. https://www.tomshardware.com/how-to/program-raspberry…
  • jomoenginer
    jomoenginer over 4 years ago in reply to dubbie

    With what Ralph shows here and the Tom's Hardware link, I was able to get the Grove RGB LCD examples to work with the Pico:

    https://www.seeedstudio.com/blog/2020/01/20/how-to-use-16x2-lcd-with-arduino-grove-lcd-rgb-backlight/

     

    There is an issue with the 'pico-sdk' where it will not pick up the Text i2c address from the Grove LCD so I attempted to use the i2c bus_scan example from the 'pico-sdk' but that hangs if the Grove LCD is connected and powered on.   I have filed an issue for this.

     

    However I was able to use the Grove RGB LCD with the Pico using both MicroPython and the Arduino IDE.  I'm sure there will be some limitations, but thus far it seems to be working fine.

    • Cancel
    • Vote Up +5 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • dubbie
    dubbie over 4 years ago in reply to jomoenginer

    Jon,

     

    If you can usefully use the Pico from Arduino then I'm interested. All I need now is a Pico.

     

    Dubbie

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • ralphjy
    ralphjy over 4 years ago in reply to jomoenginer

    That's a great feature of Arduino-Pico - automatically going into storage mode when you upload.  Although I do have that Reset button on my breadboard so I don't have to unplug and replug it when I use other methods like the Mbed library.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • jomoenginer
    jomoenginer over 4 years ago

    Yeah, I posted this link in another post, but I found the instructions from Tom's Hardware work quite nicely programming the Pico from the Arduino IDE.

    https://www.tomshardware.com/how-to/program-raspberry-pi-pico-with-arduino-ide

     

    The nice thing is that you do not have to set Pico in storage mode and do not have to unplug and plug it back in.  It does seem to this in the background though.

     

    I tested this from a Raspberry Pi 4 to Raspberry Pi Pico with a Grove LCD via i2c.

    • Cancel
    • Vote Up +5 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • kmikemoo
    kmikemoo over 4 years ago

    I added it to my Arduino IDE last night.  I hope to play with it soon.  Thanks for the "heads up", ralphjy

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
>
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 © 2025 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