Skip to content
eT Community

eT Community

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

Search result for:  WA 0821 1305 0400 [[ADEFA]] Jual Geofoam Lightweight Fill Wilayah Way Kanan Lampung

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

 Sort Search Results by:


Page 3 / 6 Prev Next
How do you safely discharge a big capacitor?
Theoretical questions
techy ishan
11 months ago
1 Relevance
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?
View entire post
Answer to: What are interrupts in Arduino, and how are they used?
Arduino
Admin
1 year ago
2 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
RE: Why are there two separate registers in 74HC595?
Circuits and Projects
Rahav
1 year ago
1 Relevance
@ankunegi Thanks for the explanation. But if there is already an output buffer inside the chip, can't we just use it to enable the output? This is what I meant(If there is no storage register): 1. Shifting the data into the shift register first(8 bits- 8 clocks). The buffer is disabled now. 2. Once I am happy with the data, enable the buffer... This WAy I have what I WAnt at the ouput without ever needing an extra register and clock for it.
View entire post
Answer to: new to electronics and needing some guidance with a circuit . 555 LED lights
Circuits and Projects
basilwatson
1 year ago
1 Relevance
@ankunegi Thank you that WAs kind of you, I had connected up the capacitor and tinker cad said "wrong WAy round " so I left them ,,, not knowing what I WAs doing ... Another "similar" circuit I have suggests 440 ohm resistors I will use your suggestion. Once I know the circuit works ..I have a safe point to retreat back to Once again thank you for taking the time to look at the tinkercad sim kind regards Stephen
View entire post
How to connect a GSM module to send SMS alerts?
Arduino
Digital Dyna...
1 year ago
1 Relevance
I’m trying to use a GSM module to send SMS alerts based on certain conditions. What is the correct WAy to power and connect the module, and how do I send an SMS using AT commands? A simple explanation or example would be really helpful.
View entire post
Are there any Arduino-compatible Wi-Fi modules that support 5GHz?
Arduino
Jaden
1 year ago
1 Relevance
I know that most Arduino-compatible Wi-Fi modules, such as the ESP8266 and ESP32, operate on the 2.4GHz frequency. However, is there a WAy to connect such boards to a 5GHz Wi-Fi network? Are there any modules that support 5GHz, or is 2.4GHz the only option? I would like to understand this in detail, so please help me.
View entire post
How to Integrate Amazon Alexa with Arduino Cloud?
Arduino
CircuitSpher...
1 year ago
1 Relevance
Hi everyone, For our school project, we’re building a robotic car that can be controlled using voice commands. We WAnt to integrate Alexa with Arduino IoT Cloud to make this possible but don't know how to set it up. What’s the best WAy to connect Alexa to Arduino IoT Cloud, and what challenges should we be aware of?
View entire post
How can I safely power a BLDC motor from a hard disk drive?
Theoretical questions
Anil_Tech
9 months ago
1 Relevance
I have a brushless DC motor taken from an old hard disk drive and I WAnt to power it safely for testing or small DIY applications. Since these motors are usually designed for specific control circuits, I’m not sure about the correct voltage, current, and driving method. What’s the safest WAy to power and control a hard drive BLDC motor? Should I use a dedicated ESC, a custom driver circuit, or a microcontroller-based solution?Any tips for determining the correct pinout and avoiding damage to the motor would also be helpful.
View entire post
Answer to: How to Reliably Reconnect ESP32/ESP8266 to Wi-Fi Without Rebooting?
ESP32
Neeraj Dev
10 months ago
1 Relevance
This is a very common issue with ESP boards, as a dropped connection won't automatically trigger a new connection attempt unless the logic is specifically handled in your code. The most reliable and efficient WAy to solve this is by using a Wi-Fi event handler. This approach is superior to periodically checking the connection status because it's event-driven. Your code will react immediately to a disconnection event, rather than WAiting for a specific time interval to check if the Wi-Fi is still connected. The event-driven method is more efficient because ...
View entire post
RE: Pi Pico VS UNO: Which one is best for beginners?
Arduino
Admin
1 year ago
1 Relevance
@sophie Fair points! The Pico is definitely a solid option, especially if you’re into Python. That said, I still think the Arduino Uno is easier for total beginners, just because there’s WAy more support, tutorials, and libraries. If you ever get stuck, chances are someone’s already solved it. Plus, working with C/C++ on Arduino isn’t as scary as it sounds—tons of example codes make it pretty straightforward.
View entire post
How to interface stepper motor with Raspberry Pi Pico?
RPi Pico
Harper
1 year ago
1 Relevance
I’ve always used Arduino for stepper motor control, but I recently got a Raspberry Pi Pico and WAnt to try it for the first time. Since the Pico works differently, I’m unsure about the wiring, which driver to use, or how to write the code for smooth operation. What’s the best WAy to control a stepper motor with the Pico, and how does it compare to using an Arduino?
View entire post
How to interface an SD card with Arduino?
Arduino
catElectroni...
1 year ago
1 Relevance
I WAnt to use an SD card with an Arduino to store and retrieve data, but I’m unsure about the wiring and code setup. What’s the best WAy to interface an SD card module with Arduino, and what libraries or considerations should I keep in mind?
View entire post
RE: Arduino UNO R4 Wi-Fi Project ideas!
Arduino
Daniel
2 years ago
1 Relevance
@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.
View entire post
Page 3 / 6 Prev Next

Forum Search

Recent Posts

  • 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

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

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

    By Divyam , 9 months ago

Share:
Forum Information
Recent Posts
Unread Posts
Tags
  • 9 Forums
  • 278 Topics
  • 744 Posts
  • 3 Online
  • 287 Members
Our newest member: playwithcircuit
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 version 3.1.4

© 2026 eT Community • Built with GeneratePress