nathan
@nathan
Eminent Member
Joined: May 1, 2024
Last seen: Oct 21, 2025
Topics: 1 / Replies: 20
Reply
Answer to: DMM in mA mode causes ~0.6 V drop — normal burden voltage? How can I minimize it?

Yes, the 0.6 V drop you’re seeing is the meter’s burden voltage, which is the voltage lost across the DMM when it measures current. In mA mode, the me...

4 months ago
Reply
Answer to: Effect of PWM frequency on motors and LEDs

PWM frequency doesn’t change the basic control of speed or brightness (that’s handled by duty cycle), but it does affect how smooth and practical the ...

6 months ago
Reply
Answer to: Best microcontroller or SBC for robotics?

If your robot needs both real-time motor control and higher-level processing (like computer vision or LIDAR), I’d recommend a hybrid setup. Use a T...

7 months ago
Reply
Answer to: BJT VS MOSFET- Current controlled vs Voltage controlled

There are people claim that BJTs (Bipolar Junction Transistors) are obsolete, but they continue to play a vital role in analog signal amplification du...

8 months ago
Reply
Answer to: Why do people use MOSFETs instead of relays in switching circuits?

That's actually a great question — and definitely not a silly one. MOSFETs are often preferred over relays in switching circuits for several technical...

8 months ago
Reply
Answer to: Flyback Diode Vs Snubber circuit?

Both flyback diodes and snubbers are used to protect switching devices from voltage spikes caused by inductive loads, but they serve different purpose...

8 months ago
Reply
Answer to: Watchdog timer in microcontrollers?

A watchdog timer (WDT) is a hardware timer that resets the microcontroller if it crashes or freezes. The system must periodically reset the WDT ("kick...

11 months ago
Forum
Reply
Answer to: How does a transformer work?

As you are new to electrical concepts, this explanation should be perfect for you. A transformer works by transferring electrical energy from one ci...

1 year ago
Reply
Answer to: Why is this yellow multimeter so cheap? Is it any good?

Cheap multimeters often compromise on quality. The models typically have poorly built dials that are prone to breaking, making it difficult to change ...

1 year ago
Forum
Reply
Answer to: Good circuit simulation softwares- Any suggestions?

If you're looking for free simulation software, I’d recommend LTspice; however, it lacks built-in Arduino support. For a professional option, OrCAD an...

1 year ago
Forum
Reply
Answer to: Is ESP32 the Best Microcontroller Board of All Time?

I've been an ESP32 user for a while, and honestly, I think it's still one of the best options out there! The dual-core processor makes multitasking a ...

1 year ago
Forum
Reply
Answer to: Setting multiple pins as OUTPUT

Here's an example using a for loop to configure 8 digital pins (from pin 2 to pin 9) as outputs: int ledPins[] = {2, 3, 4, 5, 6, 7, 8, 9}; // Array ...

1 year ago
Forum
Reply
RE: New Pi Pico 2 by Raspberry Pi—What are your opinions?

You are right, but if I had to choose between the two for new projects and didn't have a PICO, the PICO 2 would win in my eyes.

2 years ago
Forum
Reply
RE: New Pi Pico 2 by Raspberry Pi—What are your opinions?

@sebastian Talk about being negative. It's priced at $5- $1 more than the original Pico and way cheaper than any original Arduino board. And did you f...

2 years ago
Forum
Reply
Answer to: New Pi Pico 2 by Raspberry Pi—What are your opinions?

Hey, thanks for starting the topic. The specs on the Pico 2 are pretty impressive, especially with the dual Arm Cortex-M33 or dual Hazard3 processor...

2 years ago
Forum
Page 1 / 2