User Tools

Site Tools


amc:ss2023:group-v:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
amc:ss2023:group-v:start [2023/07/25 21:02] shreevarshan.sivakumaramc:ss2023:group-v:start [2023/07/25 21:06] (current) shreevarshan.sivakumar
Line 73: Line 73:
  
 • A python environment is needed, used for this was anaconda prompt. Installed was esptool (Fig 5a). • A python environment is needed, used for this was anaconda prompt. Installed was esptool (Fig 5a).
 +
 +<file>
 Code snippet: pip install esptool Code snippet: pip install esptool
 +</file>
  
 {{:amc:ss2023:group-v:code_snippet_.jpg?400|}} {{:amc:ss2023:group-v:code_snippet_.jpg?400|}}
Line 88: Line 91:
  
 The code snippets for: The code snippets for:
 +<file>
  
 Erasing: python -m esptool –chip esp32 erase_flash (uses python to use esptool to erase flash on esp 32 module). Erasing: python -m esptool –chip esp32 erase_flash (uses python to use esptool to erase flash on esp 32 module).
  
 Flashing: python -m esptool –chip esp32 write_flash 0x01000 bootloader.bin 0x08000 partitions.bin 0x10000 firmware.bin Flashing: python -m esptool –chip esp32 write_flash 0x01000 bootloader.bin 0x08000 partitions.bin 0x10000 firmware.bin
 +</file>
  
 {{:amc:ss2023:group-v:erasing_flash.jpg?400|}} {{:amc:ss2023:group-v:erasing_flash.jpg?400|}}
amc/ss2023/group-v/start.1690311763.txt.gz · Last modified: 2023/07/25 21:02 by shreevarshan.sivakumar