-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug report: Connection missing for Itsy Bitsy on printed bord #25
Comments
The GERBER files were developed from the kicad board files so had to remove the gerber files. You now have to use the Eagle board files or generate gerber files from the eagle board files. #25
The GERBER files were developed from the kicad board files so had to remove the gerber files. You now have to use the Eagle board files or generate gerber files from the eagle board files.... or a lot of PCB manufacturers will take eagle PCB files and you don't have to generate your own gerber files. You can still use the kicad files but you have to route a small trace for the SCK pin. See this bug report: #25
The GERBER files were developed from the kicad board files and there was a small error in the kiCAD files... so the gerber files have been removed. You now have to use the Eagle board files or generate gerber files from the eagle board files.... or a lot of PCB manufacturers will take eagle PCB files and you don't have to generate your own gerber files. You can still use the kicad files but you have to route a small trace for the SCK pin. See this bug report: #25
The GERBER files were developed from the kicad board files and there was a small error in the kiCAD files... so the gerber files have been removed. You now have to use the Eagle board files or generate gerber files from the eagle board files.... or a lot of PCB manufacturers will take eagle PCB files and you don't have to generate your own gerber files. You can still use the kicad files but you have to route a small trace for the SCK pin. See this bug report: #25
There is a small error in the kiCAD files... You now have to use the Eagle board files or generate gerber files from the eagle board files.... or a lot of PCB manufacturers will take eagle PCB files and you don't have to generate your own gerber files. You can still use the kicad files but you have to route a small trace for the SCK pin. See this bug report: #25
It was a bit tricky to troubleshoot. First I suspected the shift registers and desoldered them to test them properly. That was a bit tricky and it would have been a good idea to have them in sockets instead. Now all the shift registers I desoldered was in fact ok but one of my spares was not. So I would strongly recommend using sockets for both the shift registers and for the processor board. It makes troubleshooting so much easier. I also tested the "photocells" while the shift registers where of the board. A simple program that "blinked" the photocells 3 s on 3 s off which gave me time to check with a multimeter that the signal came through to the right contact on the shift register socket that I welded on and I could use my finger to trigger the detection. I think this might also a better way to test the "photocells" than trying to see the IR light which none of my phones or cameras could. Kind regards |
Nice job. Well hopefully now that you have done the work, there'll be less
to troubleshoot for the next person!
…On Fri, Mar 8, 2024 at 4:26 AM Jan-Olov - jv222ni ***@***.***> wrote:
It was a bit tricky to troubleshoot. First I suspected the shift registers
and desoldered them to test them properly. That was a bit tricky and it
would have been a good idea to have them in sockets instead. Now all the
shift registers I desoldered was in fact ok but one of my spares was not.
So I would strongly recommend using sockets for both the shift registers
and for the processor board. It makes troubleshooting so much easier.
I also tested the "photocells" while the shift registers where of the
board. A simple program that "blinked" the photocells 3 s on 3 s off which
gave me time to check with a multimeter that the signal came through to the
right contact on the shift register socket that I welded on and I could use
my finger to trigger the detection. I think this might also a better way to
test the "photocells" than trying to see the IR light which none of my
phones or cameras could.
Kind regards
Jan-Olov
—
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA3MOPDJWQB4RAWO52IFYYDYXGG5LAVCNFSM6AAAAABEDZOSB2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBVGQZTONRUGM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hi,
I'm working on an Easy Bee Counter and got into trouble in the testing phase, no data from the shift registers. After a long and troublesome (for an amateur like me with limited equipment) I finally found out what is wrong. There is no connection on the printed board between the SCK on my Itsy Bitsy controller and the CLK on the shift registers. So it can't work with any Itsy Bitsy with this design. The clock connection does not go to any other pin on the Itsy Bitsy either.
I checked the corresponding clock connection for the ESP32 controller and there the connection is ok so it's possible to solve the problem with a very short patch.
I'm glad I could figure this out before the bee season starts.
Regards
Jan-Olov
The text was updated successfully, but these errors were encountered: