Add files via upload

main
vcc_gnd gardener 2023-01-29 23:57:45 +08:00 committed by GitHub
parent e3d217eac0
commit 140c7dec45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
18 changed files with 154 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 299 KiB

View File

@ -0,0 +1,30 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>正在跳转Opening third-party website</title>
</head>
<body>
<form name=loading>
 <p align=center> <font color="#0066ff" size="2">请稍等,跳转后的网页页面及资源由第三方提供服务一切责任与义务与本站无关。Please wait a moment. The webpage (and resources) after the jump is provided by a third party. All responsibilities and obligations have nothing to do with this website.</font><font color="#0066ff" size="2" face="Arial">...</font>
  <input type=text name=chart size=46 style="font-family:Arial; font-weight:bolder; color:#0066ff; background-color:#fef4d9; padding:0px; border-style:none;">
  <input type=text name=percent size=47 style="color:#0066ff; text-align:center; border-width:medium; border-style:none;">
  <script> 
var bar=0 
var line="||" 
var amount="||" 
count() 
function count(){ 
bar=bar+2 
amount =amount + line 
document.loading.chart.value=amount
document.loading.percent.value=bar+"%" 
if (bar<99) 
{setTimeout("count()",10);}
else 
{window.location = "https://www.wch.cn/products/CH343.html";}
}</script>
 </p>
</form>
<p align="center"> 如果您的浏览器不支持跳转,If your browser does not support jump<a style="text-decoration: none"https://www.wch.cn/products/CH343.html"><font color="#FF0000">请点这里</font></a>.</p>
</body>
</html>

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,30 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>正在跳转Opening third-party website</title>
</head>
<body>
<form name=loading>
 <p align=center> <font color="#0066ff" size="2">请稍等,跳转后的网页页面及资源由第三方提供服务一切责任与义务与本站无关。Please wait a moment. The webpage (and resources) after the jump is provided by a third party. All responsibilities and obligations have nothing to do with this website.</font><font color="#0066ff" size="2" face="Arial">...</font>
  <input type=text name=chart size=46 style="font-family:Arial; font-weight:bolder; color:#0066ff; background-color:#fef4d9; padding:0px; border-style:none;">
  <input type=text name=percent size=47 style="color:#0066ff; text-align:center; border-width:medium; border-style:none;">
  <script> 
var bar=0 
var line="||" 
var amount="||" 
count() 
function count(){ 
bar=bar+2 
amount =amount + line 
document.loading.chart.value=amount
document.loading.percent.value=bar+"%" 
if (bar<99) 
{setTimeout("count()",10);}
else 
{window.location = "https://www.espressif.com.cn/sites/default/files/tools/flash_download_tool_3.9.3_0.zip";}
}</script>
 </p>
</form>
<p align="center"> 如果您的浏览器不支持跳转,If your browser does not support jump<a style="text-decoration: none"https://www.espressif.com.cn/sites/default/files/tools/flash_download_tool_3.9.3_0.zip"><font color="#FF0000">请点这里</font></a>.</p>
</body>
</html>

View File

@ -0,0 +1,30 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>正在跳转Opening third-party website</title>
</head>
<body>
<form name=loading>
 <p align=center> <font color="#0066ff" size="2">请稍等,跳转后的网页页面及资源由第三方提供服务一切责任与义务与本站无关。Please wait a moment. The webpage (and resources) after the jump is provided by a third party. All responsibilities and obligations have nothing to do with this website.</font><font color="#0066ff" size="2" face="Arial">...</font>
  <input type=text name=chart size=46 style="font-family:Arial; font-weight:bolder; color:#0066ff; background-color:#fef4d9; padding:0px; border-style:none;">
  <input type=text name=percent size=47 style="color:#0066ff; text-align:center; border-width:medium; border-style:none;">
  <script> 
