Aurum Motion Sensing Light Circuit Boards (AEC-326KA2-AC14W)
I took apart a retired motion sensing light and found far more electronics components than I had expected to see inside the sensor pod. The complexity places it beyond my ability to trace through and draw up a KiCad schematic, but I still want to take a look to see what I can decipher.

At a high level, it looks like one board handles the 120V AC power with a relay and the other board handles sensing and sensor logic. Four wires connect between them.

Looking at the front of the power board, the black wire is incoming 120V AC line, red wire goes out to light pods. The two white wires, one incoming and one outgoing, are 120V AC neutral. This confirms the sensor pod only switches AC power. Converting AC power to DC voltage to drive LEDs are handled elsewhere inside the light pods. There are only a few components on this side, dominated by an AFE BRD-SS-124LM relay. Surrounding the relay are what appears to be a resistor, two capacitors, and a 4-position connector to the logic board.

Looking at the back of the power board, I can see both neutral wires are wired together. Looking at AFE Relay's product information for BRD series footprint, I can see the relay will connect/disconnect between the black and red wire for 120V AC line power. This is the business end of the sensor pod and determines whether the light pods receive 120V AC power or not
Beyond that, I'm lost. I had expected to see a transformer to turn 120V AC into a lower voltage, followed by a rectifier to turn AC into DC suitable for a digital logic board. I definitely don't see a transformer here, and I don't see a rectifier module. These small red things labeled with D are probably diodes, do they implement a diode bridge? If there's no voltage reduction, does it mean 120V go all the way to the sensor logic board? Maybe looking there would help me understand what's going on.

Here's the sensor logic board with the actual sensor itself front and center. U2 is a status LED. Potentiometer LUX SR1 adjusts level of light sensitivity, TIME SR2 adjusts how long the light should stay on after motion detection threshold has been triggered. The brown tint on the potentiometers are rust, result of rainwater intrusion. They would have been the closest components immediately below the broken sensor view window. Such exposure wouldn't have done their electrical behavior any good.

In front of the sensor is a shiny bracket, dividing its field of view into thirds: left, front, and center. Here's an oblique side view of the arrangement. I had hoped to read markings on this sensor so I could go look for a datasheet, but I saw nothing. Maybe it's hidden by the shiny bracket? It might be plastic with a shiny coating, which I can cut away. If it is metal I doubt I could remove it without destroying the sensor module.

And now, the star attraction: the unexpectedly complex sensor logic board. It's a single layer board, so I noticed multiple zero ohm resistors used as an overpass over other traces. Lots of other nonzero resistors, capacitors, and diodes. I see three components labeled BR 34 and two labeled FR 33, short enough of an alphanumeric designation a search returned a lot of hits but none I recognized as relevant. The silkscreen designation for those components start with Q. Wikipedia page Reference Designator says Q are transistors.

Since it's a single layer board with few components on the opposite side, there's no need for side light trickery. Shining a light from behind is enough to highlight majority of copper traces on this board.
One way I try to orient myself on the nature of a circuit board is to look for the big brain in charge of the operation. If I can find a datasheet for the microcontroller, there's usually a section about the intended market for the device, the peripherals it has to support that market, and have sample application schematics. The biggest chip on this board has a ST Microelectronics logo and markings 324 GZ17334
. A search led me to LM324 series of quad op-amps. Not a microcontroller, and I see no other obvious candidates for one.
The lack of a microcontroller combined with the largest chip containing a set of op-amps imply this circuit board runs on analog logic. A field I know even less about, and marks the end of the road of what I can decipher about this circuit board today. I set it aside to focus on the LED lighting pods this circuit board formerly controlled.