0
mirror of https://github.com/oresat/oresat-solar-hardware.git synced 2025-04-27 03:25:58 +00:00

Removes a lot of old crufty projects, like the original solar simulator, and design files that are horribly out of date, and some weird backup files.

This commit is contained in:
Andrew Greenberg 2025-01-21 02:14:19 -08:00
parent 5866b93b32
commit e3b505e08b
51 changed files with 0 additions and 34372 deletions
1u_panel
ltspice-simulations
solar_simulator

View File

@ -1 +0,0 @@
# OreSat Solar Module v2 ## Everything is Terrible (architecture) The system architecture of OreSat is weird, and possibly seriously dumb. However, it has a lot of advantages that, despite it's dumbness, are a system-win. One of those dumb ideas that might be either a terrible, terrible mistake or a brilliant stroke of insight (emphasis, possibly, on the stroke) is that the Vbus is based on the Vbat which are two series Lipo cells. Meaning, the Vbus ranges from 6.0 to 8.4 V. Yep. We told you. Brilliant or dumbass. Ask us in 2020 and we'll let you know. Based on that, we wanted a maximum power point tracer (MPPT) that could take our solar array input and buck/boost that to the 8.4V necessary to charge the battery. Thus there's only one SPS between the array and the batteries, and it's MPPT. A true MPPT, mind you, not one of these namby pamby "70% Voc" maximum power point "controllers". Finally, we were very interested in a modular array that could stand on it's own, even on a 1U, so we decided to make a single module that stood on its own and could be paralleled with other modules. ## Solar array The array will be two 27 cm^2 GaAS XTE-SF triple junction solar cells from Spectrolabs, wired together in series. From their datasheet: Voc = Ncells * Voc * = 2 * 2.75V = 5.5V Vmp = Ncells * Vmp = 5 * 2.435V = 4.87V Isc = 502 mA 256 mA with no cover, but we're assuming a cover Imp = 480.6 mA Pmax/mp = Vmp * Imp = 4.87 * .481 = 2.3376 W ## MPPT ICs Requirements: - (4.0, 4.87, 5.5) V input from the Alta Devices array. - 6.0 - 8.4 V output connected directly to our LiPo cells -- we don't want a separate battery charger. - MPPT, not MPPC. Since there are no COTS ICs that do this, we are unwisely implementing our own MPPT controlled by the onboard uC and the **LT1618** SPS. The LT1618 is a boost supply with both a CC/CV modes. The package features a current adjust pin that reads an analog voltage and adjusts the output to a corresponding current, the pin can be grounded for a CV mode. Our P/V/I sensors will talk I2C to our uC which will calculate our MPPT, and send an analog voltage to the current adjust pin via an I2C DAC. This design doubles as our battery charging regulator for the LiPo batteries as well as our MPPT. For configuration and parts, see the [LT1618 design notes](LT1618.md). ## Sensor ICs We choose the TI **INA226** to measure voltage, and current from the solar array. Current is measured across the same shunt resistor that the LT1618 uses and talks I2C to our uC. See the [INA226 design notes](INA226.md). We chose the TI **TMP100** as our temperature sensor. It comes in an adorable SOT-23 package so we can flip that package upside down and fit the chip into a slot cut into the board so that we can get a more accurate temperature reading of the solar array. Also has the benefit of working of a wide temperature range and talking I2C to our uC. **Note: Since the temperature sensor is flipped upside down and fits into a slot in the board, the pins will be flipped from the pinout on the datasheet** ## Microcontroller For many reasons, we're using the ST **STM32F09x**, which is a 48 LQFP pin Cortex M0 IC which talks CAN. We're using it all over the place on OreSat. And we choose the TI **TCAN330** as the CAN transceiver. ## 3.3 V SPS After looking at a billion 3.3V switcher ICs, we really like the TI **TPS63070**. The final system footprint is large, but it does buck-boost so that we can get 3.3V even if our batteries are down to their 3.0V minimum voltage. Also, temporary brownouts should be OK given the boost and the giant capacitor banks the TPS63070 requires. See the [TPS63070 design notes](TPS63070.md) ## OreSat Shutdown The Remove Before Flight (RBF) and rail inhibit switches all need to shut down OreSat. We have an "open collector" shutdown system; pulling the line to ground shuts down OreSat. The STM can decide to shut down it's local panel, too. We choose regular 1N4448 diodes for the shutdown path because of the horrific leakage current of Schottkey diodes at high temperatures. They leavek **10s of mA!!11!!**. That's a lot. So we choose a silicon diode, run at very low current, so the most the Vf will be is 0.7 V even at very low temperatures.

