Replies: 12 comments 28 replies
Logic Analyzer ResultsFor Logic Analyzing, I am using a discount generic USB LA tester. Connecting the header's GND to GND on the reader, then assigning the other pins to reader pins on the device (0-7). Omitting pins that have confirmed voltage. Using sigrok pulse view, I am starting a recording at 1mhz, 1t samples, confirming the pins are showing a flatlined signal and then powering up the printer via the master switch on the back. After recording for a 60 secs or so through the bootup sequence I terminate the recording and review. 10/27/25 - LA testing was disappointing. No pulses could be witnessed on the DEBUG, JTAG, or J13 headers during boot up sequences. |
|
I'm using Google Translate. Okay, you're probably interested in the unsoldered connectors. I'll explain the ones shown in the photos. DEBUG - This should only contain information during board startup. It will mainly report how the kernel loaded and whether USB was found. |
|
Ah this is great! Thank you so much @VoronKor for the details! |
|
@SunX99 , It writes information there upon startup. I don't know when you connected the logic analyzer, before or after the printer started. But if the printer reaches the "initializing" prompt, the logic analyzer won't see anything. The printer will enter password mode, which is known only to the manufacturer. The baud rate of this connection is 115200. |
|
On Sunday, I'll be able to see what's going on there and attach a screenshot. I'm sure there are standard 3.3V signals there. But if you disable data transfer, you'll get a great free UART for our microcontrollers. For example, you could connect control of the heating chamber heater or another IFS. |
|
Some other research I finished- |
|
I tested the voltage on the two 2-pin fan connectors last night. Neither had power running to them. I'm assuming they need to be flipped on by a software request after being defined in the printer.cfg. |
|
Has anyone investigated the Filter_Fan_OUT header, and the unpopulated FET Q7 at the bottom of the main board? For some reason I thought that they were associated. I also think PC15 might be the pin that is connected to that FET. |
|
Hi everyone,
I also found two USB ports on the board. One is on the bottom and goes to port 3 of the USB hub. The other is on the top and goes directly to the CPU, I think. I also found a TVOC port that seems to be a UART. In my opinion, it goes to the main CPU and is available as S3, but I haven't tested it yet. |
|
Is anything known about J37 (LIDAR-CON)? I would've thought this would be an obvious target given there's already a connector there, but I can't find anything about it (aside from a brief mention from SunX99 about being interested in it). |
|
What a wonderful work, thanks for sharing all this! Looking @xyzroe PCB, since the mosfet is commuting fan's negative to ground (instead of positive like mosfet modules do), I wonder if it's not easier to connect A mosfet in a custom generic PCB and do something similar of what the mainboard (or as it should be) based in the schematic. My idea is to basically simulate the whole @xyzroe schema, but without the resistive divisor because it's already in the PCB main board, so we pick the signal directly from there, and replicate the rest of the circuit (1N4007 diode, and the LC filter in +24V) This seems to be very easy to implement in a PCB, is small, and will simulate the same behavior than the mainboard does, so it should be safe because the mosfet is commuting to ground, and not to 24v and if it becomes in short it will just send microcontroller GPIO to ground, and will not fry the microcontroller. All this avoids optocouplers and other stuff, and I bet that if the LC filter is removed it should work flawlessly too. Does that makes sense? |





Uh oh!
There was an error while loading. Please reload this page.
Documenting the unused or unpopulated headers on the AD5X mainboard. Voltage and logic results, if possible, and programming interfaces.
Noted revisions:
All reactions