当前位置:网站首页>Arduino IDE for raspberry PI Pico development firmware localization installation tutorial
Arduino IDE for raspberry PI Pico development firmware localization installation tutorial
2022-07-25 02:44:00 【perseverance52】
Arduino IDE for Raspberry Pi Pico Develop firmware localization installation tutorial
What is introduced here is not Arduino The construction of official development board firmware , Because there is only one model in the official raspberry pie development board , Installation only requires
ArduinoSearch the development board manager for the correspondingpicoKeyword can be found and installed .
Arduino Official Raspberry Pi Pico Development board
- There is only one model
Raspberry Pi PicoOptional .
earlephilhower Provided by the author arduino-pico, It is also the focus of this introduction

Raspberry Pi PicoDevelopment board firmware project :https://github.com/earlephilhower/arduino-picoArduino-Picodocumentation :https://arduino-pico.readthedocs.io/en/latest/index.html
According to the installation instructions provided , Before the installation , You need to fill in the corresponding json Address , At home , Add this as per ESP32 Support the same firmware address , Will report a mistake .

- Error message

earlephilhower Provided arduino-pico Localize the installation process
First of all to prepare HFS(HTTP File Server) Tools to build local servers

Get ready for offline earlephilhower Version of arduino-pico Support firmware package
- Download support firmware package

- modify
.jsonfile
https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
Copy the above link to the browser address bar and press enter , Download the file .
Use VSCode Or other Notepad tools to open.jsonfile , Find and replace the corresponding information
https://github.com/earlephilhower/arduino-pico/releases/download/2.3.2/rp2040-2.3.2.zip
Replace the above link address with HFS Address generated in the software ,( The one in the middle here 8266 It's the port number ), This address is replaced in more than one place , Directly by Ctrl + H Replace the command , Select all to replace the corresponding content .
http://119.39.213.86:8266/arduino-pico-master.zip( Please don't copy my address , This depends on the personal computer , It must not be the same address as me )

And replacement
rp2040-2.3.2.zipChange it toarduino-pico-master.zip( Please don't copy this of mine , This depends on the name of the compressed package downloaded by individuals , It must not be the same address as me )
- Save after replacement , take .json Drag files to
HFSInside the tool .

Installation steps
- stay Arduino IDE menu - Preferences - Fill in the address of the development board manager : stay HFS In tool software
.jsonOf IP Copy the address information inside , Click ongood,
- Go back to the development board manager menu

- Search the latter and scroll down to find
picoCorresponding development board support package , At the same time HFS Tool software , You can view the relevant accesslogInformation , Click Install .
- Wait for installation to complete

- After installation , You can go to the development board selection to see the corresponding development board
This is more than an official model , The development board models here are much richer .
- You can configure more detailed hardware information

This method is applicable to the construction and installation of firmware packages supported by any development board . Just prepare the supporting firmware package and the corresponding .json File to achieve .
边栏推荐
- Mp4 package analysis
- It7259q-13, it7259ex-24 feature wearable devices
- How to use blender to make 360 degree panorama and panoramic video?
- Study notes of filebeat
- Use pytest + allure to show the chart results (3)
- Master jedispoolconfig parameter configuration and learn tuning skills
- How to judge which star you look like?
- Genesis, the world's first "consumption investment" public chain, was invited to participate in consensus 2022
- Componentization and modularization
- Automatic backup of Linux server PostgreSQL database
猜你喜欢

How to judge which star you look like?

Visualization of correlation coefficient matrix

Case analysis of building exhibition service management system with low code development platform

Classic network learning RESNET code implementation

Pycharm writes SQLite statements without code prompts

BMW I3 based on clar architecture is not a simple "oil to electricity" product

Technical experts from large factories: Thoughts on cloud nativity and software supply chain security

Get to know string thoroughly

Explanation of C language file operation function

Introduction to web security telent testing and defense
随机推荐
How to judge which star you look like?
Cloudrev deploy your own public cloud disk (pagoda installation method)
Picgo configuring Alibaba cloud OSS
Industrial control safety PLC firmware reverse II
H5 common positioning function package
What should I do when the interface encounters jsonstring
DLL load failed: the page file is too small to complete the operation
Go common standard library -time
Experienced the troubleshooting and solution process of an online CPU100% and the application of oom
Introduction to web security telent testing and defense
Tp5.1 initialize initialization method (not \u initialize)
SQL Server 2022 installation
Pycharm writes SQLite statements without code prompts
Redis unauthorized access vulnerability recurrence (www.hetianlab.com)
How to use blender to make 360 degree panorama and panoramic video?
Text reading end judgment
Keepalivetime=0 description of ThreadPoolExecutor
BGP introduction
A weird jedisconnectionexception: connection rejected problem
@Retryable @backoff @recover retry the use of annotations



