vroland / epdiy-hardware

Hardware design files for EPDiy: https://github.com/vroland/epdiy.
Creative Commons Attribution Share Alike 4.0 International
41 stars 9 forks source link

About V7 new board #4

Closed dengfengdz closed 7 months ago

dengfengdz commented 7 months ago

Hi ,I make some new V7 board,But there are some problems I can't understand,I use the board to display ES108FC1,When I don't plug in the screen,Serial port logs are normal,The voltage at the test point is also normal,When the screen is connected, the voltage will be lowered from +-22v to around +-15.8v.I checked the specs on the chip,The TPS65185 Maximum support 120mA. Bom message is use the TPS65185 ,But Schematic diagram use TPS651851,The TPS65185 Maximum support 200mA. So I wonder if this is the reason for my problems.

dengfengdz commented 7 months ago

And I found something very interesting,when I put my finger over the red box mark,The board works properly.If the reset power on, do not perform any operation, the program will not run to "PG is up".Is there a problem with my PCB production

dengfengdz commented 7 months ago

1 2

martinberlin commented 7 months ago

Hi @dengfengdz I'm transferring this issue to https://github.com/vroland/epdiy-hardware Since the Hardware is now over there it can get the right attention in that repository and we keep this one from now on for the component part.

one question from my side: Since you have a 33 pin connector can you try with a different epaper display, like the 9.7” for example?

dengfengdz commented 7 months ago

I'd like to try but I only have 10.8 "and 13.3" ink screens,I made five V7 boards,only one piece can be displayed properly.This makes me very confused.If it is because the TPS65185 drive capacity is not enough,there's also a drive board that works. Today, I will buy TPS651851 to try whether it is caused by the problem I said.And I can't find anything else wrong with it.When I'm not connected to the screen,I measured the output voltage on this chip and it's all normal

dengfengdz commented 7 months ago

Hi@martinberlin I have tried to replace TPS651851,The phenomenon is the same as before.I don't have any other ideas right now, The program will stay stuck in an endless loop,And just like before, when I put my finger on the red area, the program worked 1 Does this mean that there is something wrong with TPS65185?

martinberlin commented 7 months ago

@vroland do you have any idea why it can be that TPS65185 does not trigger the PWRGOOD line? But it seems to work if he places his finger at the left side marked with the red area. I never experienced something like this so far.

vroland commented 7 months ago

Hm, did you use any alternative parts @dengfengdz for coils, etc? It seems to me like either the TPS is not soldered properly or something else is preventing the boost circuitry from starting up properly. Do you have access to an oscilloscope to measure the voltages in the area you're touching?

dengfengdz commented 7 months ago

Hi,@martinberlin@vroland, I'm glad I found the problem yesterday,The 10.8-inch screen model I used was ES108FC1,and the screen “mode”pin our adapter bar is connected to 3.3V by default,This is the cause of this phenomenon. And the TPS is not soldered properly. I think you can turn that off .Because I was also the first contact with this type of E-Paper screen.So there are a lot of questions.I will continue to study it, I am very interested in it. Thank you very much for your answer! I think you can close the question.

martinberlin commented 7 months ago

Thanks a lot for the feedback both