Skip to content
eT Community

eT Community

  • Forums
  • What’s New
  • Members
  • Recent Posts
  • Website
Forums
Search
 
Notifications
Clear all

Search result for:  WA 0812 2782 5310 Pusat Pembuat Kitchen Set Ukuran 3 Meter Wilayah Plupuh Sragen

 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:


Page 1 / 4 Next
DIY an RF power meter Based on STM32F103 + MAX4003
Hardware/Schematic
anselbevier
4 months ago
29 Relevance
... for beginners who are new to RF like me, and even the cheapest RF power Meters cost hundreds of RMB. For electronics enthusiasts who follow the principle of "spend when you should, save when you can", DIYing an RF power Meter is a great alternative. The first step WAs to define the functions and design the hardware circuit. To test RF power, a chip called a detector is required. I had not found a suitable option for a long time as it WAs my first time working with an RF detector, until I saw the power detection module on the E25-C test baseboard, which use ...
View entire post
Answer to: Is it safe to use the multimeter’s amp setting on live circuits?
Equipments
Neeraj Dev
10 months ago
13 Relevance
Definetly not, Dont switch to amps or move the red lead to the A/10A jack while your probes are on a live circuit. In A mode the Meter is basically a short; flipping to it or probing voltage with the lead in A can blow the fuse, make an arc, or worse. Set the Meter and leads with power off, break the circuit, insert the Meter in series, then power up. For mains, use a clamp Meter; for 12 V high-current systems be extra cautious or use a clamp/shunt. And always move the red lead back to V when you’re done to avoid the classic “next-time short.”
View entire post
What does it mean to “set the trigger” on an oscilloscope?
Equipments
Nitin arora
1 year ago
9 Relevance
I'm troubleshooting a communication circuit and often hear people say to “set the trigger” on the oscilloscope. I’m confused—what’s the difference between just connecting the scope and actually Setting the trigger? What does the trigger do, and how does it help in viewing signals properly?
View entire post
RE: what is "Display count" in a multimeter?
Equipments
Admin
1 year ago
8 Relevance
Not quite—a 6000-count Meter doesn’t extend the 2V range to 5.999V. The range is fixed by the multimeter, not the count. In the 2V range, both 2000- and 6000-count Meters typically max out at 1.999V. A 6000-count Meter would show up to 5.999V only if it's on a 6V range, not 2V. So, a higher count means better resolution, but the voltage range itself stays the same unless the Meter has a higher range Setting.
View entire post
Answer to: Multimeter continuity beeps with no contact — false positives?
Equipments
Harper
1 year ago
6 Relevance
This usually happens due to the high sensitivity of the multimeter’s continuity mode. Some Meters are designed to beep even with very low resistance, which means slight contact, moisture, or even nearby conductive surfaces can trigger a false beep. However, that's not the only cause. Sometimes, while testing components like Semiconductors or capacitors, residual charge or leakage paths within the component can also cause the Meter to falsely detect continuity. In such cases, the beep doesn't necessarily indicate a true short—it could just be the Meter reacting to a small voltage or current still present in the circuit.
View entire post
Answer to: DMM in mA mode causes ~0.6 V drop — normal burden voltage? How can I minimize it?
Theoretical questions
nathan
9 months ago
11 Relevance
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 Meter places a small internal shunt resistor (and often a fuse or protection components) in series with your circuit to sense current, and this resistance causes a voltage drop equal to V=I×Rmeter​. For example, a 0.6 V drop at 60 mA means the Meter adds about 10 Ω in series, which can significantly affect low-voltage circuits by reducing the actual voltage reaching your load. To minimize this, you can use an external low-value shunt resistor and measure the voltage across it with the DMM in voltage mode, then calculate current using I=V/RI = V/RI=V/R. Alternatively, use a dedicated low-burden current sense amplifier or sensor such as the INA219, a DC clamp probe that measures current without inserting resistance, or the Meter’s 10 A input (which usually has much lower internal resistance) if the current is within safe limits. These methods help keep the measurement accurate without disturbing the circuit’s operating voltage.
View entire post
Answer to: Is it safe to use the multimeter’s amp setting on live circuits?
Equipments
cooper
1 year ago
11 Relevance
... of wire—it has very low resistance. If you try to connect it across a live circuit (like you would for voltage), you're basically shorting the power source, and that can result in Blown fuse in the Meter (if you're lucky), Arcs or sparks. So, If you dont WAnt that Always power off the circuit before measuring current. Break the circuit and insert the Meter in series, making sure the probes are in the correct ports—especially the high current port if you're measuring above ~200mA. Once everything's connected, power on the circuit, take your reading, and t ...
View entire post
Answer to: Can i use EN pins for PWM speed control in L298N Motor driver?
Hardware/Schematic
Admin
2 years ago
10 Relevance
Yes, you can hook these pins to the PWM pin on Arduino. The Enable pin on the L298N acts as a gatekeeper for the power supplied to the motor. When the pin is Set HIGH, the motor is enabled and can run. When Set LOW, the motor is disabled and stops. By connecting the Enable pin to a PWM-capable pin on the Arduino and sending a PWM signal, you can control the effective voltage supplied to the motor. This changes the speed of the motor: A higher duty cycle (e.g., 100%) means the Enable pin is HIGH most of the time, allowing full power to the motor and thus full speed.A lower duty cycle (e.g., 50%) means the Enable pin is HIGH only half the time, reducing the average power supplied to the motor and thus reducing the speed. Here's an example that demonstrates how to Set up and control the motor speed connected to A channel: // Define pins const int ENA = 9; // PWM pin for Motor A const int IN1 = 8; // Direction pin 1 for Motor A const int IN2 = 7; // Direction pin 2 for Motor A void Setup() { // Set pin modes pinMode(ENA, OUTPUT); pinMode(IN1, OUTPUT); pinMode(IN2, OUTPUT); } void loop() { // Set motor direction digitalWrite(IN1, HIGH); digitalWrite(IN2, LOW); // Set motor speed using PWM analogWrite(ENA, 127); // 50% duty cycle, half speed delay(2000); // Run for 2 seconds // Change motor speed analogWrite(ENA, 255); // 100% duty cycle, full speed delay(2000); // Run for 2 seconds
View entire post
Multimeter continuity beeps with no contact — false positives?
Equipments
CircuitFlow
1 year ago
3 Relevance
Hi everyone, While checking continuity with my multimeter, I sometimes get beeping sounds even when the probes aren’t actually touching the wires.It seems like a false reading.Could this be due to stray capacitance, interference, or a faulty Meter?
View entire post
Is it safe to use the multimeter’s amp setting on live circuits?
Equipments
techy ishan
1 year ago
3 Relevance
I’ve seen WArnings about using the current (amp) Setting on a multimeter, and I WAnt to be cautious. I understand that to measure current, the Meter has to be placed in series with the load. But I’m unsure about the risks involved when doing this on a live circuit, especially with higher voltages like AC mains or even 12V DC systems with decent current. Is it safe to switch to the amp mode while the circuit is powered?
View entire post
Answer to: What are interrupts in Arduino, and how are they used?
Arduino
Admin
1 year ago
9 Relevance
... to bake a cake. Your loop() function is carefully measuring flour, mixing ingredients, and so on. Now, what if the doorbell rings? Without interrupts (the loop() WAy): You'd have to finish a major step in your recipe (like mixing the batter) and then quickly run to the door to check if anyone is there. If your recipe step takes a long time, your visitor might get impatient and leave. This is called polling – repeatedly checking the state of something. With interrupts: The moment the doorbell rings, you'd immediately pause what you're doing (even if you're ...
View entire post
Answer to: How to Measure Capacitance with a Multimeter?
Equipments
Paul
1 year ago
7 Relevance
... gives inaccurate results. 2. Discharge the capacitor safely: 3. Use a resistor (e.g., 1kΩ, 1W) across the leads. 4. Avoid shorting large electrolytics directly — they can spark or get damaged. 5. Set your multimeter to capacitance mode (⏀). 6. Connect the probes to the capacitor leads. Polarity doesn't matter for film or ceramic caps; for electrolytics, follow Meter instructions. 7. WAit a few seconds for the reading to stabilize — especially for high-value caps. Hope this helps!
View entire post
Answer to: Can measuring current the wrong way damage my multimeter?
Equipments
TechTalks
1 year ago
3 Relevance
Yes, if you measure current like voltage (in parallel), you can short the circuit and blow the multimeter fuse, or worse, damage it. Also, if the probe is left in the current port and you try to measure voltage, it creates a short path and can seriously damage the Meter or the circuit. Always switch the probe back to the voltage port and check your dial Setting before measuring.
View entire post
Answer to: What are some innovative ways to use an HC-SR04 ultrasonic sensor?
Arduino
abhinav sing...
1 year ago
2 Relevance
There are a lot of WAys you can use the HCSR04 Ultrasonic sensor. Try making a gesture-controlled light switch—wave your hand to turn it on! Or build a musical instrument that changes pitch based on how far your hand is. If you WAnt something practical? Try to Set up a smart trash can that opens when you get close, or count how many times you do push-ups with a sensor tracking your chest movement. You could even rotate it on a servo to scan a room like a mini radar. The possibilities are endless.
View entire post
Page 1 / 4 Next

