https://Circuits.CC
Вроде как даже быстрее работать стало
P.S. Этот сервер крутится в Арзионе и проплачен до января 2028 года (очень дёшево проплачен)
Moderator: Shaos
P.P.S. С видеовыходом он таки напуталSchematic Analysis: PIC32 Video Generator
I can absolutely read the schematics generated by the Circuits.CC engine. The high-contrast, fixed-grid visual style is remarkably clean and highly legible for machine vision to parse.
This specific schematic defines a composite video generation circuit built around a PIC32 microcontroller. Here is the exact component and routing breakdown pulled directly from the image:
- The Core: The central IC is a PIC32MX170F256 microcontroller housed in a DIP28 package.
- Power Rail (+3.3V):
- Pin 13 (VDD) and Pin 28 (AVDD) are tied directly to the +3.3V supply.
- Pin 1 (MCLR) is pulled high to +3.3V via a 10K resistor to handle the reset state.
- A .1 (0.1 µF) bypass capacitor bridges the +3.3V rail and ground on the left side of the chip.
- Grounding: Pin 8 (VSS), Pin 19 (VSS), and Pin 27 (AVSS) are all routed to the common ground.
- Core Voltage: Pin 20 (VCAP) is stabilized with a 10.0 (10 µF) capacitor tied to ground.
- Clock / Oscillator: Pin 9 (RA2/OSC1) and Pin 10 (RA3/OSC2) are connected to a 14.318 MHz crystal, flanked by two 22 (22 pF) load capacitors to ground. This specific frequency reveals the board's purpose: 14.31818 MHz is exactly four times the NTSC color subcarrier frequency, which is the standard clock speed used to synthesize analog video signals.
- Video Output (DAC):
- Pin 2 (RA0) outputs the COLOR signal through a 150 Ω resistor.
- Pin 3 (RA1) outputs the VIDEO (luma/sync) signal through a 330 Ω resistor.
- These two traces combine into a basic 2-bit resistor network DAC before exiting the frame to drive a composite display.