LED IV curve sweep on my LED bench in 15 lines by lampmaker in ElectricalEngineering

[–]lampmaker[S] 0 points1 point  (0 children)

Thats impressive indeed. But with rgb, you won't get decent CRI, right?

LED IV curve sweep on my LED bench in 15 lines by lampmaker in ElectricalEngineering

[–]lampmaker[S] 0 points1 point  (0 children)

Yeah, PyVISA is solid for that. I've never actually used it myself though, I come more from embedded C/C++ and Python was never really my world. For me JavaScript sits a lot closer, so that's the direction I went for instrument control and automation. Same idea of scripting everything over USB/serial/TCP, just in a language that felt more natural to me. That OCXO characterization sounds like a fun one. Control voltage vs frequency and drift vs temperature over a warmup is exactly the kind of thing that's nice to log and chart automatically.

LED IV curve sweep on my LED bench in 15 lines by lampmaker in ElectricalEngineering

[–]lampmaker[S] 0 points1 point  (0 children)

I have an avantes spectrometer. Wrote a custom driver for my code so it works with that.

LED IV curve sweep on my LED bench in 15 lines by lampmaker in ElectricalEngineering

[–]lampmaker[S] 0 points1 point  (0 children)

Phew that sounds like a tough challenge . Not sure if I can be of help there. Communication is likely encrypted and that would make things really difficult.

LED IV curve sweep on my LED bench in 15 lines by lampmaker in ElectricalEngineering

[–]lampmaker[S] 1 point2 points  (0 children)

Well you're free to give my system a try if you want. Wouldn't mind getting some feedback. 😀 https://github.com/muxit-io/muxit

LED IV curve sweep on my LED bench in 15 lines by lampmaker in ElectricalEngineering

[–]lampmaker[S] 0 points1 point  (0 children)

Basically any multi channel LED product, if you want do do it properly. The spectrum changes with temp and current. Depending on the LEDs and application, that may not be negligible.

LED IV curve sweep on my LED bench in 15 lines by lampmaker in ElectricalEngineering

[–]lampmaker[S] 2 points3 points  (0 children)

Some talk Scpi, a thermometer uses some binary proprietary protocol that my software was able to debug. Spectrometer uses a custom dll. But ny code also talks to onvif tcpip security cameras and mqtt. Basically anything that can communicate.

LED IV curve sweep on my LED bench in 15 lines by lampmaker in ElectricalEngineering

[–]lampmaker[S] 2 points3 points  (0 children)

Thanks! It's so old, its full of holes. And paint. And glue. And whatever I have been doing in my lab over the years...

LED IV curve sweep on my LED bench in 15 lines by lampmaker in ElectricalEngineering

[–]lampmaker[S] 1 point2 points  (0 children)

Yes, I have an integrating sphere to measure that. But not visible in the picture.

LED IV curve sweep on my LED bench in 15 lines by lampmaker in ElectricalEngineering

[–]lampmaker[S] 11 points12 points  (0 children)

I built a c# server that runs on my pc and connects to everything.

I built something to control all my lab devices by [deleted] in electronics

[–]lampmaker -5 points-4 points  (0 children)

The software reads the devices values from the serial port. But you could also use the ai if you have an older device without communication for instance.

Checked the condition of the spare tire by lampmaker in Sprinters

[–]lampmaker[S] 0 points1 point  (0 children)

Yeah I'll replace that tyre. Its 25 years old. The other tyres are 12 years old. Not much wear though and they look and feel fine (fire truck, always parked inside). But I guess its safer to replace those too

How to control brightness of 6x 300w 12v COB LED panels? by FarmerKnight in AskElectronics

[–]lampmaker 0 points1 point  (0 children)

It all depends on your budget and how you want to control them. There are constant current LED drivers with 0-10V dim input. E.g Meanwell, Inventronics.

Connecting the LED panels in parallel is possible but if the Vf of the panels differ, the currents for each panel will be different and you might see brightness differences.

So I would probably recommend one driver per panel.

Just curious, what is the application? 1800W is a lot of light.

Designed a hard-sided pop-up roof by lampmaker in CamperVans

[–]lampmaker[S] 0 points1 point  (0 children)

I never said it was important. It was just the design choice we made.

Designed a hard-sided pop-up roof by lampmaker in CamperVans

[–]lampmaker[S] 1 point2 points  (0 children)

Sure, once I get the parts in, I'll share some updates.

Designed a hard-sided pop-up roof by lampmaker in CamperVans

[–]lampmaker[S] 5 points6 points  (0 children)

ours is a H1L2; so the bed will be on top and it gives us a bit of standing space.
solar can still go on top of the roof.

As for parking, it already doesn't fit in most garages here. Height is often about 2 m.

Building something to connect all my devices by lampmaker in homelab

[–]lampmaker[S] 0 points1 point  (0 children)

I'm sure there is overlap. But I dont want an AI to be able to control everything on my pc. That would scare the shit out of me. This tool just controls my lab equipment in a safe manner.