var bar=0 
var line="||" 
var amount="||" 
count() 
function count(){ 
bar=bar+2 
amount =amount + line 
document.loading.chart.value=amount
document.loading.percent.value=bar+"%" 
if (bar<99) 
{setTimeout("count()",10);}
else 
{window.location = "https://thonny.org/";}
}</script>
 </p>
</form>
<p align="center"> 如果您的浏览器不支持跳转,If your browser does not support jump<a style="text-decoration: none"https://thonny.org/"><font color="#FF0000">请点这里</font></a>.</p>
</body>
</html>

View File

@ -0,0 +1,34 @@
from machine import Pin
from neopixel import NeoPixel
import time
pin = Pin(16, Pin.OUT)
np = NeoPixel(pin, 1)
np[0] = (10,0,0)
np.write()
r, g, b = np[0]
def handle_interrupt(Pin):
np[0] = (0, 0, 0)
np.write()
time.sleep_ms(150)
np[0] = (0, 0, 10)
np.write()
time.sleep_ms(150)
np[0] = (0, 0, 10)
np.write()
time.sleep_ms(150)
np[0] = (0, 0, 0)
np.write()
time.sleep_ms(150)
np[0] = (0, 10, 0)
np.write()
time.sleep_ms(150)
print("test-usr key")
p0 = Pin(0)
p0.init(p0.IN, p0.PULL_UP)
p0.irq(trigger=p0.IRQ_FALLING, handler=handle_interrupt)

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

View File

@ -0,0 +1,77 @@
COJ1PAJ101 PAU401 COU4 PAU4040 CPOAJ2J012
PAU4039
PAU402 PAJ202
PAJ102 PAU403 PAU4038 PAJ203
PAU404 PAU4037 PAJ204
PAJ103 PAU405 PAU4041 PAU4036 PAJ205
PAJ206
PAU406 PAU4035
PAU4034 PAJ207
PAJ104 PAU407 PAU4033
PAU408 PAJ208
PAJ105 PAU409 PAU4032 PAJ209
PAU4010 PAU4031
PAJ2010
PAJ106 PAU4011 PAU4030 PAJ2011
PAU4012 PAU4029
PAJ2012
PAJ107 PAU4013 PAU4028
PAJ2013
PAU4014 PAU4027
PAJ2014
PAJ1C08OU1 PAU4015PAU4016PAU4017PAU4018 PAU4019 PAU4020PAU4021PAU402 PAU4023PAU4024 PAU4025PAU4026
PAJ2015
PAJ109 COC9
PAC301 PAC302 COC3 COC5PAC502PAC602COC6 PARST02 PAC902 PARST01 CORST
PAJ1010 PAC501 PAC601 PAC901
PAU301 COU3
PAJ1011
PAU304 COBOT PABOT02 PAC802 PABO T01
PAU302 COC8 PAC801
PAJ1012
PAU303
PAJ1013 PAQ103 PAQ203
COR5 COR7 PAR802 PAC702 PAR502 PAR702
PAR801 PAC701 PAR501 PAR701 COQ2
PAC401 PAC402 COC4 COQ1
PAJ1014 COR8COC7 PAQ101 PAQ102 PAQ201 PAQ202
CPPAAORR44R00124COPPAACRRXX1120012
PAJ1015 PAU101 COPWR COTX1 CORX1 CORGB COR6PAR602 PAPWR01 CPPOAARRR1100112 PATX101
PAPWR02 PATX102
PAU103 PAR601
PARGB01
PAJ1016 PAU102 PAU104 PARGB02 PCAC1O01CPA1C102 PAC201 PAC202 PAJ2016
COIN0OUT COD3
PAJ1017 PAJ2017
PAU2011 PAIN0OUT01 PAD302
COD2 PAD102CORCC9ORC21O0RPA3U2010 PAU209 PAU208 PAU207PAU206
PAD202 PAR902 PAR1002 PAR202 PAR302
PAJ1018 COUSB1 PAIN0OUT02 PAD301 PADC2O0D11 PAD101 PAR901 PAR1001 PAR201 PAR301 PAJ2018
PAJ1019 PAU201 PAU202 PAU203 PAU204 PAU205 PAJ2019
COU2
PAJ1020 PAUSB2013PAUSB20A1B2PAUSB20A4B9PAUSB208PAUCSB20A5POUSB207PAUUSB20A6SPAUSB20AB7PUSB2026PAUSB20A8PAUSB205PAUSB20BP4AA9UPASUSBB2200B1A2PAUSB2014 PAUSB1013 PAUSB10A1BP2AUSB10A4B9 PAUSB108PAUSB10A5PUSB107PAUSB10A6PAUSB10A7PUSB106PAUSB10A8PAUSB10B5PAUSB10B4A9PAUSB10B1A2 PAUSB1014 PAJ2020
PAUSB10
PAJ1021 PAJ2021
PAJ1022 PAUSB2015 PAUSB2016 PAUSB1015 PAUSB1016 PAJ2022

