Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
problems_solutions_-_quartz_2025 [2025/04/08 03:02] kanget [Housing] |
problems_solutions_-_quartz_2025 [2025/04/15 03:47] (current) hiro453 [PCB Layout] Added issues and solutions |
||
---|---|---|---|
Line 12: | Line 12: | ||
====Bare Arduino==== | ====Bare Arduino==== | ||
Problems: | Problems: | ||
- | * | + | * Blink program code was not uploading to Arduino, even after changing the breadboards, capacitors, microcontroller (three times), FTDI and as well as the entire setup |
Solutions: | Solutions: | ||
- | * | + | * Change the components, since it could be due to a faulty one |
+ | * Check setup, making sure that the connections and circuit is correct by following the tutorial | ||
+ | * If still not working, restart from the beginning and try again | ||
+ | * Cross reference BME280 tutorial schematic to Bare Bone Arduino schematic | ||
====PCB Schematic==== | ====PCB Schematic==== | ||
Problems: | Problems: | ||
- | * | + | * Similar problems to Kicad tutorials, missing Netclasses and Footprints |
Solutions: | Solutions: | ||
- | * | + | * Double check everything thoroughly to make sure all connections have Netclasses and that the Netclasses are correct |
+ | * For the components missing Footprints, replace with components with similar dimensions | ||
====PCB Layout==== | ====PCB Layout==== | ||
Problems: | Problems: | ||
- | * | + | *Forgot about net classes and didn't assign them until after wiring the PCB. |
Solutions: | Solutions: | ||
- | * | + | *Don't forget about setting up and assigning net classes before you start the PCB wiring. |
====Soldering==== | ====Soldering==== |