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 4 / 6 Prev Next
How can I interface an AI camera module with Arduino?
Hardware/Schematic
DIY Electron...
11 months ago
1 Relevance
I’ve seen AI camera modules (like ESP32-CAM, HuskyLens, and OpenMV) that can perform tasks such as face recognition, object tracking, and color detection. I’m curious about how these modules can be interfaced with an Arduino board. Can Arduino Uno or Nano handle direct data processing from these AI modules, or do they just act as a controller? What’s the best WAy to connect them—UART, I2C, or SPI? Are there any limitations when using AI modules with Arduino compared to ESP32 or Raspberry Pi?
View entire post
Answer to: Most used flip-flop in the industry?
Theoretical questions
electronic_G...
1 year ago
1 Relevance
... on the clock edge, which makes them really easy to understand and implement, especially when you're dealing with things like counters, registers, or finite state machines. On the other hand, flip-flops like JK and SR might seem more functional, but they come with added complications. For example, SR flip-flops can go into an invalid state if both inputs are high, and JK flip-flops—though they solve that issue—toggle in a WAy that can be tricky to manage in complex synchronous circuits. T flip-flops are mostly used in counters, but even they are usually ma ...
View entire post
How does a transformer work?
Theoretical questions
abhinav sing...
2 years ago
1 Relevance
I'm new to the electrical field and trying to understand how a transformer works. I've read a lot of material online, but some of it seems overly complex and confusing. Could someone explain the working principle of a transformer in a simple and easy-to-understand WAy?
View entire post
Why is SPI faster than I2C in microcontrollers?
Theoretical questions
Paul
2 years ago
1 Relevance
I understand that both SPI (Serial Peripheral Interface) and I2C (Inter-Integrated Circuit) are commonly used communication protocols in microcontrollers, but I've read that SPI is generally faster than I2C. Could someone explain the key reasons behind SPI's speed advantage? Does it have to do with the WAy data is transmitted, the absence of certain control mechanisms, or other factors? Also, are there specific scenarios where the speed difference between SPI and I2C might not matter as much?
View entire post
Answer to: Suggest some good Arduino books?
Arduino
Deboojit
2 years ago
1 Relevance
The best WAy to begin is by using a starter kit. These kits typically include an Arduino UNO, a selection of sensors, electronic components, and a detailed workbook or online resources with example projects to guide you step-by-step. For me, the book "Getting Started with Arduino" by Massimo Banzi and Michael Shiloh works best.
View entire post
Answer to: How do I interface a 4–20 mA industrial sensor with an Arduino?
Arduino
TechSpark
1 year ago
1 Relevance
... voltage drop resistor. The most widely used value is 250 Ω, because it maps the 4–20 mA current range to exactly 1–5 V, which fits perfectly within the Arduino's 0–5 V analog input range. This WAy, 4 mA gives a 1 V drop, and 20 mA gives a 5 V drop across the resistor. The sensor typically has two wires: one connects to the +24 V power supply, and the other connects to one side of the 250 Ω resistor. The other side of that resistor goes to GND, which must be shared with the Arduino. To measure the voltage, the analog pin is connected to the node between the ...
View entire post
Answer to: Do I really need anti-static precautions when handling ICs?
Theoretical questions
Deboojit
1 year ago
1 Relevance
... The damage might not be immediate or obvious; it often causes latent failures that show up later during operation. Certain types of chips are more sensitive than others—CMOS devices, including many logic ICs and virtually all microcontrollers, are especially vulnerable due to their delicate internal structures. In contrast, older TTL logic chips (like the 74LS series) are somewhat more robust but still not immune. If the IC is already soldered onto a board, the risk is lower because the surrounding circuitry and ground planes can help dissipate any static ...
View entire post
Answer to: What’s the real impact of a broken neutral in a 3-phase 4-wire system?
Theoretical questions
LogicLab
1 year ago
1 Relevance
Yeah, losing the neutral in a 3-phase 4-wire system can cause major issues, especially if the loads aren’t balanced (which they usually aren't in real-world setups like homes or small businesses). What actually happens is this: the neutral point “floats” because there's no solid reference anymore. So instead of each phase staying around 230V, the voltages start to shift depending on the loads on each phase. Light load = lower voltage, heavy load = higher voltage. In the worst cases, one phase might go up to nearly 400V—way more than your appliances are built for. As a result, you'll see major voltage fluctuations in your supply. There are protection relays and devices that can catch this (like a phase failure relay or neutral monitoring), but not every system has them—especially older setups. In short: broken neutral = unpredictable and often destructive voltage swings. A real pain to troubleshoot if you don’t catch it quickly.
View entire post
RE: What exactly is PWM resolution ?
Hardware/Schematic
Sebastian
2 years ago
1 Relevance
Good point by @FullBridgeRectifier . Just to clarify for anyone new to this: when we say “divide by 255 instead of 256,” it’s because we’re looking at the maximum value the PWM can take, not the total count of values. This WAy, your duty cycle calculations always correctly reach 100%.
View entire post
RE: New Pi Pico 2 by Raspberry Pi—What are your opinions?
RPi Pico
nathan
2 years ago
1 Relevance
@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 forget about RISC-V. I don't think any sane person will prefer PICO 1 over PICO 2
View entire post
RE: Maximum current limitation of a digital pin on UNO
Hardware/Schematic
Harper
2 years ago
1 Relevance
@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?
View entire post
RE: Is Arduino still relevant in 2024?
Arduino
Jeffmon
2 years ago
1 Relevance
Hi guys The popularity and ease of use of the IDE dose make it a very good learning tool. There are however several other platforms that are just as versatile. For instance the Microchip family do have excellent IDE and a big plus is the simulator/debugger. This alone makes the Microchip platform a brilliant piece of free software. Back to the Arduino, it will be around for a long while to come. I am not yet fluent in Arduino and the C language but I am working to change that. Happy coding. It is the WAy of the future Jeff Monegal
View entire post
SR Latch Output Unstable with Mechanical Switches?
Theoretical questions
electronicb_...
1 year ago
1 Relevance
... but I’m not sure if that’s the only cause. Do I need to add debouncing components? If so, what’s the best WAy to debounce inputs for an SR latch—hardware (RC filter, Schmitt trigger) or software (if used with a microcontroller)?Also, could stray signals or improper pull-up/pull-down resistors be contributing?
View entire post
Preventing False Triggers in Edge Detection
Theoretical questions
Tech_Toy
1 year ago
1 Relevance
... works in principle, but in real conditions (like with mechanical buttons or noisy signals), the output sometimes glitches or triggers multiple times. What’s the best WAy to make this kind of edge detector more stable and reliable? Should I add filtering, debouncing, or maybe use a Schmitt trigger?
View entire post
Page 4 / 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
  • 1 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