Notifications
Clear all

Garage lighting and parking sensor project

59 Posts
10 Users
22 Likes
1,385 Views
TASan
(@tasan)
Trusted Member
Joined: 10 months ago
Posts: 42
Topic starter  

@inq Re the power supply answer 

Hmm, seems I have to think about that and buy some new stuff. I can use the one I have for supervised testing and prototyping.

I should probably buy both the power supply and LED strips from a local Norwegian dealer. Much cheaper shipping, easier returns and guaranteed CE marked equipment.

Interested in learning about electrical engineering!


   
ReplyQuote
Ron
 Ron
(@zander)
Illustrious Member
Joined: 3 years ago
Posts: 5524
 

@tasan Just addressing the fixation you have over solder. Almost EVERY part in all your electronic devices is soldered. My solar wires that are a 1/2 inch in diameter are not, but that is common sense. Where is the cutoff where you stop using solder and start using crimps, I don't know but your project probably will not come anywhere close. BTW, you say you want to learn some engineering, this is a good place to start but be aware that I doubt very many if any of us on the forum give this 'can I solder this' a thought because we are dealing with micro, milli and sometimes amps. The motors and other heavy draw devices (up to say 10Amps) get heavier wires and may be soldered or crimped depending on the mechanical connectors being used. Those connectors are picked not just because it's 10A, but generally for the convenience of connecting the wires. We use all kinds of connectors, from dupont to screw blocks to JST. They all have different power limitations and we seldom need to be concerned. My soldering station was one of the first things I bought when I decided to get back into electronics, otherwise how do I build anything? Depending on how deep you want to get, you may want a combo iron and hot air or seperate and with or without smoke extractors. Check reviews and ratings for soldering stations, there are a few well reviewed brands, the rest are knock offs of dubious quality.

Arduino says and I agree, in general, the const keyword is preferred for defining constants and should be used instead of #define
"Never wrestle with a pig....the pig loves it and you end up covered in mud..." anon
My experience hours are >75,000 and I stopped counting in 2004.
Major Languages - 360 Macro Assembler, Intel Assembler, PLI/1, Pascal, C plus numerous job control and scripting


   
TASan reacted
ReplyQuote
TASan
(@tasan)
Trusted Member
Joined: 10 months ago
Posts: 42
Topic starter  

@zander Thanks for the guidance 😊

Interested in learning about electrical engineering!


   
Ron reacted
ReplyQuote
robotBuilder
(@robotbuilder)
Noble Member
Joined: 4 years ago
Posts: 1987
 

@zander 

 

that supply is a 2A supply, not very high.

I read it as 24v 8A 200W supply?
https://www.amazon.com/dp/B07GFD3FQ4?psc=1&ref=ppx_pop_dt_b_product_details

@tasan wrote that he is splitting a 75W LED strip into 4 sections.
Shouldn't there be an electronic fuse to turn the transformer off should it exceed a certain current output?

 


   
ReplyQuote
Ron
 Ron
(@zander)
Illustrious Member
Joined: 3 years ago
Posts: 5524
 

@robotbuilder I got that rating off the picture that was posted yesterday. There is a lot of confusion in this topic.

Arduino says and I agree, in general, the const keyword is preferred for defining constants and should be used instead of #define
"Never wrestle with a pig....the pig loves it and you end up covered in mud..." anon
My experience hours are >75,000 and I stopped counting in 2004.
Major Languages - 360 Macro Assembler, Intel Assembler, PLI/1, Pascal, C plus numerous job control and scripting


   
ReplyQuote
Ron
 Ron
(@zander)
Illustrious Member
Joined: 3 years ago
Posts: 5524
 

@robotbuilder Here is the strip he posted https://amz.run/6Cv6  and here is some text from that link

And the DC24V2A power supply 

Arduino says and I agree, in general, the const keyword is preferred for defining constants and should be used instead of #define
"Never wrestle with a pig....the pig loves it and you end up covered in mud..." anon
My experience hours are >75,000 and I stopped counting in 2004.
Major Languages - 360 Macro Assembler, Intel Assembler, PLI/1, Pascal, C plus numerous job control and scripting


   
ReplyQuote
robotBuilder
(@robotbuilder)
Noble Member
Joined: 4 years ago
Posts: 1987
 

@zander 

Here is the strip he posted ...

Not the one he provided that I was able to access.

Confusion indeed with the silly Amazon thing which for some reason shows up in my last post???

This is what I saw,

powerSupply

   
ReplyQuote
Ron
 Ron
(@zander)
Illustrious Member
Joined: 3 years ago
Posts: 5524
 

@robotbuilder Not at all what I saw, I don't see the special encapsulated LEDS in that picture. The OP needs to clarify. @tasan

Arduino says and I agree, in general, the const keyword is preferred for defining constants and should be used instead of #define
"Never wrestle with a pig....the pig loves it and you end up covered in mud..." anon
My experience hours are >75,000 and I stopped counting in 2004.
Major Languages - 360 Macro Assembler, Intel Assembler, PLI/1, Pascal, C plus numerous job control and scripting


   
ReplyQuote
 Foxy
(@foxy)
Trusted Member
Joined: 3 years ago
Posts: 61
 

@robotbuilder 

re:

--------------------------------------------------------------------- 

Current (amps) = Force (volts) x Resistance (ohms)

It is the power you pay for.  Watts per unit of time.

--------------------------------------------------------------------

1/ The correct formula is Current(amps) = Force(volts) / Resistance(ohms)

2/ You pay for energy in watt*hours or kwh (kilowatt hours) 

Mixups between power and energy may sound like a niggling difference but boy!! you should see the confusion it causes

This post was modified 10 months ago by Foxy

   
robotBuilder reacted
ReplyQuote
robotBuilder
(@robotbuilder)
Noble Member
Joined: 4 years ago
Posts: 1987
 

@foxy 

Sorry @tasan a silly mistake. I did know the correct formulae it was late at night and I wasn't thinking clearly or at all!

And also thank you @foxy for the clarification on power another misleading statement I made without thinking.

It has been a long time since I attempted to teach myself basic electronics. For decades it was just hobby level programming after my last electronics project back then soldering up a computer kit but that is no excuse. Danger of not having been in the industry itself, just a hobby, not related in any way with how I earned my living over those many decades.

Thankfully we have some experts on the forum.


   
ReplyQuote
TASan
(@tasan)
Trusted Member
Joined: 10 months ago
Posts: 42
Topic starter  

To clarify the power supply, it's indeed an 8A supply. But I have decided to just use this for testing and prototyping. I am going to buy new strips and a new power supply from a Norwegian supplier 🙂

Safety first!

Interested in learning about electrical engineering!


   
ReplyQuote
(@e-danil)
Eminent Member
Joined: 3 years ago
Posts: 16
 

I would recommend adding some normal white strips as the brightness of RGBW lights are low. I guess the 75w means all the four lights glowing at full brightness

 

This post was modified 10 months ago by E.Danil

   
ReplyQuote
Fritigern
(@fritigern)
Eminent Member
Joined: 2 years ago
Posts: 33
 

@robotbuilder Sorry, but Ohm's Law says V=-IR, so I= V/R. In other words Current is Voltage divided by Resistance.

Fritigern


   
ReplyQuote
Fritigern
(@fritigern)
Eminent Member
Joined: 2 years ago
Posts: 33
 

Again sorry, the previous correction and apology didn't appear before I posted mine.


   
ReplyQuote
Page 4 / 4