Pi3rrot.net

Yet another Wiki on the Interweb

Outils pour utilisateurs

Outils du site


hamradio:lilygo

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
hamradio:lilygo [2024/10/18 16:02] – créée pierrehamradio:lilygo [2024/10/18 17:27] (Version actuelle) pierre
Ligne 1: Ligne 1:
 ====== Lilygo ====== ====== Lilygo ======
  
-===== esptool =====+On va commencer à jouer avec les petites boards Lilygo.\\ 
 +Ne connaissant rien, je met tout en vrac ici. 
 + 
 +Ca semble être cette petite board :  
 + 
 +Ca ressemble à ça, et quand je la branche, je vois ça qui apparait : 
 +{{:hamradio:img_20241018_161028_700.jpg?400|}}{{:hamradio:img_20241018_161036_786.jpg?400|}} 
 + 
 +===== Programme esptool sous Linux ===== 
 + 
 +Ca marche en Python3, c'est pratique, et on va faire un venv pour pas péter notre Os.
  
 ==== Installer ESPTool ==== ==== Installer ESPTool ====
Ligne 15: Ligne 25:
 Et Zou ! Et Zou !
  
-<code>+<code bash>
 $ esptool.py chip_id $ esptool.py chip_id
 +</code>
 +<code>
 esptool.py v4.8.1 esptool.py v4.8.1
 Found 2 serial ports Found 2 serial ports
 Serial port /dev/ttyACM1 Serial port /dev/ttyACM1
 Connecting.... Connecting....
-Detecting chip type... Unsupported detection protocol, switching and trying again... 
-Connecting....... 
 Detecting chip type... ESP32 Detecting chip type... ESP32
 Chip is ESP32-PICO-D4 (revision v1.0) Chip is ESP32-PICO-D4 (revision v1.0)
 Features: WiFi, BT, Dual Core, 240MHz, Embedded Flash, VRef calibration in efuse, Coding Scheme None Features: WiFi, BT, Dual Core, 240MHz, Embedded Flash, VRef calibration in efuse, Coding Scheme None
 Crystal is 40MHz Crystal is 40MHz
-MAC: 98:cd:ac:f3:d1:e0+MAC: 98:cd:ac:xx:ha:ha
 Uploading stub... Uploading stub...
 Running stub... Running stub...
Ligne 36: Ligne 46:
 (esptool)  (esptool) 
 </code> </code>
 +
 +==== Dump du firmware ====
 +
 +<code bash>
 +$ esptool.py flash_id
 +</code>
 +<code>
 +esptool.py v4.8.1
 +Found 2 serial ports
 +Serial port /dev/ttyACM1
 +Connecting....
 +Detecting chip type... Unsupported detection protocol, switching and trying again...
 +Connecting.........
 +Detecting chip type... ESP32
 +Chip is ESP32-PICO-D4 (revision v1.0)
 +Features: WiFi, BT, Dual Core, 240MHz, Embedded Flash, VRef calibration in efuse, Coding Scheme None
 +Crystal is 40MHz
 +MAC: 98:cd:ac:f3:d1:e0
 +Uploading stub...
 +Running stub...
 +Stub running...
 +Manufacturer: c8
 +Device: 4016
 +Detected flash size: 4MB
 +Flash voltage set by a strapping pin to 3.3V
 +Hard resetting via RTS pin...
 +</code>
 +
 +<code>
 +
 +</code>
 +
 +
 +<code>
 +
 +</code>
 +
 +
  
 ====== Liens utiles ====== ====== Liens utiles ======
  
-[[https://meshtastic.org/docs/getting-started/flashing-firmware/esp32/cli-script/]]+[[https://meshtastic.org/docs/getting-started/flashing-firmware/esp32/cli-script/]]\\ 
 +[[https://github.com/Xinyuan-LilyGO/LilyGo-LoRa-Series/tree/master]] \\ 
 +[[https://github.com/richonguzman]]
hamradio/lilygo.1729260153.txt.gz · Dernière modification : 2024/10/18 16:02 de pierre