Arouse1973
Adam
Yep will add more vias, must have missed the 5 Amps, just saw it in the first post, sorry. For some reason I had only a couple of Amps in mind.
Adam
Adam
@Arouse1973 does this mean you are satisfied with your firmware now? Perhaps @TenderTendon can machine a board on his CNC mill. The vias can be filled with small wires and soldered to both sides of the board for prototyping purposes. I don't think it wise to make 51 PCBs until Jeff has at least one in-hand and says it works to his satisfaction.
Hop
Ummm? Go for what? The implant surgery went off without a hitch. I am not allowed to raise my left arm above my shoulder for six weeks, and it feels like someone punched me real hard where the defibrillator/pacemaker is located, but other than that I am okay.Yes Hop, go for it, just didnt know how you were getting on. The firmware can always be changed.
Ads
Ummm? Go for what? The implant surgery went off without a hitch. I am not allowed to raise my left arm above my shoulder for six weeks, and it feels like someone punched me real hard where the defibrillator/pacemaker is located, but other than that I am okay.
Blew up my second PIC10F206 while my engineer son was watching. Embarrassing. I really let the magic smoke out on that one. If this keeps up I will purchase some PICs in PDIP packaging, but I really need to learn how to solder SMDs and program PICs even after this project is completed.
Hop
It's just Diptrace, and you can get it from here. Also, if you want to do 3D Models you'll also have to install their 3D Libraries.... Also, can you email me the software?
Also remember you will need to change the port pin in the software for the MOSFET on and off pin to RA2, you do this at the top off the code by modifying the MACRO. I know the schematic symbol for the PIC has the wrong label names but all GPIO pin names will be is replaced buy RA? but for you is won't make any difference. I just forgot to change them.
Thanks
Adam
Hi Jeff.I'm really confused with all this. If I will be using the same PIC as you and using the same schematic as you, why do I need to change anything in the software to get it to work?
Thanks, Adam. Apparently MPLAB X has a software simulator too, but it needs to be enabled under "Hardware Tools"... go figure. I will go upstairs to the HP laptop and give it a go. Maybe I should also join the Microchip forum, wherein I found an ancient post that said how to enable the software simulator.Hi Hop
The old mplab has an in built simulator I used to use alot. You could step through your code and use watch windows to see the registers change. You could also set inputs high and low to see what the code does. I have not needed to use this in mplabx but google it you might get some results.
Adam