154 lines
75 KiB
Plaintext
154 lines
75 KiB
Plaintext
[02:08:29] WARNING Exception
|
|
Ignoring assignment of `C48641756` to `lcsc` on `df_header_left`
|
|
Source: main.ato:53:7
|
|
52
|
|
❱ 53 module App:
|
|
54 │ # --- Signals and Power ---
|
|
Source: main.ato:62:21
|
|
61 │ # Sockets for DFPlayer Mini
|
|
❱ 62 │ df_header_left = new PinSocket_1x8_SMD
|
|
63 │ df_header_right = new PinSocket_1x8_SMD
|
|
Source: main.ato:35:10
|
|
34 # Component for the SMD 1x8 pin sockets for the DFPlayer
|
|
❱ 35 component PinSocket_1x8_SMD:
|
|
36 │ footprint = "Connector_PinSocket_2.54mm:PinSocket_1x08_P2.54mm_Vertical"
|
|
Code causing the error:
|
|
Source: main.ato:37:4
|
|
36 │ footprint = "Connector_PinSocket_2.54mm:PinSocket_1x08_P2.54mm_Vertical"
|
|
❱ 37 │ lcsc = "C48641756"
|
|
38 │ pin p1; pin p2; pin p3; pin p4; pin p5; pin p6; pin p7; pin p8
|
|
WARNING Exception
|
|
Ignoring assignment of `C48641756` to `lcsc` on `df_header_right`
|
|
Source: main.ato:53:7
|
|
52
|
|
❱ 53 module App:
|
|
54 │ # --- Signals and Power ---
|
|
Source: main.ato:63:22
|
|
62 │ df_header_left = new PinSocket_1x8_SMD
|
|
❱ 63 │ df_header_right = new PinSocket_1x8_SMD
|
|
64
|
|
Source: main.ato:35:10
|
|
34 # Component for the SMD 1x8 pin sockets for the DFPlayer
|
|
❱ 35 component PinSocket_1x8_SMD:
|
|
36 │ footprint = "Connector_PinSocket_2.54mm:PinSocket_1x08_P2.54mm_Vertical"
|
|
Code causing the error:
|
|
Source: main.ato:37:4
|
|
36 │ footprint = "Connector_PinSocket_2.54mm:PinSocket_1x08_P2.54mm_Vertical"
|
|
❱ 37 │ lcsc = "C48641756"
|
|
38 │ pin p1; pin p2; pin p3; pin p4; pin p5; pin p6; pin p7; pin p8
|
|
WARNING Exception
|
|
Ignoring assignment of `C18199093` to `lcsc` on `power_protection_diode`
|
|
Source: main.ato:53:7
|
|
52
|
|
❱ 53 module App:
|
|
54 │ # --- Signals and Power ---
|
|
Source: main.ato:66:29
|
|
65 │ # Power Supply Components
|
|
❱ 66 │ power_protection_diode = new SOD123_Diode
|
|
67 │ power_protection_diode.lcsc = "C18199093"
|
|
Source: main.ato:40:10
|
|
39
|
|
❱ 40 component SOD123_Diode from Diode:
|
|
41 │ footprint = "Diode_SMD:D_SMA"
|
|
Code causing the error:
|
|
Source: main.ato:42:4
|
|
41 │ footprint = "Diode_SMD:D_SMA"
|
|
❱ 42 │ lcsc = "C18199093"
|
|
43
|
|
WARNING Exception
|
|
Ignoring assignment of `C18199093` to `lcsc` on `power_protection_diode`
|
|
Source: main.ato:53:7
|
|
52
|
|
❱ 53 module App:
|
|
54 │ # --- Signals and Power ---
|
|
Code causing the error:
|
|
Source: main.ato:67:4
|
|
66 │ power_protection_diode = new SOD123_Diode
|
|
❱ 67 │ power_protection_diode.lcsc = "C18199093"
|
|
68
|
|
WARNING Exception
|
|
Ignoring assignment of `C178529` to `lcsc` on `power_filter_cap`
|
|
Source: main.ato:53:7
|
|
52
|
|
❱ 53 module App:
|
|
54 │ # --- Signals and Power ---
|
|
Code causing the error:
|
|
Source: main.ato:72:4
|
|
71 │ power_filter_cap.voltage = 10V
|
|
❱ 72 │ power_filter_cap.lcsc = "C178529"
|
|
73
|
|
WARNING Exception
|
|
Ignoring assignment of `C160354` to `lcsc` on `uart_connector`
|
|
Source: main.ato:53:7
|
|
52
|
|
❱ 53 module App:
|
|
54 │ # --- Signals and Power ---
|
|
Source: main.ato:75:21
|
|
74 │ # Input Connector (Power and UART)
|
|
❱ 75 │ uart_connector = new JST_PH_Vertical_4Pin
|
|
76
|
|
Source: main.ato:29:10
|
|
28
|
|
❱ 29 component JST_PH_Vertical_4Pin:
|
|
30 │ footprint = "JST_PH_S4B-PH-K_1x04_P2.00mm_Horizontal"
|
|
Code causing the error:
|
|
Source: main.ato:31:4
|
|
30 │ footprint = "JST_PH_S4B-PH-K_1x04_P2.00mm_Horizontal"
|
|
❱ 31 │ lcsc = "C160354"
|
|
32 │ pin 1; pin 2; pin 3; pin 4
|
|
WARNING Exception
|
|
Ignoring assignment of `C17513` to `lcsc` on `rx_protection_resistor`
|
|
Source: main.ato:53:7
|
|
52
|
|
❱ 53 module App:
|
|
54 │ # --- Signals and Power ---
|
|
Code causing the error:
|
|
Source: main.ato:80:4
|
|
79 │ rx_protection_resistor.resistance = 1kohm +/- 5%
|
|
❱ 80 │ rx_protection_resistor.lcsc = "C17513"
|
|
81
|
|
WARNING Exception
|
|
Ignoring assignment of `C265003` to `lcsc` on `speaker_connector`
|
|
Source: main.ato:53:7
|
|
52
|
|
❱ 53 module App:
|
|
54 │ # --- Signals and Power ---
|
|
Source: main.ato:83:24
|
|
82 │ # Output Connectors
|
|
❱ 83 │ speaker_connector = new JST_PH_Vertical_2Pin
|
|
84 │ stereo_out_jack = new AudioJack3_5mm
|
|
Source: main.ato:24:10
|
|
23 # Component for JST PH series vertical connectors
|
|
❱ 24 component JST_PH_Vertical_2Pin:
|
|
25 │ footprint = "JST_PH_S2B-PH-K_1x02_P2.00mm_Horizontal"
|
|
Code causing the error:
|
|
Source: main.ato:26:4
|
|
25 │ footprint = "JST_PH_S2B-PH-K_1x02_P2.00mm_Horizontal"
|
|
❱ 26 │ lcsc = "C265003"
|
|
27 │ pin 1; pin 2
|
|
WARNING Exception
|
|
Ignoring assignment of `C22459515` to `lcsc` on `stereo_out_jack`
|
|
Source: main.ato:53:7
|
|
52
|
|
❱ 53 module App:
|
|
54 │ # --- Signals and Power ---
|
|
Source: main.ato:84:22
|
|
83 │ speaker_connector = new JST_PH_Vertical_2Pin
|
|
❱ 84 │ stereo_out_jack = new AudioJack3_5mm
|
|
85
|
|
Source: main.ato:16:10
|
|
15 # Component for the SMD 3.5mm Audio Jack
|
|
❱ 16 component AudioJack3_5mm:
|
|
17 │ footprint = "Jack_3.5mm:Jack_3.5mm_PJ320D_Horizontal"
|
|
Code causing the error:
|
|
Source: main.ato:18:4
|
|
17 │ footprint = "Jack_3.5mm:Jack_3.5mm_PJ320D_Horizontal"
|
|
❱ 18 │ lcsc = "C22459515"
|
|
19 │ pin TIP # Left Channel
|
|
DEBUG Assignment: power_filter_cap.capacitance [power_filter_cap.capacitance] := [376µF, 564µF]
|
|
DEBUG Constraining power_filter_cap.capacitance to [376µF, 564µF]
|
|
DEBUG Assignment: power_filter_cap.voltage [power_filter_cap.voltage] := [10V]
|
|
DEBUG Constraining power_filter_cap.voltage to [10V]
|
|
DEBUG Assignment: rx_protection_resistor.resistance [rx_protection_resistor.resistance] := [1kΩ ± 5.00%]
|
|
DEBUG Constraining rx_protection_resistor.resistance to [1kΩ ± 5.00%]
|