Skip to content
eT Community

eT Community

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

Search result for:  WA 0821 1305 0400 Support Alat Tes kadar Emas Digital Murah Jombang Jawa Timur [[Tiga Pillar]]

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

 Sort Search Results by:


Page 4 / 7 Prev Next
# Post Title Result Info Date User Forum
Most used flip-flop in the industry?   2 Relevance 11 months ago Alfred Alonso Theoretical questions
  Among all types (D, T, JK, SR), which flip-flop is preferred in practical Digital circuit design? I've read that D flip-flops are most common—why not use JK flip-flops since they offer more functionality?
Difference Between a Latch and a Flip‑Flop?   2 Relevance 11 months ago Tech_Toy Theoretical questions
  While studying basic Digital circuits, I’ve come across both latches and flip‑flops used for storing a single bit. Sources say latches are level‑triggered and flip‑flops are edge‑triggered, but I’m still unclear on what that means in practice. Could someone explain—using beginner‑friendly terms—how their operation differs, where each device is typically used, and any pros or cons that matter in simple designs?
Moore vs Mealy State Machines – Which One Should I Use?   2 Relevance 11 months ago DIY Electronica Theoretical questions
  I’ve been learning about finite state machines and came across Moore and Mealy models. I understand that they both use states and transitions, but I’m a bit confused about how their outputs are handled and when to choose one over the other. Can someone explain the key differences in a practical context, and maybe give some guidance on when it’s better to use Moore vs Mealy in a Digital design?
How to calculate decoupling capacitor values?   2 Relevance 11 months ago techy ishan Theoretical questions
  I’m designing a circuit with a microcontroller and some Digital ICs, and I WAnt to ensure power stability and noise suppression using decoupling capacitors. How do I select the right capacitor value based on the components used?Are there standard values for typical microcontroller circuits, or does it depend on current draw, switching speed, or PCB layout?Since I WAnt to avoid glitches or resets due to power instability, I’d like to understand how to choose these capacitors correctly instead of just following rules of thumb.
Answer to: How to calculate decoupling capacitor values?   3 Relevance 11 months ago Neeraj Dev Theoretical questions
  Decoupling capacitors are essential for stabilizing the power supply and suppressing noise in microcontroller and Digital circuits. A common starting point is placing a 100 nF ceramic capacitor (X7R type recommended) close to the Vcc and GND pins of each IC to handle high-frequency transients. To Support sudden current demands and filter lower-frequency noise, it's also good practice to add a bulk capacitor—typically 1 µF to 10 µF—near the microcontroller or groups of ICs. The exact values depend on several factors, including the switching speed of the ICs, current consumption, and the quality of the PCB layout. Faster ICs may require additional smaller capacitors like 10 nF or 1 nF in parallel with the 100 nF to cover a broader frequency range. High-current circuits may benefit from larger bulk capacitors up to 47 µF. Proper placement is critical—capacitors should be located as close as possible to the power pins, with short, direct traces. Using a mix of capacitor values in parallel helps improve overall decoupling performance. While 100 nF is a solid default, evaluating layout and load conditions can help you fine-tune your choices for a more robust and reliable design.
Answer to: Good circuit simulation softwares- Any suggestions?   3 Relevance 12 months ago Neil_Overtorn Softwares
  I can share my personal favorite, which is Proteus. It’s great because it Supports both analog and Digital circuits and has built-in Support for Arduino simulation. I’ve used it quite a bit for embedded system projects, and being able to upload real Arduino code (hex files or even source) and see how the microcontroller interacts with the rest of the circuit is incredibly helpful. The interface is fairly user-friendly once you get the hang of it, and the component library is extensive. What I also like is that it includes PCB layout capabilities, so you can go from simulation to PCB design in the same environment. It’s a paid tool, but they offer student versions or lower-cost licenses that are perfect if you’re not working on commercial-scale projects. If you're looking for something free, Tinkercad Circuits is another solid option for beginners. It Supports Arduino quite well and is completely browser-based, though it's not as advanced for analog simulation or PCB design.
