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 Paket Pembuatan Pintu Garasi Low Budget Terpercaya Sukodono Sragen

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

 Sort Search Results by:


Page 7 / 7 Prev
Answer to: NPN vs. PNP: What's the difference?
Theoretical questions
Neil_Overtor...
1 year ago
1 Relevance
When using transistors as switches in Arduino projects, many beginners wonder why both NPN and PNP types are used. Can’t one just be connected in reverse? The answer is no—NPN and PNP transistors work differently due to their internal structure. An NPN transistor turns on when the base is more positive than the emitter, allowing current to flow from collector to emitter. A PNP transistor, on the other hand, turns on when the base is more negative than the emitter, and current flows from emitter to collector. NPNs are ideal for Low-side switching, where the transistor connects the load to ground. This setup works well with microcontrollers, which provide a positive signal to turn the transistor on. PNPs are used for high-side switching, where the transistor connects the load to the positive supply. However, this often requires pulling the base voltage below ground, which can be difficult with 5V or 3.3V logic. Because of these differences, both types of transistors are useful depending on the circuit's requirements. NPNs are generally more common in Arduino applications due to their simplicity and compatibility with microcontroller logic levels.
View entire post
Answer to: What are the benefits of using DMA in microcontrollers?
Theoretical questions
TechPulse
1 year ago
1 Relevance
... UARTs, and SPIs to transfer data directly to or from memory without involving the CPU for each byte or word. This frees up the CPU to perform other tasks or enter Low-power modes. Increased Data Throughput:Since DMA can handle data transfers independently and in the background, it enables higher throughput, especially in applications requiring fast or continuous data streaming (e.g., audio processing, image capture, or high-speed communication). Reduced Latency:Unlike polling (which WAstes cycles checking flags) or interrupt-based methods (which incur ...
View entire post
Answer to: Why is grounding important in electronics?
Theoretical questions
Admin
1 year ago
1 Relevance
I feel like you are referring to Earthing(in Electrical systems) but got confused between Earthing and Grounding. Let me explain: Grounding in electronics provides a common return path for the current. Without a proper ground reference, your circuit just won’t function reliably. Even a simple LED needs a return path to complete the loop. And it’s not just a good design habit, it’s a foundational principle for how circuits work. In digital and analog systems, ground acts as a voltage reference point. For instance, when you say a signal is 5V, it means 5V above ground. Earthing (also called grounding in some countries) in an electrical system means physically connecting certain parts of the electrical installation—like the metal frames of appliances to the Earth using a Low-resistance wire. If a fault occurs and a live wire touches a metal body (like your fridge), earthing provides a direct path to the ground. This causes a large current to flow, which trips the breaker or blows a fuse—disconnecting the supply quickly and protecting people from electric shock. But here's a thing: Your Electrical system/appliances will still work without earthing, but it is very risky. So in conclusion, grounding in electronics is very different from Earthing in an Electrical system.
View entire post
Answer to: RS232 vs. UART – What’s the difference?
Arduino
Rashid
1 year ago
1 Relevance
The following points highlight the major differences between UART and RS-232: UART (Universal Asynchronous Receiver-Transmitter) is a hardware module responsible for serial communication, whereas RS-232 is a communication standard that defines voltage levels and signaling for serial data exchange. UART operates at TTL logic levels, typically 0V for Low and 3.3V or 5V for HIGH, while RS-232 uses higher voltage levels, ranging from ±3V to ±15V. UART manages data framing with start and stop bits, whereas RS-232 does not define framing but specifies the physical layer, including connectors and wiring. Since RS-232 operates at different voltage levels, a level shifter like MAX232 is required to interface RS-232 signals with UART-based TTL logic devices.
View entire post
Answer to: Multiple LEDs using fewer Pins- how to expand Arduino GPIO pins?
Arduino
Admin
1 year ago
1 Relevance
... shift register, and you can daisy-chain multiple registers to control even more LEDs. This is a great solution if you need simple on/off control for your LEDs. Multiplexing – If you don’t need all LEDs to be on simultaneously, you can use a multiplexing approach. This involves arranging LEDs in a matrix where rows and columns are controlled separately, significantly reducing the number of GPIOs needed. However, since LEDs are turned on one at a time in rapid succession, brightness might be affected unless you use high-speed switching. LED Driver ICs (e.g. ...
View entire post
Answer to: What is bandwidth in oscilloscope?
Equipments
Rashid
1 year ago
1 Relevance
... few key points below: Signal Accuracy: If your oscilloscope's bandwidth is too Low, it will attenuate (weaken) higher-frequency components, distorting the signal shape. Capturing Fast Transients: Digital signals (like square WAves) contain high-frequency harmonics. Insufficient bandwidth causes edges to round off, making it hard to analyze fast transitions. Noise and Spikes: A higher-bandwidth scope can reveal high-frequency noise, while a Lower-bandwidth scope might filter it out. A general rule is to select an oscilloscope with a bandwidth at least 5 ...
View entire post
Answer to: What is a Schmitt trigger, and how it works?
Theoretical questions
TechTalks
2 years ago
1 Relevance
A Schmitt Trigger turns any noisy or irregular signal into a clean square WAve by using two voltage thresholds: Rising Signal: When the input goes above the upper threshold, the output switches to HIGH. Falling Signal: When the input drops below the Lower threshold, the output switches to Low. Hysteresis: The gap between the two thresholds prevents the output from flipping back and forth due to small changes or noise. It uses positive feedback to ensure smooth and stable transitions. Think of it as a circuit that "cleans up" signals for reliable digital p ...
View entire post
Answer to: Suggestions for Good ATtiny85 Projects
Circuits and Projects
Admin
2 years ago
1 Relevance
Here are 15 amazing project ideas you can create using the ATtiny85 microcontroller: LED Matrix AnimationProgram an LED matrix to display scrolling text or animations using the ATtiny85. Miniature Digital ThermometerBuild a small thermometer using a temperature sensor like LM35 or DS18B20 and display the data on a tiny OLED screen. IR Remote Control SystemDecode signals from an IR remote to control LEDs, fans, or other appliances. Sound Reactive LightsCreate an audio visualizer where LEDs blink in response to sound or music using a microphone module. Capacitive Touch SwitchMake a touch-sensitive button using a conductive surface and the ATtiny85, perfect for smart home switches. Portable Motion DetectorUse a PIR sensor to build a portable motion detection alarm system for security purposes. USB Volume ControllerTurn your ATtiny85 into a USB HID device to control your computer’s volume with a rotary encoder. Tiny Weather StationMeasure temperature and humidity with sensors like DHT11/DHT22 and display the readings on an OLED. Ultrasonic Distance MeterUse an ultrasonic sensor to measure distances and display them on a small display. Blinking Bicycle LightCreate a small, energy-efficient blinking tail light for a bicycle, powered by a coin cell battery. Minimalist USB Game ControllerBuild a simple game controller for retro-style games with buttons connected to the ATtiny85. PWM Fan Speed ControllerControl the speed of a DC fan using pulse-width modulation and a temperature sensor for feedback. ATtiny85 Robot BrainPower a small robot with an ATtiny85, controlling motors and sensors for basic navigation. Night Light with Light SensorCreate an automatic night light that turns on in Low-light conditions using an LDR and LEDs. Tiny Digital StopwatchDesign a simple stopwatch with start, stop, and reset functions using push buttons and an OLED display. These projects highlight the versatility of the ATtiny85 and can help you learn more about electronics, programming, and sensors. This site is hands down the best for projects related to ATtiny85. So, definitely check it out.
View entire post
Answer to: Logic Analyzer vs Oscilloscope?
Equipments
TechPulse
2 years ago
1 Relevance
... it only displays high/low states and lacks the ability to show WAveform details. An oscilloscope, on the other hand, excels in visualizing analog and digital WAveforms, providing critical insights into signal integrity, voltage levels, noise, and rise/fall times. It is essential for debugging analog components and mixed-signal systems but typically supports fewer channels. While logic analyzers are better for multi-line digital analysis, oscilloscopes are necessary for understanding WAveform details and ensuring signal quality. Both tools complement ea ...
View entire post
Answer to: What is the function of a flyback diode in relay circuits?
Theoretical questions
Amelia
2 years ago
1 Relevance
A diode across a relay coil is necessary to protect the control circuit from voltage spikes caused by the collapsing magnetic field when the relay is turned off. This spike, also known as back-EMF, can damage sensitive components like transistors or microcontroller outputs. In most cases, including the diode (a flyback or freewheeling diode) is essential, especially in Low-voltage control circuits. The diode provides a safe path for the current, dissipating the energy harmlessly. However, in some situations, such as when the relay is controlled by a robust circuit or a mechanical switch, the diode might not be strictly necessary. Additionally, if the circuit already includes another protection mechanism, like a TVS diode or RC snubber, the standard flyback diode might be omitted. That said, including the diode is generally a good practice to ensure circuit longevity and reliability.
View entire post
Page 7 / 7 Prev

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
  • 2 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