Develop a QCA7000 board?
- uhi22
- Posts: 1091
- Joined: Mon Mar 14, 2022 3:20 pm
- Location: Ingolstadt/Germany
- Has thanked: 195 times
- Been thanked: 607 times
Re: Develop a QCA7000 board?
Table 2-4 says the pin 44 PLL_BYPASS has an internal pulldown. At least this is what I understand. But yes, the other table can be read as "extern pulldown required". While the device is powered, I measure a 35k pulldown, this should be fine.
Github: http://github.com/uhi22 --- Patreon: https://www.patreon.com/uhi22
- johu
- Site Admin
- Posts: 6645
- Joined: Thu Nov 08, 2018 10:52 pm
- Location: Kassel/Germany
- Has thanked: 348 times
- Been thanked: 1506 times
- Contact:
Re: Develop a QCA7000 board?
Got mail from uhi today 
Here is my first humble contribution: Connected it up and got terminal message. Not sure if they are good?
No modem is found, is it normal?

Here is my first humble contribution: Connected it up and got terminal message. Not sure if they are good?
Code: Select all
[7901161] [ModemFinder] Starting modem search
[7901197] raw AD 4086 4086 4086 7 1740, uInlet -203 V, temps -70 -70 -70 celsius, CPU 31 celsius
[7901407] HAL_CAN_AddTxMessage failed 1
[7901641] [ModemFinder] Number of modems: 0
Support R/D and forum on Patreon: https://patreon.com/openinverter - Subscribe on odysee: https://odysee.com/@openinverter:9
- uhi22
- Posts: 1091
- Joined: Mon Mar 14, 2022 3:20 pm
- Location: Ingolstadt/Germany
- Has thanked: 195 times
- Been thanked: 607 times
Re: Develop a QCA7000 board?
Does it find the modem directly after power up? If idling without connection, the modem seems to go to sleep. Need to measure and document the time, maybe one or two minutes.
Github: http://github.com/uhi22 --- Patreon: https://www.patreon.com/uhi22
- johu
- Site Admin
- Posts: 6645
- Joined: Thu Nov 08, 2018 10:52 pm
- Location: Kassel/Germany
- Has thanked: 348 times
- Been thanked: 1506 times
- Contact:
Re: Develop a QCA7000 board?
Indeed! Directly after powerup:
Code: Select all
[1051] [ModemFinder] Starting modem search
avail rx bytes: 311
[1084] Its a HomePlug message.
[1087] [PEVSLAC] received GET_SW.CNF
software version MAC-QCA7005-1.1.0.730-04-20140815-CS
[1531] [ModemFinder] Number of modems: 1
Support R/D and forum on Patreon: https://patreon.com/openinverter - Subscribe on odysee: https://odysee.com/@openinverter:9
- johu
- Site Admin
- Posts: 6645
- Joined: Thu Nov 08, 2018 10:52 pm
- Location: Kassel/Germany
- Has thanked: 348 times
- Been thanked: 1506 times
- Contact:
Re: Develop a QCA7000 board?
I thought about this pin mapping again. Since it is 2 connectors how about a clear split of signals that go to the charge port and those that go to the car? That would make it possible to have 2 separate wiring looms.
EDIT: just found you've done that as far as possible
EDIT: just found you've done that as far as possible
Support R/D and forum on Patreon: https://patreon.com/openinverter - Subscribe on odysee: https://odysee.com/@openinverter:9
- muehlpower
- Posts: 681
- Joined: Fri Oct 11, 2019 10:51 am
- Location: Germany Fürstenfeldbruck
- Has thanked: 14 times
- Been thanked: 134 times
Re: Develop a QCA7000 board?
Are there KiCat files from version 3? I can only find version 4 on github.
- uhi22
- Posts: 1091
- Joined: Mon Mar 14, 2022 3:20 pm
- Location: Ingolstadt/Germany
- Has thanked: 195 times
- Been thanked: 607 times
Re: Develop a QCA7000 board?
The V3 is the commit of 2023-08-17. It is possible to use the commit history on GitHub, this leads to
https://github.com/uhi22/foccci/tree/e7 ... 13eda50d69
https://github.com/uhi22/foccci/tree/e7 ... 13eda50d69
Github: http://github.com/uhi22 --- Patreon: https://www.patreon.com/uhi22
- uhi22
- Posts: 1091
- Joined: Mon Mar 14, 2022 3:20 pm
- Location: Ingolstadt/Germany
- Has thanked: 195 times
- Been thanked: 607 times
Re: Develop a QCA7000 board?
Light bulb demo on alpitronics and ABB, using the foccci V3 and ccs32clara worked on the first attempt. On Tesla supercharger it did not work. Need to improve the logging situation, to further analyze this. Using SavvyCAN via WiFi, this is really nice, but at the moment the stability of my interface lacks, and the clara should provide more logging details on CAN.
Github: http://github.com/uhi22 --- Patreon: https://www.patreon.com/uhi22
- Bigpie
- Posts: 1759
- Joined: Wed Apr 10, 2019 8:11 pm
- Location: South Yorkshire, UK
- Has thanked: 81 times
- Been thanked: 419 times
Re: Develop a QCA7000 board?
Could the state B resistor also be on a transistor or a 12v square wave output to replicate the CP duty for AC charging?
I've given it a go, I can do a PR if you want? I've added another transistor, but perhaps a solder jumper would be sufficient?
I've given it a go, I can do a PR if you want? I've added another transistor, but perhaps a solder jumper would be sufficient?
BMW E91 2006
ZombieVerter
GS450h
Outlander Charger DC/DC
Renault Kangoo 36kWh battery
FOCCCI CCS
ZombieVerter
GS450h
Outlander Charger DC/DC
Renault Kangoo 36kWh battery
FOCCCI CCS
-
- Posts: 27
- Joined: Thu Oct 12, 2023 5:41 pm
- Location: Karlsruhe/Germany
- Has thanked: 53 times
- Been thanked: 20 times
Re: Develop a QCA7000 board?
Hello,
I have been a silent reader of the FOCCS Threads in this forum for quite a while now. This Thread (and the inital PyPLC) is impressive. I want to thank everyone that made a contribution to this.
I intend to use this research as a base for a CCS Implementation in my Renault Zoe (somewhere in the far future when I have the money and time for this).
Just a quick question towards uhi22:
- Is the ToDo-list for ccs32clara on GitHub up to date? Currently still reading and trying to understand the code, but I think I might be able to contribute a little...
I have been a silent reader of the FOCCS Threads in this forum for quite a while now. This Thread (and the inital PyPLC) is impressive. I want to thank everyone that made a contribution to this.
I intend to use this research as a base for a CCS Implementation in my Renault Zoe (somewhere in the far future when I have the money and time for this).
Just a quick question towards uhi22:
- Is the ToDo-list for ccs32clara on GitHub up to date? Currently still reading and trying to understand the code, but I think I might be able to contribute a little...
- uhi22
- Posts: 1091
- Joined: Mon Mar 14, 2022 3:20 pm
- Location: Ingolstadt/Germany
- Has thanked: 195 times
- Been thanked: 607 times
Re: Develop a QCA7000 board?
Yes, every contribution is welcome, that's the idea of this open source development. Even collecting topics for the To-Do list is a valuable activity, and of course implementing these topics can be spread to several shoulders.
Github: http://github.com/uhi22 --- Patreon: https://www.patreon.com/uhi22
Re: Develop a QCA7000 board?
I apologize - if the question is not appropriate here.
Perhaps this question would be better placed at https://github.com/uhi22/ccs32clara
Looks like the QCA frame size may not always be correct?
File qca7000.c - function QCA7000checkRxDataAndDistribute - condition -(L2+10==L1)
What could be the reason for this?
Perhaps this question would be better placed at https://github.com/uhi22/ccs32clara
Looks like the QCA frame size may not always be correct?
File qca7000.c - function QCA7000checkRxDataAndDistribute - condition -(L2+10==L1)
What could be the reason for this?
- Bigpie
- Posts: 1759
- Joined: Wed Apr 10, 2019 8:11 pm
- Location: South Yorkshire, UK
- Has thanked: 81 times
- Been thanked: 419 times
Re: Develop a QCA7000 board?
A duty of 5% signals PLC so would mean likely DC charging but could also be a Tesla AC EVSE.
BMW E91 2006
ZombieVerter
GS450h
Outlander Charger DC/DC
Renault Kangoo 36kWh battery
FOCCCI CCS
ZombieVerter
GS450h
Outlander Charger DC/DC
Renault Kangoo 36kWh battery
FOCCCI CCS
- uhi22
- Posts: 1091
- Joined: Mon Mar 14, 2022 3:20 pm
- Location: Ingolstadt/Germany
- Has thanked: 195 times
- Been thanked: 607 times
Re: Develop a QCA7000 board?
Created an issue for this topic, to not overwhelm the thread here. Let's discuss the details in github. What is the observation, what is the question, what is the proposed change?
https://github.com/uhi22/ccs32clara/issues/1
Github: http://github.com/uhi22 --- Patreon: https://www.patreon.com/uhi22
- uhi22
- Posts: 1091
- Joined: Mon Mar 14, 2022 3:20 pm
- Location: Ingolstadt/Germany
- Has thanked: 195 times
- Been thanked: 607 times
Re: Develop a QCA7000 board?
The modem enters its "sleep mode" quite fast, after around half a minute. Afterwards the software will show "zero modems", this is not a defect, it is normal. The modem wakes up as soon as it sees a "homeplug central coordinator", which is in our case a charger.
Made these different states transparent in the RGB lightshow: https://github.com/uhi22/ccs32clara/blo ... k-patterns
Github: http://github.com/uhi22 --- Patreon: https://www.patreon.com/uhi22
-
- Posts: 15
- Joined: Mon Oct 09, 2023 11:25 am
- Location: Slovakia
- Has thanked: 3 times
- Been thanked: 4 times
- uhi22
- Posts: 1091
- Joined: Mon Mar 14, 2022 3:20 pm
- Location: Ingolstadt/Germany
- Has thanked: 195 times
- Been thanked: 607 times
Re: Develop a QCA7000 board?
Unfortunately not. If we would have reservations for a batch of five, I would order a batch of five populated from jlcpcb. But you are the first who is asking. (Besides the three handmade samples for muehlpower, johu and me.)
Github: http://github.com/uhi22 --- Patreon: https://www.patreon.com/uhi22
- celeron55
- Posts: 803
- Joined: Thu Jul 04, 2019 3:04 pm
- Location: Finland
- Has thanked: 38 times
- Been thanked: 135 times
- Contact:
Re: Develop a QCA7000 board?
If you're looking for reservations for populated boards, I'd like one.
The boards come from JLCPCB with everything but the QCA7005, the big connector and the RF transformer in place, right?
I think I might be of help testing this as I have two running conversions and only one of them has CCS so far.
Of course if possible it would be best to include any new development ideas in a new batch so if it's not a suitable time for one, feel free to postpone.
The boards come from JLCPCB with everything but the QCA7005, the big connector and the RF transformer in place, right?
I think I might be of help testing this as I have two running conversions and only one of them has CCS so far.
Of course if possible it would be best to include any new development ideas in a new batch so if it's not a suitable time for one, feel free to postpone.
- uhi22
- Posts: 1091
- Joined: Mon Mar 14, 2022 3:20 pm
- Location: Ingolstadt/Germany
- Has thanked: 195 times
- Been thanked: 607 times
Re: Develop a QCA7000 board?
If I would order the batch at JLCPCB, I can add the QCA and the transformer here, and flash everything, and test it. So the only thing missing would be the big connector. Shipping in Europe should be easy.
Time-wise I'm quite limited at the moment, moving the flat in the next weeks...
And of course, if anybody else wants to order a batch at JLCPCB, just do it, I'd reserve one of it for further testing.
Time-wise I'm quite limited at the moment, moving the flat in the next weeks...
And of course, if anybody else wants to order a batch at JLCPCB, just do it, I'd reserve one of it for further testing.
Github: http://github.com/uhi22 --- Patreon: https://www.patreon.com/uhi22
- dougyip
- Posts: 79
- Joined: Thu May 09, 2019 2:02 pm
- Location: Vancouver, BC
- Has thanked: 8 times
- Been thanked: 15 times
Re: Develop a QCA7000 board?
I'll take a board as well! There is now a DC fast charger at our local track, so our goal for the 2024 race season is to stop using a diesel generator to charge our Tesla Cobra EV race car. I'm in North America, but will certainly pay for the courier charges.
-
- Posts: 569
- Joined: Mon Jul 03, 2023 3:17 pm
- Location: CT, central shoreline, USA
- Has thanked: 202 times
- Been thanked: 165 times
Re: Develop a QCA7000 board?
How far along / how far away is v5?
I can put together an order for the US. Anyone who wants one in the US please reply to this message and keep adding usernames in a list. This will likely be without the transformer and other hand solder stuff, connector, etc. just the board and smd components JLC has in stock.
- dougyip
- Posts: 79
- Joined: Thu May 09, 2019 2:02 pm
- Location: Vancouver, BC
- Has thanked: 8 times
- Been thanked: 15 times
Re: Develop a QCA7000 board?
I'll stay on the European list. Truthfully, I would rather pay the courier charges so I can take advantage of Uwe's kind offer to finish populating the board, flash, and test it!
- uhi22
- Posts: 1091
- Joined: Mon Mar 14, 2022 3:20 pm
- Location: Ingolstadt/Germany
- Has thanked: 195 times
- Been thanked: 607 times
Re: Develop a QCA7000 board?
Very far away, unfortunately. Still in the beginning of the concept phase, and no time to bring this further.
Github: http://github.com/uhi22 --- Patreon: https://www.patreon.com/uhi22