View File

@ -0,0 +1,77 @@
COJ1PAJ101 PAU401 COU4 PAU4040 CPOAJ2J012
PAU4039
PAU402 PAJ202
PAJ102 PAU403 PAU4038 PAJ203
PAU404 PAU4037 PAJ204
PAJ103 PAU405 PAU4041 PAU4036 PAJ205
PAJ206
PAU406 PAU4035
PAU4034 PAJ207
PAJ104 PAU407 PAU4033
PAU408 PAJ208
PAJ105 PAU409 PAU4032 PAJ209
PAU4010 PAU4031
PAJ2010
PAJ106 PAU4011 PAU4030 PAJ2011
PAU4012 PAU4029
PAJ2012
PAJ107 PAU4013 PAU4028
PAJ2013
PAU4014 PAU4027
PAJ2014
PAJ1C08OU1 PAU4015PAU4016PAU4017PAU4018 PAU4019 PAU4020PAU4021PAU402 PAU4023PAU4024 PAU4025PAU4026
PAJ2015
PAJ109 COC9
PAC301 PAC302 COC3 COC5PAC502PAC602COC6 PARST02 PAC902 PARST01 CORST
PAJ1010 PAC501 PAC601 PAC901
PAU301 COU3
PAJ1011
PAU304 COBOT PABOT02 PAC802 PABO T01
PAU302 COC8 PAC801
PAJ1012
PAU303
PAJ1013 PAQ103 PAQ203
COR5 COR7 PAR802 PAC702 PAR502 PAR702
PAR801 PAC701 PAR501 PAR701 COQ2
PAC401 PAC402 COC4 COQ1
PAJ1014 COR8COC7 PAQ101 PAQ102 PAQ201 PAQ202
CPPAAORR44R00124COPPAACRRXX1120012
PAJ1015 PAU101 COPWR COTX1 CORX1 CORGB COR6PAR602 PAPWR01 CPPOAARRR1100112 PATX101
PAPWR02 PATX102
PAU103 PAR601
PARGB01
PAJ1016 PAU102 PAU104 PARGB02 PCAC1O01CPA1C102 PAC201 PAC202 PAJ2016
COIN0OUT COD3
PAJ1017 PAJ2017
PAU2011 PAIN0OUT01 PAD302
COD2 PAD102CORCC9ORC21O0RPA3U2010 PAU209 PAU208 PAU207PAU206
PAD202 PAR902 PAR1002 PAR202 PAR302
PAJ1018 COUSB1 PAIN0OUT02 PAD301 PADC2O0D11 PAD101 PAR901 PAR1001 PAR201 PAR301 PAJ2018
PAJ1019 PAU201 PAU202 PAU203 PAU204 PAU205 PAJ2019
COU2
PAJ1020 PAUSB2013PAUSB20A1B2PAUSB20A4B9PAUSB208PAUCSB20A5POUSB207PAUUSB20A6SPAUSB20AB7PUSB2026PAUSB20A8PAUSB205PAUSB20BP4AA9UPASUSBB2200B1A2PAUSB2014 PAUSB1013 PAUSB10A1BP2AUSB10A4B9 PAUSB108PAUSB10A5PUSB107PAUSB10A6PAUSB10A7PUSB106PAUSB10A8PAUSB10B5PAUSB10B4A9PAUSB10B1A2 PAUSB1014 PAJ2020
PAUSB10
PAJ1021 PAJ2021
PAJ1022 PAUSB2015 PAUSB2016 PAUSB1015 PAUSB1016 PAJ2022

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB

