mirror of https://github.com/OpenIPC/wiki.git
CH341A programmer page
parent
0d5cb09436
commit
35fecf639b
|
@ -0,0 +1,31 @@
|
||||||
|
# OpenIPC Wiki
|
||||||
|
[Table of Content](../index.md)
|
||||||
|
|
||||||
|
CH341A Programmer
|
||||||
|
-----------------
|
||||||
|
|
||||||
|
### Fixing high voltage bug
|
||||||
|
|
||||||
|
Early versions, prior ver. 1.7, of the cheap and popular CH341A Mini Programmer
|
||||||
|
have a nasty bug where voltage levels on data lines remain at 5V despite the
|
||||||
|
programmer being set to 3.3V with the jumper.
|
||||||
|
|
||||||
|
@ddemos1963 came out with an interesting hack to fix the issue in an efficient
|
||||||
|
and artsy way.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Sever the connection between between 5V power line and the CH341A chip.
|
||||||
|
With a sharp utility knife, cut the trace on the back of the programmer board.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Connect 3.3v output leg of the voltage regulator to pin 9 of CH341A IC bridging
|
||||||
|
it to a corresponding trace at a nerby capacitor.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Restore power to the chip re-routing 3.3V voltage from 3v3 pin to pin 28
|
||||||
|
of CH341A IC through 5V pin connector on the header.
|
||||||
|
|
||||||
|

|
Binary file not shown.
After Width: | Height: | Size: 53 KiB |
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
Binary file not shown.
After Width: | Height: | Size: 65 KiB |
Binary file not shown.
After Width: | Height: | Size: 100 KiB |
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
Binary file not shown.
After Width: | Height: | Size: 76 KiB |
3
index.md
3
index.md
|
@ -53,6 +53,9 @@ OpenIPC Wiki
|
||||||
- [Releases in Telegram](https://t.me/s/openipc_dev)
|
- [Releases in Telegram](https://t.me/s/openipc_dev)
|
||||||
- [Source code](en/source-code.md)
|
- [Source code](en/source-code.md)
|
||||||
|
|
||||||
|
### Equipment
|
||||||
|
- [CH341A programmer](en/hardware-programmer-ch341a-voltage-fix.md)
|
||||||
|
|
||||||
### Development
|
### Development
|
||||||
- [Boot device with NFS](en/dev-nfs-boot.md)
|
- [Boot device with NFS](en/dev-nfs-boot.md)
|
||||||
- [FFMPEG usage](en/dev-ffmpeg-usage.md)
|
- [FFMPEG usage](en/dev-ffmpeg-usage.md)
|
||||||
|
|
Loading…
Reference in New Issue