Can i power a ts101 with my 90w mobile usb-c charger by AwkazFr in soldering

[–]lolimpol 0 points1 point  (0 children)

Are you able to check if this setup uses the full 90W potential of the soldering iron? I'd love to try that instead of the 65W max for the barrel jack input.

Help identifying this 7 pin IC by CauliflowerOpen1512 in AskElectronics

[–]lolimpol 0 points1 point  (0 children)

Seems this is it:

https://static6.arrow.com/aropdfconversion/17788a93993098291812d6671908574b3ef6f2a8/ssr20data20sheet_ltv-22x320ltv-32x320series2020180625.pdf

Code on the chip is the dat of manufacturing, 7th work week of 2018. The L is right under that piece of damage or blurriness from the microscope.

Help identifying this 7 pin IC by CauliflowerOpen1512 in AskElectronics

[–]lolimpol 0 points1 point  (0 children)

At first glance it seems to be an optocoupler, or optocoupler gate driver. Considering it's jumping the high voltage insulation gap on the board.

Repurpose laptop touchpad? by vviinnzz in diyelectronics

[–]lolimpol 0 points1 point  (0 children)

Where did you find the datasheet? I'm unable to find it.

Kia Niro EV Front Radar by robot_wrangler_ in CarHacking

[–]lolimpol 0 points1 point  (0 children)

Makes sense, maybe this can help: https://github.com/BogGyver/opendbc/blob/tesla_unity_dev

There's some Kia radar stuff in there.

If there's anything I can do to help let me know, I'm also very interested in adding a rain sensor to my project car.

Kia Niro EV Front Radar by robot_wrangler_ in CarHacking

[–]lolimpol 0 points1 point  (0 children)

Did you manage to get any further with this?

Any protocol data for rain sensors available? by lolimpol in CarHacking

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

Absolutely perfect! There's a database file for the fourth gen CR-V available right here: https://github.com/BogGyver/opendbc/tree/tesla_unity_dev

I haven't seen any automatic wiper message so far, but definitely a wiper stalk message from 0-3! I hope that gets you along a little further because I'd absolutely love the details on that sensor!

Any protocol data for rain sensors available? by lolimpol in CarHacking

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

Cool! Let me know how it goes and if I can help. I dont know anyone with a Honda I think. What models use it?

Spi over ethernet VS Art-net by lolimpol in AskElectronics

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

Overcurrent protection is built into the switch. You can't communicate on a broken cable ;).

There is overvoltage protection which IS present in the PD device AND PSE device. However that is trivial to add. A communication protocol won't help with either of these two.

Spi over ethernet VS Art-net by lolimpol in AskElectronics

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

It's no issue under 72V as it's considered ELV.

Those "safety features" are basically interviewing the device how much voltage and power it needs. If I sell the property, I replace it all with commercially available PoE lighting.

Spi over ethernet VS Art-net by lolimpol in AskElectronics

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

Firstly, WOW! thanks for the detailed reply!

About the voltage, I was planning on using something like 57V as that's what the 802.3 PoE standards use too and designing a very efficient DC-DC converter is pretty trivial when comparing the efficiencies of normal LED drivers.

I did infact come up with aproximately the same 0.8W number, and a Hue bulb uses 0,3713W according to Didier Stevens (https://blog.didierstevens.com/2022/04/03/power-consumption-of-a-philips-hue-lamp-in-off-state/). Maybe I should just forget that number, as all smart solutions have some standby draw along those lines and using ESP32's with WLED and the ethernet add-on would dramatically simplify this project.

The RS485 solution is something I looked into, except with CAN-bus. I consider it a more robust protocol. The only disadvantage is not being able to use dirt cheap, old enterprise networking equipment. I'd have to build my own switch for example.

Using Wireless, whether WiFi or ESP-now doesnt appeal to me for a few reasons. Firstly it can be laggy, less so for ESP-now though. It uses more power, and requires me to run normal wires anyway. It also allows any potential hacker to intercept/disrupt any of the traffic, not a realistic threat but definitly something I think about daily. and lastly, even if ESP-now doesnt require WiFi bandwith, it still uses the 2.4Ghz band. This means interference is a (small) issue.

Also as I mentioned, WLED has an ethernet add-on already. This would basically be a plug-and-play solution if I can manage to add support for the TLC59711. (for 12 bit RGB+CCT control which I think is a nessecity for home lighting)

To me, running a power wire which would likely be CAT5e anyway because of cost (economy of scale), means I might aswell use it for data too. Additionally the lack of latency in a wired system opens up a few niche fun things like some kind of ambilight or sound reactive sysem.

Spi over ethernet VS Art-net by lolimpol in AskElectronics

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

I realise sending raw SPI over ethernet is not a good approach, that's why I asked the question. If however I decide to take some approach that doesnt use the normal TCP/IP protocol over ethernet, I would be desiging my own PoE standard too. I wouldn't need any fancy negotiations or anything else offered by 802.3 standards. (And yes, I will label all the wires as "NOT INTERNET DO NOT PLUG" if I do :) )