View File

@ -1 +0,0 @@
TBD

View File

@ -1 +0,0 @@
# Analog Devices (Was Linear) LT1618 This "Constant-Current/Constant-Voltage 1.4MHz Step-Up DC/DC Converter" forms the heart of our MPPT. It boosts the Alta Devices ~ 5V five cell array to the 2S battery pack's float voltage of 8.4V. Most critically, the LT1618 "combines a traditional voltage feedback loop and a unique current feedback loop to operate as a constant-current, constant-voltage source". So we'll use the constant-current to program the MPPT. How is this an MPPT? The LT1618 is capable of both CC and CV modes, where the I for the CC mode is selected via an analog voltage on the Iadj pin (pull to ground for CV). We already have a V/I sensor along with an M0 microcontroller onboard the panel assembly. The V/I sensor will constantly be reporting the output of the solar panels to the M0 over I2C, the M0 will calculate the MPP and output an analog voltage to the Iadj pin (via an external I2C DAC) to define a CC output that corresponds with the MPP. Here's our existential crisis for the day: by the time we factor in the LT1618 efficiency, and the M0 and associated circuitry, will this be better than literally nothing but a boost supply and a battery charger? A good question. We think yes, the cold hard universe will be sure to let us know. Some Features we Like: - Massive Vin range (1.6V to 18V) - 1.4 MHz operating range - Current adjust pin that lets us define an I for CC mode or output at CV mode Features we don't like: - Operating range of -40 C (good) to +85 C (not quite the +100 C we want) - Maximum efficiency is only 85%. This is not very good for 2019. - We'd rather have a synchronous rectifier (switch MOSFET instead of the diode) ## Design Inputs - Alta Devices 5 cell array at AM0 (assuming PEP cover) - Voc = 5.45 V - Isc = 244 mA - Pmp = Vmp = 4.85 V x Imp = 231 mA = 1.12 W - Height - All components must be < 2 mm tall due to component "pockets" cut into the frames. - Components may not be placed - On thermal interfaces to the frame - On top of the card wedge's M2 fasteners, where clearance drops to ???? mm. - Temperature - We expect the solar panels to swing wildly in temperature. All components should be rated for -40 to +100 C. ## Components References numbers are taken from the LT1618 datasheet, NOT from the solar module. **D1** Pick a Schottky diode that minimizes Vf and Ir. Ir becomes a real problem at high temperatures. We arbitrarily choose the ST Micro STPS1L40ZFY(1A, 40V, -40 to +175 C, Vf from 0.3 to 0.4V, Ir = 1 mA @ 125 C typ. and 10 mA max). Analog recommends the On Semi MBRM140 (1A, 40V, weird D0216AA case, -55 to +125 C, Vf from 0.3 to 0.4V, Ir = 600 uA @ 85 C typ, and 10 mA (!!!) max.) which has almost the exact same performance. **L1** Datasheet recommends the SUMIDA CR43NP-100MC (10 +/-20 UH, DCR = 0.182, Irms = 1.04, but 4.8 x 4.3 x 3.5 mm), which is too tall. We choose the BOURNS SRN4018TA-100M (10 +/- 20% uH, Fsrf = 35 MHz, DCR = 0.15 Ohm, Irms/Isat = 1.5A, -55 to +125 C, ferrite core, 4 x 4 x 1.8 mm), which also seems to have better performance. **Rsense** We chose 0.1 ohm in an 0603 package. We'll have a maximum of 0.02 V drop and 6 mW power dissipation at Isc. 0402 would have been fine, but in an 0602 package we can eke out a Kelvin connection on the inside of the package. With 0.1 ohms, the constant current limit is set to 50 mV/0.1 ohm = 0.5 A. We could double the resistance and get more signal on the current input, but we don't think we have to and we're trying to maximize efficiency. **R1/R2 Voltage Selection** Maximum charge voltage on the 2S pack is 8.4V. Select R2 to be 100k because that seems to be the datasheet's preferred value. R1 = R2 ( Vout / 1.263 - 1) = 565 k. Choose an E96 value of 562K, which gives Vout = (R1/R2 + 1)*1.263 = 8.36V. **C1/C2** The input/output caps are just 0603 4.7 uF caps like in the datasheets. This seems OK, assuming the caps are rated for the temp and voltage (Vwdc >= 16V). ## Operation Since the DAC on the Iadj input pin is off on power up, the LT1618 starts up with a CV output of 8.4V and a CC of 0.5A. This will instantly brown out the solar panel and cause the LT1618 to shut down and begin to power cycle. Since a boost converter, when off, is just a inductor and diode in series, the LT1618 can't just be disabled on boot. We'll need a switch downstream of the LT1618 (like an LT4412 ideal diode with a disable). The Iadj pin is used to set the current limit. CC mode happens wht Vi = 50 mV. Imax = 50 mV/Rsense = 0.1 ohm = 0.5 A With Viadj, this changes to: Imax = (1.263V - (0.8)Viadj)/25/Rsense So the range we can expect here is: At Viadj = 0V, Imax = 0.505 A At Viadj = 1.579 V, Imax = 0 A Although the hunt for Pmp is dependent on many variables, we would expect a cold array in full sun to have an output current of ~ 244 mA, which would set an Iadj Viadj = (1.263 - Imax x 25 x Rsense)/0.8 = 0.816 V