View File

@ -0,0 +1,210 @@
1 2 3 4 5 6 7 8
A
GND GND GND B
C
VDD33 D
PIC102 CCOC1100 EP 17PIU2017
1uf,0402 P1IU201 VIO RI PIU20116 6
2 GND CTS 15
PIC101 VDD5 DSR
PIU202 TXD RTS PIU2015
CUOUSSBB1 1 GND RXD DTRTNOW
3 V3 DCD 14
A CDOD11 VBUSB PIC10 UD+ ACT# CTOTXX CROR11 VDD33
D26 PIU203 UD- VBUS PIU2014
A1B12 PIUSB10A1B12 VBUSB CCOC11 UNLU00RRXDXD RTS U0TXDPITX02 PITX01 PIR101 PIR102
GND A4B9 PIUSB10A4B9 4 13 DTR
VBUS A5 PIUSB10A5 PID101 PID102 5V PIC102 1uf,0402 UNLU00TTXXD D LED2 1k,0402
CC1 A6 PIUSB10A6 GND PIU204 PIU2013 VBUSB
13 GND DP1 A7 PIUSB10A7 CROR22 GND D+ CRORXX VDD33
GND DN1 A8 PIUSB10A8 GND 5 12
PIUSB1013 GND SBU1 B1A12 PIUSB10B1A12 PIR201 PIR202 CROR44
GND GND B4A9 PIUSB10B4A9 PIU205 PIU2012
14 VBUS B5 PIUSB10B5 5.1k,0402 PIC201 D- U0RXDPIRX02 PIRX01PIR401 PIR402 CRORGGB B
CC2 B6 PIUSB10B6 6 11
PIUSB1014 DP2 B7 PIUSB10B7 LED2 1k,0402
SDBNU22 B8 PIUSB10B8 PIU206 PIU2011
PIU1SB51015
16 7 10
PIUSB1016 PIU207 PIU2010
P8IU208 PIU2099
CROR33 CCOC22 CUOU22 GPIO48 0,0603 NRLRGGBB0_CTCRLTRL
PIR301 PIR302 PIC20 100nf,0402 CH343P PIRGB02 PIRGB01
5.1k,0402 CUOU11
GND 5V XL-5050RGBC-WS2812B
NDLD0+ GND 1 VDD DI 3
NDLD0- DO GND
PIU101 PIU103
2 4
PIU102 PIU104
TYPEC-304-BCP16 GND
NDLDTTR R RCOR55 CHIP_PU
10k,0402 PIQ103
PIR502 PIR50P1IQ101 CQOQ11 CROR66 PCOWPWR R
SS8050-G Auto program 5V CUOU33 VDD33 1k,0402
DTR RTS-->EN IO0 IO2
PIQ102 1 1 1 11 3 IN PIU303 1 GND 4 PIU304
0 0 1 11 OTAUBT 2 PIU302
1 0 0 11 PIC301PIR602CCOC33 PPIIRP60W1R0A PIPWR0K
0 1 1 00 PIU301 CJ6107A33GW
PIC401 CCOC44 10uf,1206 LED-RED
10uf,1206 PIC302
PIC402
RCOR77 PIQ20
B NRLRTTS S 10k,0402 CQOQ22 GND
PIR702 PIR70P1IQ201 SS8050-G GND GND
PIQ203 GPIO0
CUOU44 ESP32-S3-WROOM-1 GND
GND
VDD33 1 GND1 EPAD 41
PIU401 3V3 GND2
EN PIU4041 GNLGPPIOO1 1
PIC502 PIC602 PIR801 2 IO4 IO1
IO5 IO2 40 GNLGPPIOO2 2
PIU402 IO6 TXD0
IO7 RXD0 PIU4040 U0TXD
NCLCHHIPP0_PPU U 3 IO15 IO42
CCOC55 CCOC66 CROR88 PIU403 IO16 IO41 39 U0RXD
IO17 IO40 GNLGPPIOO4242
NGLGPPIOO44 4 IO18 IO39 PIU4039
PIC501 10uF,0603PIC601 104,0402 10k,0402 PIU404 IO8 IO38 GNLGPPIOO4141
IO19 IO37 38
NGLGPPIOO55 5 IO20 IO36 GNLGPPIOO4040
PIR802 PIU405 IO35 PIU4038 GNLGPPIOO3939
NGLGPPIOO66 6 IO0 CJOJ11 CJO2J2
PIC702 PIU406 37 GNLGPPIOO3838 VDD33
1 PIJ201
NGLGPPIOO7 7 7 PIU4037 GNLGPPIOO3737 1 PIJ101 2 PIJ202 GND
CCOC77 PIU407 GNLGPPIOO3636 3 PIJ203
GND GND 36 GNLGPPIOO3535 2 PIJ102 4 PIJ204 U0TXD
NGLGPPIOO115 5 8 3 PIJ103 5 PIJ205 U0RXD
PIC701 1uF,0402 PIU408 PIU4036 GPIO0 4 PIJ104 6 PIJ206 GPIO1
5 PIJ105 CHIP_PU 7 PIJ207 GPIO2
NGLGPPIOO116 6 9 35 6 PIJ106 GPIO4 8 PIJ208 GPIO42
PIU409 7 PIJ107 GPIO5 9 PIJ209 GPIO41
PIU4035 8 PIJ108 GPIO6 10 PIJ2010 GPIO40
NGLGPPIOO117 7 10 9 PIJ109 GPIO7 11 PIJ2011 GPIO39
NGLGPPIOO118 8 11PIU4010 34 10 PIJ1010 GPIO15 12 PIJ2012 GPIO38
CUOUSSBB0-OOTGTG PIU4011 11 PIJ1011 GPIO16 13 PIJ2013 GPIO37
GND PIU4034 12 PIJ1012 GPIO17 14 PIJ2014 GPIO36
PIUSB0OTG02 PIUSB0OTG01 NGLGPPIOO88 12 13 PIJ1013 GPIO18 15 PIJ2015 GPIO35
PIU4012 33 14 PIJ1014 GPIO8 16 PIJ2016 GPIO0
0,0603 15 PIJ1015 GPIO3 17 PIJ2017 GPIO45
GPIO19 13 PIU4033 16 PIJ1016 GPIO46 18 PIJ2018 GPIO48
PIU4013 17 PIJ1017 GPIO9 19 PIJ2019 GPIO47
32 18 PIJ1018 GPIO10 20 PIJ2020 GPIO21
GPIO20 14 19 PIJ1019 GPIO11 21 PIJ2021 GPIO20
PIU4014 PIU4032 20 PIJ1020 GPIO12 22 PIJ2022 GPIO19
GND GPIO13
31 GPIO14 Header 22
30 PIU4031
PIU4030
29
PIU4029
28
PIU4028
27
PIU4027
UCOUSSBB2 2 IO3
IO46
GND A1B12 PIUSB20A1B12 CDOD22 IO9
A4B9 PIUSB20A4B9 D26 IO10
IO11
VBUS A5 PIUSB20A5 PID201 PID202 IO12
CDCP11 A6 PIUSB20A6 IO13
A7 PIUSB20A7 IO14
DN1 A8 PIUSB20A8 IO21
IO47
SBU1 B1A12 PIUSB20B1A12 IO48
GND B4A9 PIUSB20B4A9 IO45
VBUS B5 PIUSB20B5
C CC2 B6 PIUSB20B6 5V CROR99 VDD33 PIU4015 PIU4016 PIU4017 PIU4018 PIU4019 PIU402 PIU4021 PIU402 PIU4023 PIU402 PIU4025 PIU4026
DP2 B7 PIUSB20B7
SDBNU22 B8 PIUSB20B8 NLGPIO46NLGPIO9NLGPIO10NLGPIO1NLGPIO12NLGPIO13NLGPIO14NLGPIO21NLGPIO47NLGPIO48NLGPIO45
13 GND PIR901 PIR902 GND PIR101 GPIO3 15
GND GPIO46 16
PIUSB2013 GND 5.1k,0402 RCOR1111 GPIO9 17
GND GPIO10 18
14 CROR1100 10k,0402 GPIO11 19
GPIO12 20
PIUSB2014 PIR102 GPIO13 21
GPIO14 22
15 PIUSB0JTAG01 GPIO21 23
16 PIUSB2015 GPIO47 24
GPIO48 25
PIUSB2016 GPIO45 26
PIR1001 PIR1002 GND
GND 5.1k,0402 UCOSUSBB0-JJTTAAG G
GNLGPPIOO2020 0,0603 CDOD33
GNLGPPIOO1919 D26
PIUSB0JTAG02 NGLGPPIOO33
21 PIJ1021 PID301 PID302 5V
22 PIJ1022
TYPEC-304-BCP16 Header 22 CIONIN-0OOUUT T
GND
PIIN0OUT02 PIIN0OUT01 GND
0,0603
CBOBOOOOT T CRORSSTT
1 2 NGLGPPIOO0 0 1 2 CHIP_PU
PIBOOT01 PIBOOT02 PIC802 PIRST01 PIRST02 PIC902
CCOC88 CCOC99
ST-1185S ST-1185S
PIC801 104,0402 PIC901 104,0402
GND GND
GND GND
D
Title YD-ESP32-S3-COREBOARD V1.4 源地® 工作室
VCC-GND®
Size: A3 Number:* Revision:* studio VCC-GND.COM
Date: 2022/9/23 Time: 22:54:45 Sheet * of *
https://vcc-gnd.aliexpress.com/
Buy https://vcc-gnd.taobao.com/
1 2 3 4 5 6 7 8

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