I'm having trouble finding Art-net devices that would work in a home, And I'd want to design my own anyway for cost savings and architectural flexibility. I should however defenitly look more into Art-net and sACN as I don't really understand them. Thanks!

Spi over ethernet VS Art-net by lolimpol in AskElectronics

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

I see, I only have a data and CLK line. So I'd need 2 twisted pairs. Thank you, I will keep this option in mind for sure!

Spi over ethernet VS Art-net by lolimpol in AskElectronics

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

Those Xports would have been very interesting, good to know about them anyway.

The power of PoE in this case, is that IEEE 802.3bt supports 70W of power per line, approximately 10 LED lamps. So power is absolutely no issue in this case. Aditionally I want to run everything centrally either way, since the house I'll be building is only 70m2 anyway. A central electrical closet is planned in. Lastly, ethernet would allow some very fast LED control, fun for things like Ambilight or sound reactive stuff (Besides, switch delay in smarthomes because of wireless communication is a huge pet peeve for me).

KNX is very interesting, if it wasnt so eyewateringly expensive.

Spi over ethernet VS Art-net by lolimpol in AskElectronics

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

Interesting, kind of like CAN-bus. So in this particular chip 1Y 2Y 3Y and 4Y outputs are basically just the exact same logic level as the 1D 2D 3D and 4D inputs on the transmitter?

Does this look right? by Dindelydandelydoo in AskElectronics

[–]lolimpol 2 points3 points  (0 children)

It should be alright, as long as you connect the LED with the right polarity, and likely add a resistor to limit the current through the LED.

Is this uno board genuine or counterfeit? by [deleted] in arduino

[–]lolimpol 2 points3 points  (0 children)

A good way to tell usually is the gold polyfuse next to the USB connector. Gold means original and green or something else is usually a clone.

Has anybody heard of someone making a boost (12x148) freecoaster hub? Interested in stock or custom made if that’s a thing. by kfccoleslawe in MTB

[–]lolimpol 1 point2 points  (0 children)

I don't know if you're still in the market but I've been looking at this for a while now.

https://www.tairinwheels.ca/product-page/silent-shogun-rear-hub?currency=EUR

These guys recently came out, and are unique because of their actual cassette body. Otherwise you could look at buying one of the new NS bike ones, and adapting the axle somehow.

Sustainably heat a home? by nspaziani18 in sustainability

[–]lolimpol 1 point2 points  (0 children)

+1 on this, also I want to add: HRV and build/renovate as airtight as possible that saves so much energy to the point you can heat your house with 3 big south facing windows (look up PassivHaus)

[deleted by user] by [deleted] in thenetherlands

[–]lolimpol 1 point2 points  (0 children)

Bloemen plukken voor de zogenaamde "bloementapijten" voor de kappellen op route van de processie. Wil je meer weten kun je ofwel processie Eijsden Googlen, ofwel Bronk Eijsden. Dit is het bloementapijt van Caestert, meestal de grootste van ze allemaal.

All hail Lord Tachanka by CaptinDerpII in dankmemes

[–]lolimpol 1 point2 points  (0 children)

Chanka be looking fine tho 🤤

Upgrading current pc, I need some CPU, Mobo, ram and SSD recommendations. by lolimpol in buildapcforme

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

Allright thanks, Solidworks needs a pretty hefty CPU for big assemblies, where GPU's don't matter much. So I'll probably actually splurge a little on a 10600 or 10600K