View File

@ -1,33 +0,0 @@
# TI TPS63070
> "The TPS6307x is a high efficiency, low quiescent current buck-boost converter suitable for applications where the input voltage can be higher or lower than the output voltage. Output currents can go as high as 2 A in boost mode and in buck mode."
Some featrures we like:
- Vin = 2 to 16V (so we can use 1S to 3S Lipo packs!)
- Vout = 2.5V to 9V (so we can get a true 3.3V evan with a 3.0V LiPo or a browning out supplies... i.e., it's buck-boost!)
- -40 to 155 deg C operation
- 2.4 MHz operation
- Pretty decent power saving (PFM mode)
## Design Inputs
- Vin is the MPPT output, which is usually 4.2 V
- Vout is 3.3V, probably < 50 mA peak (and usually < 1 mA)
## Configuration
- EN/PSYNC: Attach to VIN so that it's always enabled and always in PFM mode
- Note; EN compares to 0.8V, could always make a under-voltage test if we wanted to. R11 is there for this reason.
- VSEL is grounded so it has a non-floating input
- FB2 is floating (it's just a N CH MOSFET connected to ground)
- PG is pulled up high because everyone does it. Should be fine to leave floating, but...?
## OreSat component choices
L1 Coilcraft XFL4020-152ME = 1.5 uH 20% 9.1 A AEC-Q200 (4.x 4.3 x 2.1 mm) [link](https://www.mouser.com/productdetail/?qs=VJjuEbE9QBMgot7QvvqAGA%3D%3D)
C1 = 0603 10uF TBD
Cin = 0805 10uF TBD
C2 = 0603 10uF TBD
Cout = 0805 22uF TBD

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

View File

This file was deleted.

View File

@ -1,40 +0,0 @@
"Qty";"Value";"Device";"Package";"Parts";"Description";"AVAILABILITY";"CUI_PURCHASE_URL";"DESCRIPTION";"DIS";"DISTRIBUTOR";"DPM";"DPN";"GENERIC";"MF";"MFR";"MP";"MPN";"PACKAGE";"POPULARITY";"PRICE";"SPICEPREFIX";
"1";"100k";"R-US_0402-A-NOSILK";".0402-A-NOSILK";"R4";"RESISTOR, American symbol";"";"";"";"";"";"";"";"";"";"";"";"";"";"";"";"";
"1";"100n";"C-EU0402-A-NOSILK";".0402-A-NOSILK";"C3";"CAPACITOR, European symbol";"";"";"";"";"";"";"";"";"";"";"";"";"";"";"";"";
"8";"100n";"C-EU0402-A-NOSILK";".0402-A-NOSILK";"C1, C2, C4, C5, C6, C10, C11, C12";"CAPACITOR, European symbol";"";"";"";"Digi-Key";"";"";"490-10458-1-ND";"N";"";"Murata";"";"GRM155R62A104KE14D";"";"";"";"";
"2";"10K";"NTCTHERMISTER";"R0402";"RT1, RT3";"";"";"";"";"";"Digi-Key";"";"445-2550-1-ND";"N";"";"TDK";"";"NTCG103JF103FT1";"";"";"";"";
"1";"10K";"NTCTHERMISTER";"R0402";"RT2";"";"";"";"";"";"Digi-key";"";"445-2550-1-ND";"N";"";"TDK";"";"NTCG103JF103FT1";"";"";"";"";
"1";"10K";"NTCTHERMISTER";"R0402";"RT4";"";"";"";"";"";"digikey";"";"445-2550-1-ND";"N";"";"TDK";"";"NTCG103JF103FT1";"";"";"";"";
"2";"10k";"R-US_0402-A-NOSILK";".0402-A-NOSILK";"R3, R29";"RESISTOR, American symbol";"";"";"";"Digi-Key";"";"";"311-10.0KLRCT-ND";"Y";"";"";"";"RC0402FR-0710KL";"";"";"";"";
"3";"10k";"R-US_0603-B-NOSILK";".0603-B-NOSILK";"R11, R12, R14";"RESISTOR, American symbol";"";"";"";"Digi-Key";"";"";"311-10.0KLRCT-ND";"Y";"";"";"";"RC0402FR-0710KL";"";"";"";"";
"1";"10k";"R-US_0603-B-NOSILK";".0603-B-NOSILK";"R13";"RESISTOR, American symbol";"";"";"";"Digi-Key";"";"";"";"Y";"";"";"";"RC0402FR-0710KL";"";"";"";"";
"3";"10u";"C-EUC2220K";"C2220K";"C13, C14, C15";"CAPACITOR, European symbol";"";"";"";"Digi-Key";"";"";"478-9622-1-ND";"Y";"";"AVX";"";"22201C106MAT2A";"";"0";"";"C";
"2";"11k";"R-US_0402-A-NOSILK";".0402-A-NOSILK";"R21, R22";"RESISTOR, American symbol";"";"";"";"Digi-Key";"";"";"P11KDBCT-ND";"
";"Y";"";"Panasonic";"";"ERA-3AEB113V";"";"";"";
"1";"11k";"R-US_0402-A-NOSILK";".0402-A-NOSILK";"R23";"RESISTOR, American symbol";"";"";"";"Digi-Key";"";"";"P11KDBCT-ND";"Y";"";"Panasonic";"";"ERA-3AEB113V";"";"";"";"";
"3";"13k";"R-US_0402-A-NOSILK";".0402-A-NOSILK";"R5, R7, R9";"RESISTOR, American symbol";"";"";"";"Digi-Key";"";"";"P13KDCCT-ND";"Y";"";"Panasonic";"";"ERA-2AEB133X";"";"";"";"";
"3";"150n";"C-EUC0805K";"C0805K";"C7, C8, C9";"CAPACITOR, European symbol";"";"";"";"Digi-Key";"";"";"490-16332-2-ND";"Y";"";"Murata";"";"GRM188R71H154KAC4D";"";"52";"";"C";
"3";"170u";"7447709681";"1212NONSTANDARD";"L1, L2, L3";"";"";"";"";"Digi-Key";"";"";"TE2201TR-ND";"N";"";"Amgis";"";"SH150S-1.02-168";"";"";"";"";
"3";"1k";"R-US_0402-A-NOSILK";".0402-A-NOSILK";"R15, R16, R17";"RESISTOR, American symbol";"";"";"";"Digi-Key";"";"";"311-1.00KLRCT-ND";"Y";"";"Yageo";"";"RC0402FR-071KL";"";"";"";"";
"3";"1k";"R-US_R0402";"R0402";"R28, R30, R31";"RESISTOR, American symbol";"";"";"";"Digi-Key";"";"";"311-1.00KLRCT-ND";"Y";"";"Yageo";"";"RC0402FR-071KL";"";"34";"";"R";
"3";"300m";"R-US_R0805";"R0805";"R18, R19, R20";"RESISTOR, American symbol";"";"";"";"Digi-Key";"";"";"P19247CT-ND";"Y";"";"Panasonic";"";"ERJ-6DQJR30V";"";"85";"";"R";
"1";"4.7k";"R-US_0402-A-NOSILK";".0402-A-NOSILK";"R2";"RESISTOR, American symbol";"";"";"";"Digi-Key";"";"";"311-4.7KJRCT-ND";"Y";"";"Yageo";"";"311-4.7KJRCT-ND";"";"";"";"";
"1";"4.7k";"R-US_0402-A-NOSILK";".0402-A-NOSILK";"R1";"RESISTOR, American symbol";"";"";"";"Digi-Key";"";"";"311-4.7KJRCT-ND";"Y";"";"Yageo";"";"RC0402JR-074K7L";"";"";"";"";
"3";"590k";"R-US_0402-A-NOSILK";".0402-A-NOSILK";"R6, R8, R10";"RESISTOR, American symbol";"";"";"";"Digi-Key";"";"";"RMCF0402FT590KCT-ND";"Y";"";"Stackpole";"";"RMCF0402FT590K";"";"";"";"";
"1";"ARDUINO_NANO";"ARDUINO_NANO";"ARDUINO_NANO_SHIELD";"PCB1";"Arduino Nano, Through Hole and SMT.";"";"";"";"";"";"";"";"";"";"";"";"";"";"";"";"";
"3";"D-MCC-SS2150";"D-MCC-SS2150";"DO-214AC";"D1, D2, D3";"";"";"";"";"Digi-Key";"";"";"SS2150-LTPMSCT-ND";"N";"";"Micro";"";"SS2150-LTP";"";"";"";"";
"1";"HL_G4BULB";"HL_G4BULB";"G4BASE";"U$8";"";"";"";"";"1000Bulbs";"";"";"Q-G412V102130";"N";"";"";"";"3301";"";"";"";"";
"3";"HL_G4BULB";"HL_G4BULB";"G4BASE";"U$7, U$9, U$10";"";"";"";"";"1000Bulbs";"";"";"Q-G412V102130";"N";"";"Plusrite";"";"3301";"";"";"";"";
"1";"MCP4728";"MCP4728";"MSOP10";"U4";"";"";"";"";"Digi-Key";"";"";"MCP4728T-E/UNCT-ND";"N";"";"Microchip";"";"MCP4728T-E/UN";"";"";"";"";
"1";"NCH-SOT223";"NCH-SOT223";"SOT223";"Q1";"";"";"";"";"Digi-Key";"";"";"DMN6068SE-13CT-ND";"N";"";"Diodes";"";"DMN6068SE";"";"";"";"";
"3";"NP";"R-US_R0402";"R0402";"R24, R25, R26";"RESISTOR, American symbol";"";"";"";"";"";"";"";"";"";"";"";"";"";"34";"";"R";
"1";"PJ-102B";"PJ-102B";"CUI_PJ-102B";"J1";"2.5 mm Center Pin, 2.5 A, Right Angle, Through Hole, Tapered Pins, Dc Power Jack Connector";"Unavailable";"https://www.cuidevices.com/product/interconnect/connectors/dc-power-connectors/jacks/pj-102b?utm_source=snapeda.com&utm_medium=referral&utm_campaign=snapedaBOM";" 2.5 x 6.5 mm, 2.5 A, Horizontal, Through Hole, Tapered Pins, Dc Power Jack Connector ";"Digi-Key";"";"";"626-1968-ND";"N";"CUI Devices";"Conec";"PJ-102B";"";"None";"";"None";"";
"1";"RAPC722BKZ-TH";"RAPC722BKZ-TH";"RAPC722BKZ";"J2";"";"";"";"";"Digi-Key";"";"";"SC3832-ND";"N";"";"SwitchCraft";"";"RAPC722BKZ";"";"";"";"";
"30";"TEST-POINT";"TEST-POINT";"2MM-TEST-POINT";"TP1, TP2, TP3, TP4, TP5, TP6, TP7, TP8, TP9, TP10, TP11, TP12, TP13, TP14, TP15, TP16, TP17, TP18, TP19, TP20, TP21, TP22, TP23, TP24, TP25, TP26, TP27, TP28, TP29, TP30";"";"";"";"";"";"";"";"";"";"";"";"";"";"";"";"";"";
"15";"X-QE";"X-QE";"X-QE";"GREE9, GREEN1, GREEN2, GREEN3, GREEN4, GREEN5, GREEN6, GREEN7, GREEN8, GREEN10, GREEN11, GREEN12, GREEN13, GREEN14, GREEN15";"";"";"";"";"Digi-Key";"";"";"XQEGRN-00-0000-000000D03CT-ND";"N";"";"Cree";"";"XQEGRN-00-0000-000000D03";"";"";"";"";
"15";"X-QE";"X-QE";"X-QE";"RED1, RED2, RED3, RED4, RED5, RED6, RED7, RED8, RED9, RED10, RED11, RED12, RED13, RED14, RED15";"";"";"";"";"Digi-Key";"";"";"XQERED-00-0000-000000701CT-ND";"N";"";"Cree";"";"XQERED-00-0000-000000701";"";"";"";"";
"14";"X-QE";"X-QE";"X-QE";"BLUE1, BLUE2, BLUE3, BLUE4, BLUE5, BLUE6, BLUE7, BLUE8, BLUE10, BLUE11, BLUE12, BLUE13, BLUE14, BLUE15";"";"";"";"";"Digi-Key";"";"";"XQEROY-00-0000-000000L01CT-ND";"N";"";"Cree";"";"XQEROY-00-0000-000000L01";"";"";"";"";
"1";"X-QE";"X-QE";"X-QE";"BLUE9";"";"";"";"";"Digi-Key";"";"XQEROY-00-0000-000000L01CT-ND";"XQEROY-00-0000-000000L01CT-ND";"N";"";"Cree";"";"XQEROY-00-0000-000000L01";"";"";"";"";
"1";"tps92512";"TPS92512";"MSOP10";"U3";"";"";"";"";"Digi-Key";"";"";"296-41002-1-ND";"";"";"Texas Instruments";"";"TPS92512DGQR";"";"";"";"";
"1";"tps92512";"TPS92512";"MSOP10";"U1";"";"";"";"";"Digi-Key";"";"";"296-41002-1-ND";"N";"";"Texas Instruments";"";"TPS92512DGQR";"";"";"";"";
"1";"tps92512";"TPS92512";"MSOP10";"U2";"";"";"";"";"Digi-key";"";"";"296-41002-1-ND";"N";"";"Texas Instruments";"";"TPS92512DGQR";"";"";"";"";
1 Qty Value Device Package Parts Description AVAILABILITY CUI_PURCHASE_URL DESCRIPTION DIS DISTRIBUTOR DPM DPN GENERIC MF MFR MP MPN PACKAGE POPULARITY PRICE SPICEPREFIX
2 1 100k R-US_0402-A-NOSILK .0402-A-NOSILK R4 RESISTOR, American symbol
3 1 100n C-EU0402-A-NOSILK .0402-A-NOSILK C3 CAPACITOR, European symbol
4 8 100n C-EU0402-A-NOSILK .0402-A-NOSILK C1, C2, C4, C5, C6, C10, C11, C12 CAPACITOR, European symbol Digi-Key 490-10458-1-ND N Murata GRM155R62A104KE14D
5 2 10K NTCTHERMISTER R0402 RT1, RT3 Digi-Key 445-2550-1-ND N TDK NTCG103JF103FT1
6 1 10K NTCTHERMISTER R0402 RT2 Digi-key 445-2550-1-ND N TDK NTCG103JF103FT1
7 1 10K NTCTHERMISTER R0402 RT4 digikey 445-2550-1-ND N TDK NTCG103JF103FT1
8 2 10k R-US_0402-A-NOSILK .0402-A-NOSILK R3, R29 RESISTOR, American symbol Digi-Key 311-10.0KLRCT-ND Y RC0402FR-0710KL
9 3 10k R-US_0603-B-NOSILK .0603-B-NOSILK R11, R12, R14 RESISTOR, American symbol Digi-Key 311-10.0KLRCT-ND Y RC0402FR-0710KL
10 1 10k R-US_0603-B-NOSILK .0603-B-NOSILK R13 RESISTOR, American symbol Digi-Key Y RC0402FR-0710KL
11 3 10u C-EUC2220K C2220K C13, C14, C15 CAPACITOR, European symbol Digi-Key 478-9622-1-ND Y AVX 22201C106MAT2A 0 C
12 2 11k R-US_0402-A-NOSILK .0402-A-NOSILK R21, R22 RESISTOR, American symbol Digi-Key P11KDBCT-ND Y Panasonic ERA-3AEB113V
13 1 11k R-US_0402-A-NOSILK .0402-A-NOSILK R23 RESISTOR, American symbol Digi-Key P11KDBCT-ND Y Panasonic ERA-3AEB113V
14 3 13k R-US_0402-A-NOSILK .0402-A-NOSILK R5, R7, R9 RESISTOR, American symbol Digi-Key P13KDCCT-ND Y Panasonic ERA-2AEB133X
15 3 150n C-EUC0805K C0805K C7, C8, C9 CAPACITOR, European symbol Digi-Key 490-16332-2-ND Y Murata GRM188R71H154KAC4D 52 C
16 3 170u 7447709681 1212NONSTANDARD L1, L2, L3 Digi-Key TE2201TR-ND N Amgis SH150S-1.02-168
17 3 1k R-US_0402-A-NOSILK .0402-A-NOSILK R15, R16, R17 RESISTOR, American symbol Digi-Key 311-1.00KLRCT-ND Y Yageo RC0402FR-071KL
18 3 1k R-US_R0402 R0402 R28, R30, R31 RESISTOR, American symbol Digi-Key 311-1.00KLRCT-ND Y Yageo RC0402FR-071KL 34 R
19 3 300m R-US_R0805 R0805 R18, R19, R20 RESISTOR, American symbol Digi-Key P19247CT-ND Y Panasonic ERJ-6DQJR30V 85 R
20 1 4.7k R-US_0402-A-NOSILK .0402-A-NOSILK R2 RESISTOR, American symbol Digi-Key 311-4.7KJRCT-ND Y Yageo 311-4.7KJRCT-ND
21 1 4.7k R-US_0402-A-NOSILK .0402-A-NOSILK R1 RESISTOR, American symbol Digi-Key 311-4.7KJRCT-ND Y Yageo RC0402JR-074K7L
22 3 590k R-US_0402-A-NOSILK .0402-A-NOSILK R6, R8, R10 RESISTOR, American symbol Digi-Key RMCF0402FT590KCT-ND Y Stackpole RMCF0402FT590K
23 1 ARDUINO_NANO ARDUINO_NANO ARDUINO_NANO_SHIELD PCB1 Arduino Nano, Through Hole and SMT.
24 3 D-MCC-SS2150 D-MCC-SS2150 DO-214AC D1, D2, D3 Digi-Key SS2150-LTPMSCT-ND N Micro SS2150-LTP
25 1 HL_G4BULB HL_G4BULB G4BASE U$8 1000Bulbs Q-G412V102130 N 3301
26 3 HL_G4BULB HL_G4BULB G4BASE U$7, U$9, U$10 1000Bulbs Q-G412V102130 N Plusrite 3301
27 1 MCP4728 MCP4728 MSOP10 U4 Digi-Key MCP4728T-E/UNCT-ND N Microchip MCP4728T-E/UN
28 1 NCH-SOT223 NCH-SOT223 SOT223 Q1 Digi-Key DMN6068SE-13CT-ND N Diodes DMN6068SE
29 3 NP R-US_R0402 R0402 R24, R25, R26 RESISTOR, American symbol 34 R
30 1 PJ-102B PJ-102B CUI_PJ-102B J1 2.5 mm Center Pin, 2.5 A, Right Angle, Through Hole, Tapered Pins, Dc Power Jack Connector Unavailable https://www.cuidevices.com/product/interconnect/connectors/dc-power-connectors/jacks/pj-102b?utm_source=snapeda.com&utm_medium=referral&utm_campaign=snapedaBOM 2.5 x 6.5 mm, 2.5 A, Horizontal, Through Hole, Tapered Pins, Dc Power Jack Connector Digi-Key 626-1968-ND N CUI Devices Conec PJ-102B None None
31 1 RAPC722BKZ-TH RAPC722BKZ-TH RAPC722BKZ J2 Digi-Key SC3832-ND N SwitchCraft RAPC722BKZ
32 30 TEST-POINT TEST-POINT 2MM-TEST-POINT TP1, TP2, TP3, TP4, TP5, TP6, TP7, TP8, TP9, TP10, TP11, TP12, TP13, TP14, TP15, TP16, TP17, TP18, TP19, TP20, TP21, TP22, TP23, TP24, TP25, TP26, TP27, TP28, TP29, TP30
33 15 X-QE X-QE X-QE GREE9, GREEN1, GREEN2, GREEN3, GREEN4, GREEN5, GREEN6, GREEN7, GREEN8, GREEN10, GREEN11, GREEN12, GREEN13, GREEN14, GREEN15 Digi-Key XQEGRN-00-0000-000000D03CT-ND N Cree XQEGRN-00-0000-000000D03
34 15 X-QE X-QE X-QE RED1, RED2, RED3, RED4, RED5, RED6, RED7, RED8, RED9, RED10, RED11, RED12, RED13, RED14, RED15 Digi-Key XQERED-00-0000-000000701CT-ND N Cree XQERED-00-0000-000000701
35 14 X-QE X-QE X-QE BLUE1, BLUE2, BLUE3, BLUE4, BLUE5, BLUE6, BLUE7, BLUE8, BLUE10, BLUE11, BLUE12, BLUE13, BLUE14, BLUE15 Digi-Key XQEROY-00-0000-000000L01CT-ND N Cree XQEROY-00-0000-000000L01
36 1 X-QE X-QE X-QE BLUE9 Digi-Key XQEROY-00-0000-000000L01CT-ND XQEROY-00-0000-000000L01CT-ND N Cree XQEROY-00-0000-000000L01
37 1 tps92512 TPS92512 MSOP10 U3 Digi-Key 296-41002-1-ND Texas Instruments TPS92512DGQR
38 1 tps92512 TPS92512 MSOP10 U1 Digi-Key 296-41002-1-ND N Texas Instruments TPS92512DGQR
39 1 tps92512 TPS92512 MSOP10 U2 Digi-key 296-41002-1-ND N Texas Instruments TPS92512DGQR

Some files were not shown because too many files have changed in this diff Show More