Admin
Admin
@ankunegi
Admin
Member
Joined: Apr 24, 2024
Last seen: Feb 14, 2026
Topics: 0 / Replies: 93
Reply
Answer to: What is the need of connecting a resistor with LDR for Arduino interfacing?

If you connect the LDR directly to 5V and the analog pin, there would be no voltage drop across the LDR irrespective of its resistance value. The anal...

2 years ago
Reply
Answer to: Any course to learn Embedded system using Arduino boards ?

Well, I don't know any paid courses related to this but there's an excellent tutorial series on YouTube. Here's the link

2 years ago
Forum
Reply
RE: Maximum current limitation of a digital pin on UNO

You can use a transistor or a Mosfet. You would still need external supply though.

2 years ago
Reply
Answer to: Why #define is used in Arduino programming?

To put it simply, whenever the constant (SENSOR_PIN or LED_PIN) is called inside the program, the compiler replaces it with the defined constant value...

2 years ago
Forum
Reply
Answer to: Where can I learn more about direct port manipulation for controlling GPIO pins?

Hi Rashid, Start with Registers first. It's necessary to know about the architecture as well. Here's an excellent video tutorial by Sparkfun. This...

2 years ago
Forum
Reply
Answer to: Maximum current limitation of a digital pin on UNO

Yes, the current limit per pin is 40 mA(sink/source OR IN/OUT). However, this is the maximum absolute rating and you should not draw this much current...

2 years ago
Page 7 / 7