@ -0,0 +1,30 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>正在跳转Opening third-party website</title>
</head>
<body>
<form name=loading>
 <p align=center> <font color="#0066ff" size="2">请稍等,跳转后的网页页面及资源由第三方提供服务一切责任与义务与本站无关。Please wait a moment. The webpage (and resources) after the jump is provided by a third party. All responsibilities and obligations have nothing to do with this website.</font><font color="#0066ff" size="2" face="Arial">...</font>
  <input type=text name=chart size=46 style="font-family:Arial; font-weight:bolder; color:#0066ff; background-color:#fef4d9; padding:0px; border-style:none;">
  <input type=text name=percent size=47 style="color:#0066ff; text-align:center; border-width:medium; border-style:none;">
  <script> 
var bar=0 
var line="||" 
var amount="||" 
count() 
function count(){ 
bar=bar+2 
amount =amount + line 
document.loading.chart.value=amount
document.loading.percent.value=bar+"%" 
if (bar<99) 
{setTimeout("count()",10);}
else 
{window.location = "https://docs.espressif.com/projects/esp-idf/zh_CN/latest/esp32s3/get-started/index.html";}
}</script>
 </p>
</form>
<p align="center"> 如果您的浏览器不支持跳转,If your browser does not support jump<a style="text-decoration: none"https://docs.espressif.com/projects/esp-idf/zh_CN/latest/esp32s3/get-started/index.html"><font color="#FF0000">请点这里</font></a>.</p>
</body>
</html>