Answer to: How do you design a PCB for high-frequency circuits?   3 Relevance 12 months ago LogicLab Theoretical questions
  You're absolutely right—when moving into high-frequency PCB design (in the MHz to GHz range), layout becomes critical for ensuring signal integrity and performance. At these frequencies, traces behave like transmission lines, so maintaining controlled impedance is essential. For most RF applications, a 50-ohm microstrip or stripline trace is standard, and you’ll need to calculate trace width based on your PCB stack-up, dielectric material, and copper thickness. Trace layout should avoid right-angle bends, use 45° angles or curves, and keep high-speed traces as short and direct as possible. Differential signals (like USB or LVDS) require matched trace lengths and consistent spacing to maintain impedance and minimize skew. The PCB stack-up plays a huge role in high-frequency performance. It's best to place signal layers adjacent to solid ground planes to provide a continuous return path and minimize loop area, which helps reduce EMI. A 4-layer or higher board with dedicated power and ground planes is generally recommended. When choosing a stack-up, consult your PCB fabricator to ensure the dielectric thicknesses and materials Support your impedance requirements. Common mistakes in high-speed PCB design include failing to provide a solid ground reference under signal traces, using excessive or poorly placed vias that introduce unwanted inductance, and improperly terminating high-speed lines, which can result in reflections and ringing. Power integrity is also crucial—decoupling capacitors should be placed close to power pins, and using a mix of values helps cover a wider frequency range. Lastly, improper grounding between analog and Digital sections can lead to noise coupling, so careful partitioning or single-point grounding is advised. With proper attention to these details and the use of simulation tools, designing high-frequency PCBs becomes much more manageable and repeatable.
Answer to: Most used flip-flop in the industry?   3 Relevance 10 months ago electronic_God Theoretical questions
  ... 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 ...
Answer to: Logic Analyzer vs Oscilloscope?   2 Relevance 11 months ago Tech Geek Equipments
  I often rely on an oscilloscope to see whether a signal is working as expected or to figure out its exact behavior. Since not all signals are Digital, a logic analyzer isn’t always the right tool. The oscilloscope is especially useful when you're unsure about a signal’s timing. By viewing it on the scope first, you can determine the correct settings and then use a logic analyzer more effectively if needed.
How to Measure Capacitance with a Multimeter?   2 Relevance 12 months ago Techyguy Equipments
  I have a Digital multimeter that includes a capacitance measuring mode, but I'm not exactly sure how to use it properly. Do I need to discharge the capacitor first? Also, are there any tips for getting accurate readings or avoiding mistakes when measuring capacitors with a multimeter?
What is signal sampling in ADC?   2 Relevance 1 year ago NextGenTech Theoretical questions
  I know ADCs convert analog signals to Digital, but what exactly is signal sampling? How does the sampling rate affect accuracy, resolution, and signal integrity? What problems can occur if it's too high or too low?
Answer to: Suggestions for Good ATtiny85 Projects   3 Relevance 1 year ago Admin Circuits and Projects
  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.
Good circuit simulation softwares- Any suggestions?   2 Relevance 2 years ago TechSpark Softwares
  Hello everyone, Can anyone suggest some circuit simulation software that Supports both analog and Digital circuits or even better, Supports Arduino? I’m looking for options that are easy to use, offer a wide range of components, and possibly include PCB integration. Both free and paid versions are fine(not too costly though). Any suggestions or experiences with using such software would be greatly appreciated.
Answer to: Pull-Up and Pull-Down Resistors in Arduino   3 Relevance 2 years ago Admin Hardware/Schematic
  Imagine you have a button connected to your Arduino. You WAnt the Arduino to know when the button is pressed or not. Without a pull-up or pull-down resistor, when the button is not pressed, the input pin might randomly read HIGH or LOW because it’s floating—picking up noise from the environment. This makes it hard for the Arduino to know if the button is actually pressed or not. What Does "Pull-Up" and "Pull-Down" Mean?Pull-Up Resistor: It "pulls" the input pin to a HIGH state(like ON). To use it, simply connect a big value resistor(say 10K ohm) in series w ...
Page 4 / 7 Prev Next

Forum Search

Recent Posts

  • Admin

    RE: esp32 diagram connection

    @wmughal What do you want to achieve here exactly?

    By Admin , 2 months ago

  • DIY an RF power meter Based on STM32F103 + MAX4003

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

    By anselbevier , 2 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 , 3 months ago

  • Motor driver not working properly

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

    By Noochee , 3 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 , 7 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 , 7 months ago

Share:
Forum Information
Recent Posts
Unread Posts
Tags
  • 9 Forums
  • 267 Topics
  • 724 Posts
  • 3 Online
  • 278 Members
Our newest member: VriplopLog
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