482 views|2 replies

11

Posts

4

Resources
The OP
 

[Digi-Key Follow Me Issue 3] Task 1: Using the MicroPython System [Copy link]

 This post was last edited by eew_gz8e7C on 2023-11-10 07:42

I am very happy to have the opportunity to participate in the third phase of Digi-Key's Follow me! Here is a family photo of the hardware I received for the third phase:

Let's start Task 1 using the MicroPython system:
  1. Install the Python environment
  2. To deploy MicroPython on Seeed Studio XIAO ESP32C3, you first need to install esptool, which can be installed using pip.
    pip install esptool

  3. Erase flash using esptool
  4. Download the firmware, I downloaded v1.21.0 (2023-10-05) .bin
  5. Flash the firmware using esptool
    esptool.py --chip esp32-c3 -p COM7 write_flash -z 0x0 ESP32_GENERIC_C3-20231005-v1.21.0.bin
  6. Here we use VScode as the python IDE, and we can install the RT-Thread MicroPython plug-in to run py files in real time and upload py files to the esp32-C3 module
  7. Create a hello world script in VScode
    print('hello world!')

  8. Connect esp32-C3 module
  9. Running scripts on modules

This post is from DigiKey Technology Zone

Latest reply

Congratulations! I received the board and can successfully output hello world!  Details Published on 2023-11-10 10:57
 
 

6828

Posts

11

Resources
2
 
Congratulations! I received the board and can successfully output hello world!
This post is from DigiKey Technology Zone
 
 
 

11

Posts

4

Resources
3
 
lugl4313820 posted on 2023-11-10 10:57 Congratulations, congratulations to the boss for receiving the board and being able to output hello world smoothly!

I don't deserve it. I'm just a newbie. I still need to learn a lot from you guys.

This post is from DigiKey Technology Zone
 
 
 

Find a datasheet?

EEWorld Datasheet Technical Support

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号
快速回复 返回顶部 Return list