少し前に手に入れていたものだけど忘れていた一品。
HW-607という型番はわかるもののいまいち謎な中国製ESP32ボード。
中国語情報は、
http://pan.baidu.com/s/1dFGMUAl
(パスワード:ckui)
で得られるが回路図は無い模様。電源LEDもユーザーLEDも無い。
USBシリアルのチップはCH304Gが搭載されている。CP2102とは異なり転送スピードを上げられない。ある程度安定するのは230400までか。
ESP32のリビジョンは0でした。
それほどクオリティが低いとは言い切れないけど高くはない。
これと言って特徴も無いようなので、マニア向けか。
元々は中国国内マーケット向けに作られたものが出回っているのだと思われます。
2017-12-04 at 2:39 AM
Please correct on that page “WH-607” should be HW-607
Could you please help me why I cannot load any code on that board using Arduino IDE ?
Do you know if that board have a LED built in ?
can work as AP+STA Wifi ?
2017-12-04 at 3:10 PM
The article has been fixed.
This board does not have user LED.
> why I cannot load any code on that board using Arduino IDE ?
Please try lowering the upload speed.
The serial chip CH340G does not support high speed uploading. 230400 or 115200 is reasonable.
> can work as AP+STA Wifi ?
Yes.