Xinyuan-LilyGO / T-ZigBee

Zigbee Ultra Low Power IOT Development Board
GNU Affero General Public License v3.0
72 stars 18 forks source link

Better flashing instructions #5

Closed yetanothercarbot closed 1 year ago

yetanothercarbot commented 2 years ago

I received my T-Zigbee boards today. I soldered headers onto one and connected it via USB with the dip switch set to the C3; it failed to enumerate (in fact, it knocked my USB headphones off the bus!).

IO9 isn't broken out so I'm unsure how to place the ESP32-C3 into download mode so that I can flash new firmware.

I have other questions too, but closing #2 should solve those.

lbuque commented 2 years ago

need to use u2t:

8803dea20679acdf6e3b46c41a19aa2

yetanothercarbot commented 2 years ago

I see. That's unfortunate; the price of shipping is nearly the price of the U2T itself haha. Thanks for the quick reply.

camnop commented 2 years ago

@liangyingy

Is there any way to flash using a FT232RL USB TO TTL? If yes, how to connect the wires?

image

or using this cable? image

lbuque commented 2 years ago

@camnop

You can use USBCOMFlashTx.html in https://github.com/pvvx/TlsrComSwireWriter to flash the TLSR8258 firmware.

But FTDI USB-COM chips don't work!

You can use t-u2t or ch340.

Below the connection diagram:

无标题

camnop commented 2 years ago

What about PL2303HX using 3v?

image

image

lbuque commented 2 years ago

@camnop This PL2303HX has no RTS.

lbuque commented 2 years ago

Burning Guide 烧录指南

camnop commented 2 years ago

Thanks! I got the board recognized using this Downloader Board: image

I flash it with sampleGW_8258_20220302.bin

following your burning guide.