Page 1 of 1

Broken focci board ?

Posted: Thu Jun 27, 2024 7:00 am
by PoloLbricolo
I noticed that the wakeup functionality of my 4.5a board doesn't work, it gives 12V but i can't draw the 160mah that my setup uses.
I belive that the missing Q13 and Q11 could be the culprits. I wasn't able to find the schematics of V4.5a on the github
https://github.com/uhi22/foccci/
Could someone confim my theory ? also how can i replace them ? i don't knw if it was shipping damage or mishandling on my side. anyways the thing needs to work
WhatsApp Image 2024-06-27 at 09.58.43.jpeg

Re: Broken focci board ?

Posted: Thu Jun 27, 2024 7:48 am
by uhi22
It looks like they were present and "fell off". Crazy.
The 4.5a is on johus fork https://github.com/jsphuebner/foccci in the wakeup branch.
Do you see fly them around? Or any chance to get replacement and solder them?

Re: Broken focci board ?

Posted: Thu Jun 27, 2024 7:54 am
by Bigpie
Q13 looks like the pad has been completely ripped off. you might need to scrape a bit of the mask off the track and do a repair.

Re: Broken focci board ?

Posted: Thu Jun 27, 2024 9:09 am
by uhi22
Could it be that there was a collision with the housing while inserting? We should increase the clearance with the next layout.

Re: Broken focci board ?

Posted: Thu Jun 27, 2024 9:40 am
by johu
Yes that is indeed possible. If you force the board in off-center the transistors will be ripped off.
1719481058626.jpg
Will move them away in the next revision. The LED is saved by the rail distance to the front of the enclosure
image.png

Re: Broken focci board ?

Posted: Thu Jun 27, 2024 12:32 pm
by PoloLbricolo
uhi22 wrote: Thu Jun 27, 2024 7:48 am Do you see fly them around? Or any chance to get replacement and solder them?
Sadly i don't see them, i openend the box quite a few times. i'll get some replacements on the road asap.
Bigpie wrote: Thu Jun 27, 2024 7:54 am Q13 looks like the pad has been completely ripped off. you might need to scrape a bit of the mask off the track and do a repair.
Yes some pads are ripped off, but i should be able to repair with a good pair o twizzers and some fine wire.
johu wrote: Thu Jun 27, 2024 9:40 am Yes that is indeed possible. If you force the board in off-center the transistors will be ripped off.
Most likely what i did... well at least it improves everything for the next version.

Got it working by faking the 12v wakeup of the BMS, CCS2 works on an Ecofactor station from work. Still in talks with the guys at OrionBMS to make the AC charge work. i'll probably do a FOCCI / Orion BMS2 setup for dummies in the near future.

Thanks you for you help

Re: Broken focci board ?

Posted: Thu Jun 27, 2024 1:20 pm
by uhi22
Glad to see the progress, and thanks for the feedback. Such little "accidents" help us to improve, I like this way of learning and working. Hoping more to come, still waiting for a "big smoke" picture, but everything smooth at the moment :-D

Re: Broken focci board ?

Posted: Wed Jul 10, 2024 5:24 pm
by P.S.Mangelsdorf
Just wanted to add to this, and to be clear I'm not upset or anything, just want to add to the data:

I received my board from Johannes today and the Q11 and Q13 were also damaged, one pushed over and one nearly completely broken off. Fortunately, they are both still present so I'll solder them back into place later today.

As a suggestion, if there are more v4.5a in stock, shipping them outside the enclosure might be helpful in preventing this damage. It looked like they had been knocked off due to being in the enclosure without the header attached.

Re: Broken focci board ?

Posted: Wed Jul 10, 2024 6:12 pm
by uhi22
Oops, thanks for this feedback, and sorry for the additional work. I hope it is not too complicated to fix. I think yours was the very last 4.5, the new version 5 boards have much more clearance, lesson learnt.

Re: Broken focci board ?

Posted: Wed Jul 10, 2024 6:32 pm
by johu
Sorry, too. We thought it would add protection to ship it inside the enclosure.

Re: Broken focci board ?

Posted: Thu Jul 11, 2024 12:35 am
by P.S.Mangelsdorf
Not a big problem, just wanted to share to help flag/fix the issue! I got lucky and they stayed with the board, so I can fix them fairly simply.

Re: Broken focci board ?

Posted: Tue Aug 20, 2024 12:10 am
by P.S.Mangelsdorf
So I finally got around to attempting to fix my board this weekend, and it looks like it did pull the pads up on Q11 and Q13 for me as well. Is there a way I could jumper around these components to get the board functional? From my understanding they are just for wakeup, correct? I'm happy to have it wake up via an external switch or something if that would save the board.

Re: Broken focci board ?

Posted: Tue Aug 20, 2024 7:09 am
by uhi22
It's really a pity that we managed to place the transistors at this dangerous position. But the good news is: The Q11 and Q13 are only needed for controlling the WAKEUP line by the controller.
image.png
Q13 gets the trigger_wakeup signal from the controller, and drives the gate of Q11. Q11 switches the 12V to the WAKEUP pin on the connector. This is only needed if there are other control units (e.g. VCU or BMS) wired to the WAKEUP and the Foccci shall wake them up.
So the easy solution would be: We do not need Q11 and Q13 at all, if the wakeup functionality is done with a switch/relais/diodes/whatever.

Re: Broken focci board ?

Posted: Tue Aug 20, 2024 11:37 am
by P.S.Mangelsdorf
uhi22 wrote: Tue Aug 20, 2024 7:09 am So the easy solution would be: We do not need Q11 and Q13 at all, if the wakeup functionality is done with a switch/relais/diodes/whatever.
Ok, so if I'm giving the controller a wakeup signal on the external connector, I don't need to worry about not having Q11 and Q13?

Re: Broken focci board ?

Posted: Tue Aug 20, 2024 1:20 pm
by uhi22
You need the Q11 and Q13 only, if the Foccci shall wakeup other control units with the wakeup line. For waking the Foccci (with CP or PP or button or wakeup line) they are not necessary at all.

Re: Broken focci board ?

Posted: Wed Aug 21, 2024 11:40 am
by P.S.Mangelsdorf
uhi22 wrote: Tue Aug 20, 2024 1:20 pm For waking the Foccci (with CP or PP or button or wakeup line) they are not necessary at all.
Great, thanks!