Week4

Week 4 Progress: Soldering and Initial Hardware Integration

Objective:
To assemble the hardware system by soldering key electronic components onto a compact custom circuit layout, with the goal of achieving a fully wearable and functional ankle monitoring device.


Implementation:

  • Design Decision:
    To ensure better comfort and wearability, I chose not to use pin headers, opting instead for direct soldering of all components.

  • Component Integration:
    Based on the approved component list, I soldered the following key modules:

    • Seeed Studio nRF52840 microcontroller (main controller)

    • Flex sensors (x2)

    • Resistors for voltage divider

    • Op-amp module (impedance buffer)

    • 3.7V Lithium battery connector

    • Type-C charging module

    • Wires and connectors for external integration

  • Challenges Faced:

    • Solder pads were very small, especially on the nRF52840 board, making precision soldering difficult.

    • In multiple cases, solder failed to adhere properly to the pad or formed weak joints.

    • During initial circuit testing, no voltage readings or signals were observed, suggesting connection issues.

  • Troubleshooting Steps:

    • Used a fine-tip soldering iron and flux pen to improve joint formation.

    • Applied low-temperature solder wire to reduce the risk of lifting pads or damaging the board.

    • Tested continuity using a multimeter for every connection, and reflowed any cold joints.

    • Resoldered the microcontroller power and signal lines, which resolved the no-data issue.

    • Verified flex sensor voltage divider output via oscilloscope, confirming live analog signal.


Results:

  • All components were successfully soldered and securely fixed onto the board.

  • Connectivity of all analog and power lines was confirmed via multimeter and voltage tests.

  • The board is now physically complete and functionally ready for code upload and system testing.

  • This hardware revision lays the foundation for future integration with the plastic wearable base and BLE communication.






 

Comments

Popular posts from this blog

Week9

Week14

Week1