Skip to content
eT Community

eT Community

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

Search result for:  WA 0859 3970 0884 [[Hatiga Konstruksi]] Biaya Jasa Cat Rumah Total Karanggede Boyolali

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

 Sort Search Results by:


Page 2 / 2 Prev
RE: new to electronics and needing some guidance with a circuit . 555 LED lights
Circuits and Projects
Admin
1 year ago
3 Relevance
Hi! I checked the circuit on TinkerCad. There were some mistakes, like wrong capacitor connection and value. Here's the edited one: A couple of points worth mentioning here: 1. On running the simulation, TinkerCad shows too much current drawn from the IC and may damage it. 2. This is true if you are running it continuously. In this case, all LEDs are ON at the same time for a very small duration, so it somehow works. 3. Still, not a good idea in the long run. I will suggest: 1. Use a 220-ohm resistor instead of 100. And connect two LEDs per pin to only one resistor. Meaning a Total of 8 resistors for an 8-pin. This will reduce the overall current draw from the IC and per pin as well. 2. Better use 330 ohm..but not that it will reduce the brightness of the LEDs further.
View entire post
Need help with Power Supply for 12V 4watt Motor
Circuits and Projects
getta
2 years ago
3 Relevance
Hi there, I am a Total noob with electronics so figured I'd ask here for some help. I just bought a synchronous motor and need to power it. The motor is 12 volt AC 4 WAtt 50Hz. Can someone point me to what outlet and inverter (if necessary) is needed to power this motor, whether it be an outlet or battery powered? Here is a link to the motor I am using. Thank you for any help you can provide!
View entire post
Answer to: What exactly is PWM resolution ?
Hardware/Schematic
catElectroni...
2 years ago
3 Relevance
To put this PWM resolution concept into a practical context: If you’re dimming an LED with an Arduino UNO’s 8-bit PWM, you might see noticeable brightness steps when changing the duty cycle. This is because each step is about 0.4% of the Total brightness. With the ESP32’s 16-bit PWM, each step is only 0.0015%, so the LED brightness change is much smoother and almost imperceptible. This is crucial if you’re working on projects that require precise control, like mood lighting or audio signal modulation. But keep in mind, that the lower frequency at higher resolutions might introduce visible flicker in LEDs, so you’ll need to find a balance between resolution and frequency depending on your application.
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: How Does an Ultrasonic Sensor Like HC-SR04 Measure Distance?
Theoretical questions
Alfred Alons...
2 years ago
3 Relevance
... ultrasonic WAves propagate through the air until they hit an object, and when the WAves encounter an object, they reflect back towards the sensor. Immediately after the sensor transmit the signal, the Echo pin goes high. This signifies the start of the sensor's listening period. The sensor now awaits the return of the reflected ultrasonic WAve. If an object is within range, the receiving signal will be detected, causing the Echo pin to transition from high to low. The duration the Echo pin remains high corresponds to the Total time taken for the ultrasoni ...
View entire post
RE: Is Arduino still relevant in 2024?
Arduino
Jeffmon
2 years ago
3 Relevance
... charger that I WAs recently involved in ran into over $23,000. The unit used a PIC Microcontroller and could charge 4 batteries of all construction types. 70% of this charge WAs in the 9 prototypes that were required. The PCB engineer and the software engineer put in many, many hours. Have you seen the dollars amount an engineer commands these days? My job WAs simple. I designed the power switching interface between the Microcontroller and the battery. An Arduino MEGA would have made this task much cheaper but we are aligned with Microchip and are ther ...
View entire post
Answer to: Need help with the working of this circuit
Circuits and Projects
mertozkan
2 years ago
3 Relevance
@nathan This circuit diagram is for a simple LED flashlight controlled by a push button switch. Here's how it works: 1. Power Supply: The circuit is powered by two 3V batteries connected in series, providing a Total of 6V. 2. Switch: When you press the button ("Push ON"), it completes the circuit, allowing current to flow. 3. Capacitor and Diode: - The 100u capacitor is used to smooth out any voltage fluctuations, acting as a buffer to provide a steady voltage to the LED. - The 1N4148 diode prevents current from flowing back into the capacitor, ensuring that the capacitor discharges only towards the LED. 4. Resistor (100k): This resistor limits the base current going into the transistor. It ensures that the transistor is not damaged by excessive current and controls the transistor's switching action. 5. Transistor (BC547): This acts as a switch. When current flows through the 100k resistor to the transistor's base, it allows a larger current to flow from the collector to the emitter of the transistor, powering the LED. 6. LED: The "Super-bright White LED" lights up when the transistor conducts. LEDs are diodes that emit light when current flows through them in the correct direction, as indicated by the arrow in the symbol. 7. Resistor (15R): This 15-ohm resistor is connected in series with the LED to limit the current flowing through the LED, protecting it from burning out by excessive current. In summary, when the push button is pressed, it completes the circuit allowing current to flow. The current passes through the 100k resistor to the transistor's base, turning it on. This allows a larger current to flow through the transistor to the LED, lighting it up. The resistor in series with the LED ensures that only a safe amount of current flows through the LED. The diode and capacitor work together to manage the voltage and current supplied to the LED for steady operation.
View entire post
Page 2 / 2 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
  • 0 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.2

© 2026 eT Community • Built with GeneratePress