IPDM56: Difference between revisions

From openinverter.org wiki
Jump to navigation Jump to search
No edit summary
Line 25: Line 25:


[[File:Plastic grid removed, note different numbering.jpg|center|thumb|Plastic grid removed, note different numbering]]
[[File:Plastic grid removed, note different numbering.jpg|center|thumb|Plastic grid removed, note different numbering]]
 
[[File:Numbering scheme.jpg|center|thumb|Numbering scheme of connector can be different!]]
 
[[File:Perforate the seal with multimeter probe.jpg|center|thumb|Perforate the seal with multimeter probe, put the 4 wires from the USB cable through the grid.]]
[[File:Push the pins through.jpg|center|thumb|[[File:Front view, note different numbering.jpg|none|thumb|Front view, note different numbering]][[File:Square and kerb a chopstick for pushing the crimped pins.jpg|center|thumb|Square and kerb a chopstick for pushing the crimped pins]]Push the pins through]]





Revision as of 15:18, 17 April 2023

Getting started with the iPDM56 VCU

Note: all documentation is under https://github.com/celeron55/ipdm56

Connect the board to USB and power it up

This is a sanity check before you start soldering and chase your tail troubleshooting.

Use a good quality micro USB cable and power the board up through it via a charger or computer.

both LEDs are lit after the initial Arduino sketch has started

Solder the connector onto the board

Before you start soldering, test fit the PCB to see if the remaining holes line up with the threaded mounts of the enclosure.

Apart from soldering equipment you will need two small screws and nuts to secure the 56 pin header connector to the PCB so it is secured during soldering.

If you're in a rush, you should alternate between the two sections to avoid overheating the board and reduce stresses on the joints.

Connector PCB screws (borrowed from ATX mainboard mounts)
Connector secured for soldering
Alternating between both sides
all 56 pins soldered

Wiring in the pins

(starting with the USB connection)


Plastic grid removed, note different numbering
Numbering scheme of connector can be different!
Perforate the seal with multimeter probe, put the 4 wires from the USB cable through the grid.
Front view, note different numbering
Square and kerb a chopstick for pushing the crimped pins
Push the pins through


First program - blink LEDs

Set up the Arduino IDE. The ATMega 328 is also used on Arduino UNO, Arduino Pro Mini and Arduino Nano, so programming should be familiar. See https://docs.arduino.cc/hardware/uno-rev3 for some tips.

As the iPDM56 uses a CH340G USB-to-serial converter, the choice of bootloader will be ignored, just choose the correct serial port.