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 [[Pandawa Konstruksi]] Harga Membuat Gudang Storage Murah Surakarta

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

 Sort Search Results by:


Answer to: Difference between EEPROM and Flash?
Hardware/Schematic
Paul
10 months ago
3 Relevance
EEPROM and Flash are both non-volatile memories built from floating‑gate transistors, but they differ mainly in write/erase granularity. EEPROM lets you update individual bytes (it internally erases just that byte), giving higher endurance and making it ideal for small, frequently changed settings. Flash must erase larger blocks/sectors and program in pages (you typically erase a whole sector before changing any byte), which makes it cheaper per bit and faster for bulk Storage like firmware and large data.
View entire post
Answer to: Do I really need anti-static precautions when handling ICs?
Theoretical questions
Anju
12 months ago
3 Relevance
Yes, you do. Static electricity, even in amounts you can't feel, can permanently damage or destroy sensitive ICs. Many components, especially CMOS-based ICs, have extremely low ESD (Electrostatic Discharge) tolerance — sometimes as low as 100 volts, while a static discharge from your finger can exceed 3,000 volts. Damage isn't always immediate; latent defects caused by ESD can reduce the lifespan or cause intermittent failures later. Taking anti-static precautions like using a grounded wrist strap, anti-static mat, and proper Storage methods is essential to prevent both immediate and future component failure.
View entire post
RE: Why are there two separate registers in 74HC595?
Circuits and Projects
Rahav
1 year ago
3 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: Why are there two separate registers in 74HC595?
Circuits and Projects
Admin
1 year ago
18 Relevance
Let me break this down step by step: The 74HC595 shift register works in three key stages/phases: Shift Register (SRCLK-controlled)This is made up of 8 flip-flops connected in series, forming an 8-bit shift register. As each clock pulse is applied to SRCLK, the data on the SER (serial input) pin is shifted through these flip-flops one bit at a time. Storage Register (RCLK-controlled)These are another set of 8 flip-flops, but unlike the shift register, they are not cascaded. Instead, each one takes input from its corresponding flip-flop in the shift register. When a rising edge is applied to RCLK, all 8 bits from the shift register are latched into the Storage register simultaneously. Tri-state Output Buffers (OE-controlled)Each output pin is connected to a tri-state buffer. These buffers control whether the output pins are actively driving the stored values or are in a high-impedance (disabled) state. This is controlled by the OE (Output Enable) pin. How is data flowing? After 8 SRCLK pulses, the serial data has fully shifted through the shift register and is now present at the inputs of the Storage register. A single RCLK pulse latches all 8 bits into the Storage register. If the output enable (OE) is active (typically low), the latched data is made available on the Q0–Q7 output pins. Now, to answer your question, what is the need for a separate 'storage register'? Without it, the outputs would directly reflect the shifting process — meaning the output pins would change with every SRCLK pulse as data moves through the shift register. This would result in unintended flickering or unstable outputs while new data is being loaded. The Storage register acts as a buffer, holding the previous stable output until you're ready to update it. Only when RCLK is triggered does the new data get transferred all at once to the output pins — ensuring clean, controlled updates.
View entire post
Why are there two separate registers in 74HC595?
Circuits and Projects
Rahav
1 year ago
6 Relevance
Hi,I WAs trying to understand the working of the 74HC595 Shift register, so I opened its datasheet.It has two registers(one called shift and the other one Storage). But I am confused.. why do you need an extra Storage register? What's the purpose of the register? How these two registers are working together to shift the O/P? Attachment :  Block-diagram-of-74HC595-Shift-register.png
View entire post
RE: Why Place Decoupling Caps Near ICs?
Theoretical questions
xecor
10 months ago
3 Relevance
@electronic_god The 0.1 µF decoupling capacitor placed near an IC’s power pin serves to provide immediate energy and absorb high-frequency noise when the chip’s current demand suddenly changes. When an IC switches states, it draws a short burst of current. If that current must travel from a distant power source through long PCB traces, the inductance and resistance of those traces cause a brief voltage drop, leading to supply fluctuations or even logic errors. A small capacitor located right beside the power pin can release charge within nanoseconds, keeping the voltage stable. If the capacitor is placed farther away, the trace inductance increases significantly, and the capacitor becomes ineffective at high frequencies. In practical design, a 0.1 µF capacitor is typically used to handle high-frequency transients and switching noise, while larger capacitors such as 1 µF or 10 µF address lower-frequency voltage variations and stabilize the overall supply. Usually, each IC power pin has its own 0.1 µF ceramic capacitor to shunt high-frequency disturbances; an additional 1 µF or 4.7 µF ceramic capacitor is placed nearby to handle mid-frequency energy needs; and a larger 10 µF to 100 µF tantalum or electrolytic capacitor is located at the power input or voltage regulator output to serve as bulk energy Storage for low-frequency stability. The decoupling capacitor should be placed as close as possible to both the power and ground pins of the IC, with traces kept short and wide, preferably connected directly to the power and ground planes to minimize loop area and parasitic inductance. Ceramic capacitors, especially those with X7R or X5R dielectric, are ideal for this purpose because they offer low equivalent series inductance (ESL) and low equivalent series resistance (ESR), allowing fast current response. In summary, the location of the 0.1 µF capacitor determines whether it can respond effectively to transient events, while the combination of different capacitor values defines the frequency range the decoupling network can handle. Small capacitors react quickly to high-frequency noise, and larger ones maintain steady voltage over longer timescales. Together, they ensure the IC’s power supply remains clean, stable, and reliable. Attachment :  4.png
View entire post
Answer to: Why are there two separate registers in 74HC595?
Circuits and Projects
xecor
1 year ago
12 Relevance
... the shifting process, preventing intermediate or flickering states. How it works: The Shift Register receives data serially through the DS (Data Input) pin. With every rising edge of the SHCP (Shift Clock), the input bit is shifted into the register, moving the existing bits to the right. After 8 bits are loaded, the data is stored inside the shift register — but it’s not yet output. That’s where the Storage Register comes in. This second register controls the actual output on the Q0 to Q7 pins. When a rising edge is applied to the STCP (Storage Clock o ...
View entire post
Answer to: How does capacitor ESR affect decoupling performance?
Theoretical questions
Amelia
10 months ago
3 Relevance
ESR (Equivalent Series Resistance) plays a big role in how effective a decoupling capacitor is. Low ESR capacitors, like ceramics, are great at handling high-frequency noise and fast transients, which is why they’re used near IC power pins. However, ultra-low ESR isn’t always ideal—some regulators actually require a certain ESR range for stability, and higher ESR capacitors (like electrolytics) can help by damping resonances and providing bulk decoupling at lower frequencies. The best practice is to use a mix: low ESR ceramics for high-frequency suppression, and higher ESR electrolytics or tantalums for bulk energy Storage and damping, while always checking the regulator’s ESR requirements in its datasheet.
View entire post
DIY an RF power meter Based on STM32F103 + MAX4003
Hardware/Schematic
anselbevier
4 months ago
3 Relevance
... for beginners who are new to RF like me, and even the cheapest RF power meters cost hundreds of RMB. For electronics enthusiasts who follow the principle of "spend when you should, save when you can", DIYing an RF power meter is a great alternative. The first step WAs to define the functions and design the hardware circuit. To test RF power, a chip called a detector is required. I had not found a suitable option for a long time as it WAs my first time working with an RF detector, until I saw the power detection module on the E25-C test baseboard, which use ...
View entire post
Answer to: How is the job market for Electrical and Electronics Engineering graduates in the future?
Theoretical questions
Sebastian
11 months ago
3 Relevance
Electrical and Electronics Engineering (EEE) continues to offer solid career opportunities, though the nature of jobs is shifting with technology trends. Traditional industries like power generation, electrical utilities, and manufacturing still employ many EEE graduates, but the biggest growth areas are now in renewable energy, electric vehicles, IoT, automation, and semiconductors. For example, governments and companies are investing heavily in semiconductor design and electronics manufacturing, which is creating strong demand for engineers with VLSI, embedded systems, and hardware design skills. Similarly, the EV sector is growing quickly, opening up roles in motor control, battery management, and power electronics. Renewable energy and smart grid projects also need skilled engineers for integration, control systems, and energy Storage solutions. Arduino, IoT, and automation skills are increasingly valued, as industries move toward Industry 4.0 and smart manufacturing. Compared to IT/software jobs, core engineering salaries can sometimes start lower, but with specialization in areas like VLSI, embedded design, or power systems, EEE graduates often find higher-paying roles and more stable long-term opportunities.
View entire post
Answer to: What is signal sampling in ADC?
Theoretical questions
Rashid
1 year ago
3 Relevance
Signal sampling is the process of measuring an analog signal at regular intervals so it can be converted into digital form by an ADC (Analog-to-Digital Converter). The sampling rate is the number of samples taken per second, usually measured in Hertz (Hz). A proper sampling rate is essential for accurately capturing the original signal. If the sampling rate is too low, the ADC may miss important changes in the signal, leading to aliasing, where the digital representation becomes distorted or misleading. On the other hand, if the sampling rate is too high, it creates excessive data, which can strain memory, processing power, and Storage without adding useful detail. Resolution, determined by the ADC’s bit depth, defines how precisely each sample represents the signal’s voltage level. However, even high-resolution data won’t help without a good sampling rate. As a general rule, sample at least twice the highest frequency in the analog signal (Nyquist rate) to ensure accuracy.
View entire post
Answer to: What is EEPROM in Arduino and how to use it?
Hardware/Schematic
Sebastian
2 years ago
3 Relevance
EEPROM (Electrically Erasable Programmable Read-Only Memory) allows you to store data even after the board is powered off. It's non-volatile. This makes it useful for storing things like settings, calibration values, or any data you WAnt to retain. Let's understand the different memory types in Arduino: SRAM: Works as temporary Storage while the program is running. Data in SRAM is lost when the power is turned off. Flash Memory: The Arduino stores your program code here. Like EEPROM, flash memory is non-volatile, but you can't store or retrieve any data d ...
View entire post
Answer to: Can I connect a camera to Arduino UNO?
Hardware/Schematic
Admin
2 years ago
3 Relevance
Connecting a camera directly to an Arduino UNO is challenging due to its limited processing power, memory, and data transfer capabilities. It is not well-suited for handling image or video data, as it lacks the necessary resources to process large amounts of data efficiently. However, there are a few camera modules that can be used for basic image capturing, although the functionality will be quite limited. Also, its very difficult to interface them with UNO. The two camera modules supported by UNO, as far as I know, are: OV7670 Camera Module: Limited to very low resolutions (640X480 px maximum). The Arduino UNO's limited SRAM (2 KB) restricts the ability to capture and store high-resolution images. ArduCAM Mini: Designed specifically for low-power microcontrollers like the Arduino but is very costly. These modules come with built-in memory (FIFO buffer) that allows the Arduino to offload some of the image data Storage and processing to the camera itself.
View entire post

Forum Search

Recent Posts

  • RE: Beginner Arduino Course —Any Recommendations?

    @rahav When I started learning Arduino, I realized that...

    By playwithcircuit , 3 weeks ago

  • 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 , 5 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

Share:
Forum Information
Recent Posts
Unread Posts
Tags
  • 9 Forums
  • 280 Topics
  • 747 Posts
  • 2 Online
  • 291 Members
Our newest member: Lewisanger
Latest Post: Beginner Arduino Course —Any Recommendations?
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