LilyGo T-Display RP2040 - Tutorial - Installing the Firmware and First Steps With the Board Display
by CranFIN in Circuits > Raspberry Pi
1468 Views, 0 Favorites, 0 Comments
LilyGo T-Display RP2040 - Tutorial - Installing the Firmware and First Steps With the Board Display
This tutorial is intended for the LilyGo T-Display RP2040 board, which has a raspberry pi microcontroller. Follow the step by step to correctly install the card's firmware.
All files are available in compressed form, just download and unzip, following the instructions later.
---------------------------------------------------------------------------------------------------------------------------------------------------------------
Esse tutorial é destinado para a placa LilyGo T-Display RP2040, que possui um microcontrolador da raspberry pi. Siga o passo a passo para instalar corretamente o firmware da placa.
Todos os arquivos estão disponiveis de forma compactada, é só baixar e descompactar, seguindo as instruções posteriormente.
TUTORIAL
Instal board arduino ide:
- Open up the Arduino IDE and go to File->Preferences.
- In the dialog that pops up, enter the following URL in the "Additional Boards Manager URLs" field:
https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
- Go to Tools->Boards->Board Manager in the IDE
- Type "pico" in the search box and select "Add":
Still in the IDE, go to Tools - Boards - Raspberry Pi RP2040 (2.6.5) - Raspberry Pi Pico
Select the board's COM port (Connect the board to the USB first using the data cable)
1°Download the github folder at this link:
https://github.com/Xinyuan-LilyGO/LILYGO-T-display-RP2040
or
https://1drv.ms/u/s!AnXRVFnU40YHhno_br756iL753vp?e=B11usY
2°Unzip the zip file.
3°Open the firmware folder
Do this now:
Do all this with the board connected to the computer and the Arduino IDE open!!!
Open image 1 to see the buttons better.
1° Hold the boot button and do not let go
2°Hold the reset button at the same time for 1 or 2 seconds and then release
3°Release the boot button 1 second after releasing the reset button
Do all this with the board connected to the computer and the Arduino IDE open.
It will then open a USB device (it's the one on the board) automatically in your file manager.
Do it now:
1°In the firmware folder that you opened, there is a file in the 'UF2' format, IT IS NOT THE INO!, drag the file 'firmware.UF2' to the USB device that opened automatically called: 'RPI-RP2'
(Maybe it's another name, here it was).
2°Close the USB device folder, you will see that an animation will start on the screen!!
3° Now add the library to the file, add it manually, you should know how to do it, I'll leave the folder next to the example code folder that I saved.
4° Test the example code by sending it through the Arduino IDE, selecting the right board in the IDE and the port.
5°Use this link to add the board: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
Install the package described in image 1.
It doesn't work with another!
---------------------------------------------------------------------------------------------------------------------------------------------------------------
Em português
Instalação da placa no arduino ide:
Abra o Arduino IDE e vá para Arquivo->Preferências.
Na caixa de diálogo que aparece, digite o seguinte URL no campo 'Additional Boards Manager URLs':
https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
E clique em Ok.
Vá para Ferramentas->Placas->Gerenciador de Placas no IDE
Digite 'pico' na caixa de pesquisa e selecione 'Adicionar':
Ainda na IDE, vá em ferramentas - placas - Raspberry Pi RP2040 (2.6.5) - Raspberry Pi Pico
Selecione a porta COM da placa (Conecte antes a placa na USB usando o cabo de dados)
1°Baixe a pasta do github nesse link:
https://github.com/Xinyuan-LilyGO/LILYGO-T-display-RP2040
ou
https://1drv.ms/u/s!AnXRVFnU40YHhno_br756iL753vp?e=B11usY
2°Descompacte o arquivo zip.
3°Abra a pasta firmware
Faça esse procedimento agora:
Faça tudo isso com a placa conectada no computador e a IDE do arduino aberta!!!
Abra a imagem 1 para ver melhor os botões.
1° Segure o botão de boot e não solte
2°Segure o botão de reset ao mesmo tempo por 1 ou 2 segundos e depois solte
3°Solte o botão de boot 1 segundo depois de soltar o de reset
Faça tudo isso com a placa conectada no computador e a IDE do arduino aberta.
Em seguida, vai abrir um dispositivo USB (é o da placa) automaticamente no seu gerenciador de arquivos.
Faça isso agora:
1°Na pasta firmaware que você abriu, tem um arquivo no formato "UF2", NÃO É O INO!, arraste o arquivo "firmaware.UF2" para o dispositivo USB que abriu automaticamente chamado: "RPI-RP2"
(Talves seja outro nome, aqui foi esse).
2°Feche a pasta do dispositivo USB, você verá que vai começar uma animação na tela!!
3° Agora adicione a biblioteca no arquino, adicione manualmente, você deve saber como já faz isso, deixarei a pasta junto a pasta do código de exemplo que salvei.
4° Teste o código de exemplo enviando através da ide do arduino, selecionando a placa certa na ide e a porta.
5°Use esse link para adicionar a placa:https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
Instale esse pacote: O nome ta na imagem 1.
Não funciona com outro!