Skip to content
eT Community

eT Community

  • Forums
  • Members
  • Recent Posts
  • Website
Forums
Search
 
Notifications
Clear all

Search result for:  WA 0859 3970 0884 Perkiraan Biaya Pembuatan Pagar Rumah One Way Murah Wonogiri Wonogiri

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

 Sort Search Results by:


Page 3 / 7 Prev Next
# Post Title Result Info Date User Forum
RE: Li-ion vs. Li-Po Batteries: Which One Should I Choose?   3 Relevance 1 year ago abhinav singh Theoretical questions
  @ankunegi Thanks for the breakdown, That really clears up the main differences. I’m leaning toward Li-ion since my project doesn’t need super high discharge rates, and I’d rather have something more stable and long-lasting. That said, I am curious—have any of you used Li-Po in a general electronics project (not RC, drones, or high-power stuff)? Is it worth considering for something like a portable IoT device, or would Li-ion still be the better choice?
Answer to: Li-ion vs. Li-Po Batteries: Which One Should I Choose?   3 Relevance 1 year ago Rashid Theoretical questions
  If you need a battery with better durability, longer lifespan, and stable power delivery, go with Li-ion—ideal for general electronics and low to moderate power applications. If your project requires high discharge rates, lightweight design, or a flexible form factor, Li-Po is the better choice—commonly used in drones, RC vehicles, and high-performance applications. Li-ion is more stable and lasts longer, while Li-Po is more powerful but requires careful handling.
Answer to: What are interrupts in Arduino, and how are they used?   3 Relevance 12 months ago Admin Arduino
  ... 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 ...
RE: Is Arduino still relevant in 2024?   3 Relevance 2 years ago Jeffmon Arduino
  Hi guys "Not cost effective " is a relative term. Yes the Arduino units are bulky and relatively expensive but in some (many) cases they are the only WAy to go. Using a single chip to do what an Arduino unit can do first requires a PCB to be designed and often several will need to be done before the design is ready. Prototypes then need to be made and again many, then components need to be purchased along with the inevitable out of stock lines sometimes requiring a redesign all blow out to often quite large production costs. I know I did this many times. T ...
Answer to: STM32 vs Arduino: Which One is Better?   3 Relevance 2 years ago electronicb_brain Hardware/Schematic
  I think it really depends on the type of projects you're working on. If you're mainly doing simple LED displays, motor control, or basic IoT projects, Arduino boards are perfect. They’re simple and get the job done without much hassle. But if you WAnt to dive into audio processing, real-time data acquisition, or anything that requires heavy computation, STM32 is a beast. I switched over when I started working on a DIY oscilloscope project because I needed faster ADC and more memory.
Why should one buy original Arduino boards and not clones?   3 Relevance 2 years ago TechPulse Arduino
  I’ve never fully understood why people insist on buying original Arduino boards when clones are so easily available at much lower prices. Is there any real issue someone might face if they opt for a clone instead of the original?
RE: STM32 vs Arduino: Which One is Better?   3 Relevance 2 years ago Admin Hardware/Schematic
  @catelectronics It depends. Can you explain the project or application for which you will use the microcontroller?
STM32 vs Arduino: Which One is Better?   3 Relevance 2 years ago catElectronics Hardware/Schematic
  Hi all, I’ve been using Arduino for a while, but recently I heard that STM32 microcontrollers are more powerful than Arduino boards. Now I’m a bit confused about whether I should switch to STM32 or upgrade to other Arduino boards. Can anyone explain the key differences between them to help me choose the best option for my projects? thank you
How do you safely discharge a big capacitor?   2 Relevance 10 months ago techy ishan Theoretical questions
  I’ve been learning about capacitors, and One thing that keeps coming up is that large Ones can still hold a charge even after the circuit is turned off. I don’t WAnt to accidentally shock myself or damage components. What’s the proper and safe WAy to discharge a large capacitor? Do people usually just use a resistor, or is there a specific method or tool that works best?
Answer to: Arduino vs Teensy: Why will anyone choose Uno or Nano?   3 Relevance 12 months ago Admin Arduino
  Spoke like a beginner 😉 Teensy definitely has WAy more power—faster processor, more memory, better I/O—but honestly, most people don’t need all that for basic projects. Uno and Nano are just simple and work straight out of the box. Like if you're just blinking LEDs, reading sensors, or making a small robot, a Nano does the job perfectly. Also, there’s just so much support for Uno and Nano. Almost every beginner tutorial or sensor breakout example online is written for those boards. You plug it in, upload the sketch, and it works. Teensy is awesome ...
RE: Arduino UNO R4 Wi-Fi Project ideas!   2 Relevance 1 year ago Daniel Arduino
  @yvette Thanks for sharing this list! The Weather Station Using Visuino project sounds like a great WAy to dive into IoT and sensor integration. I’ve never used Visuino before....was it easy to get started with? I might give this One a shot since I have some sensors lying around.
RE: Maximum current limitation of a digital pin on UNO   2 Relevance 2 years ago Harper Hardware/Schematic
  @ankunegi I WAnt to control only One motor. Using a driver module is an overkill I guess. Is there a WAy to make it compact? Any other options?
DMM in mA mode causes ~0.6 V drop — normal burden voltage? How can I minimize it?   2 Relevance 9 months ago JannikTechy Theoretical questions
  I’m measuring the current draw of a low-voltage load and noticed my handheld DMM, in mA mode, is dropping about 0.6 V across itself. Is that normal “burden voltage,” and what’s the best WAy to reduce it?
RE: How to identify LED terminals?   2 Relevance 9 months ago Deboojit Theoretical questions
  @sebastian Good explanation! But what if the LED is part of a circuit and cannot be easily removed—what’s the safest WAy to identify the anode and cathode in-circuit?
Page 3 / 7 Prev Next

Forum Search

Recent Posts

  • Admin

    RE: esp32 diagram connection

    @wmughal What do you want to achieve here exactly?

    By Admin , 3 months ago

  • DIY an RF power meter Based on STM32F103 + MAX4003

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

    By anselbevier , 3 months ago

  • esp32 diagram connection

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

    By wmughal , 3 months ago

  • Admin

    RE: Motor driver not working properly

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

    By Admin , 4 months ago

  • Motor driver not working properly

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

    By Noochee , 4 months ago

  • Answer to: Bluetooth Speaker won't turn on

    Translator Sorry, this i...

    By servitec , 5 months ago

  • Bluetooth Speaker won't turn on

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

    By servitec , 5 months ago

  • Answer to: Why Fluke multimeters are so expensive?

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

    By maryjlee , 8 months ago

  • Answer to: Can Raspberry Pi Replace a Home Router or Firewall?

    Yes, it’s definitely possible to turn a Raspberry Pi (e...

    By Divyam , 8 months ago

Share:
Forum Information
Recent Posts
Unread Posts
Tags
  • 9 Forums
  • 274 Topics
  • 739 Posts
  • 4 Online
  • 284 Members
Our newest member: Phillipinwat
Latest Post: esp32 diagram connection
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  Powered by wpForo version 2.4.17

© 2026 eT Community • Built with GeneratePress