Replies: 6 comments 9 replies
-
The hw test is testing at a fairly high rate which maybe gets filtered out by the low pass filter. In the function'handlehwtest' (IIRC) try increasing the delaymicroseconds from 10 to 50 on both places. |
Beta Was this translation helpful? Give feedback.
-
changed to 50 microseconds as above, still getting the same error, even if I change to 200 microseconds its the same result: CIO to DSP pin 3 fail! DSP to CIO pin 3 fail! Ive checked my soldering all looks good. Could it be that the resistors are larger than they should be? |
Beta Was this translation helpful? Give feedback.
-
sorry I meant size (amount) of the resistance not the physical size. Ill solder again on the 'A' ports just to double check I wasnt going mad... |
Beta Was this translation helpful? Give feedback.
-
If I make up a board fresh and just install the LLC and the 10k resistor all works fine. how can I try determine what's failing? will the board still work if I only solder in the capacitors? (and vice versa). Guessing ill need to bridge the gap? |
Beta Was this translation helpful? Give feedback.
-
The Caps are connected between A-ports and ground. Without resistors the B ports will be disconnected. With bridges (0 Ohm resistors) the A-ports and B-ports will be the same. With real resistors the B port inputs will charge the caps through the resistors. This will take a short while before a logic HIGH is read on the input. Meaning high frequence noise will be filtered out. The R and C values determine at what frequency this cutoff will occur. |
Beta Was this translation helpful? Give feedback.
-
Try delay(5) instead of delaymicroseconds, to see if that changes anything |
Beta Was this translation helpful? Give feedback.
-
This truly has me stumped...
I have made about 20x of these boards now using the BoM from your link.
Last week I got a delivery of more resistors and capacitors as the original list were out of stock on LCSC.
These are what ive ordered:
https://www.lcsc.com/product-detail/_UNI-ROYAL-Uniroyal-Elec-_C57436.html
https://www.lcsc.com/product-detail/_STE-Songtian-Elec-_C366821.html
https://www.lcsc.com/product-detail/_UNI-ROYAL-Uniroyal-Elec-_C131702.html
Now the confusing bit - if I solder in a board with the LLC and the 10k resistor everything works.
When I add the capacitors and resistors nothing.
Ive tried varying the distance from the capacitor to the board, rotating the resistors, changing solder, changing temperature...
Nothing works.
Any ideas?
Hardware test wise they all show intermittent errors yet my soldering is the same on each.
No GAP on capacitors:
GAP on capacitors:
Beta Was this translation helpful? Give feedback.
All reactions