Forum Search

Recent Posts

  • RE: Beginner Arduino Course —Any Recommendations?

    @rahav When I started learning Arduino, I realized that...

    By playwithcircuit , 2 weeks ago

  • Admin

    RE: esp32 diagram connection

    @wmughal What do you want to achieve here exactly?

    By Admin , 4 months ago

  • DIY an RF power meter Based on STM32F103 + MAX4003

    As we all know, Radio frequency (RF) is a very importan...

    By anselbevier , 4 months ago

  • esp32 diagram connection

    i never use esp32 before i get diagram from claude i wa...

    By wmughal , 4 months ago

  • Admin

    RE: Motor driver not working properly

    @noochee Can you please share more details? Circuit dia...

    By Admin , 5 months ago

  • Motor driver not working properly

    I built an obstacle avoiding robotic car using Arduino,...

    By Noochee , 5 months ago

  • Answer to: Bluetooth Speaker won't turn on

    Translator Sorry, this i...

    By servitec , 6 months ago

  • Bluetooth Speaker won't turn on

    I know is not probably the best place for a newbie, the...

    By servitec , 6 months ago

  • Answer to: Why Fluke multimeters are so expensive?

    Totally agree with the points above. In my experience, ...

    By maryjlee , 9 months ago

Share:
Forum Information
Recent Posts
Unread Posts
Tags
  • 9 Forums
  • 278 Topics
  • 744 Posts
  • 1 Online
  • 287 Members
Our newest member: playwithcircuit
Latest Post: Beginner Arduino Course —Any Recommendations?
Forum Icons: Forum contains no unread posts Forum contains unread posts
Topic Icons: Not Replied Replied Active Hot Sticky Unapproved Solved Private Closed

 Powered by wpForo version 3.1.4

© 2026 eT Community • Built with GeneratePress