Skip to content
eT Community

eT Community

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

Search result for:  WA 0812 2782 5310 Total Biaya Bangun Pagar Ukuran 3 Meter Murah Banyubiru Kab Semarang

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

 Sort Search Results by:


Page 2 / 3 Prev Next
# Post Title Result Info Date User Forum
RE: Pi Pico VS UNO: Which one is best for beginners?   3 Relevance 1 year ago Admin Arduino
  @sophie Fair points! The Pico is definitely a solid option, especially if you’re into Python. That said, I still think the Arduino Uno is easier for Total beginners, just because there’s WAy more support, tutorials, and libraries. If you ever get stuck, chances are someone’s already solved it. Plus, working with C/C++ on Arduino isn’t as scary as it sounds—tons of example codes make it pretty straightforward.
RE: What exactly is PWM resolution ?   3 Relevance 2 years ago Sebastian Hardware/Schematic
  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%.
RE: What exactly is PWM resolution ?   3 Relevance 2 years ago FullBridgeRectifier Hardware/Schematic
  @ankunegi The answer is on point but I think there's a mistake in your calculation. To calculate the duty cycle, we have to divide it by 255(the maximum value) and not 256(The Total no. of steps). For example: A 2-bit PWM signal has 4 possible steps: 0,1,2 and 3 corresponding to 0%, 33.33%, 66.67% and 100% duty cycle. You get this by dividing by 3, not 4. If you divide it by 4, you will get 25%. Which means 0%, 25%, 50% and 75%. See, you are not getting 100% duty cycle in this case.
Answer to: Why Fluke multimeters are so expensive?   3 Relevance 6 months ago maryjlee Equipments
  ... etc. Tough housing, drop-tests, high-CAT safety ratings. High accuracy, true-RMS, stable calibration. Long lifespan, support and WArranty which reduce long-term cost. If you’re replacing a hobby-meter and don’t work in heavy duty applications, yes you might be fine with a cheaper brand. But if you need one tool that you can trust under serious conditions, the extra cost makes sense.
Answer to: How to Locate a Short Circuit on a PCB?   3 Relevance 9 months ago Paul Theoretical questions
  ... the board, lifting one leg of suspected components (like capacitors or diodes) to see if the short clears. Electrolytic caps are a common culprit. Another simple method that’s helped me is the finger test or using a drop of isopropyl alcohol. Power the board with a current-limited supply (set low, so nothing burns), and often the shorted component will heat up faster than the rest. You can sometimes feel it with your finger or WAtch where the alcohol evaporates first. If the short is stubborn, I’ve also followed the divide and conquer approach—cutting tra ...
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.
RE: Is It Safe to Control 15 LEDs Directly from Arduino Pins?   3 Relevance 2 years ago Admin Hardware/Schematic
  1. Yes you can. But then you have to turn ON only one LED at a time. 2. It is simple. If each LED consumes 12mA we get, Total current= 12X15 = 180mA, which is below the maximum rating. Now resistor value = 5V/12mA = 416 ohms.
Answer to: Why Does analogWrite Use a 0-255 Range for PWM?   3 Relevance 2 years ago Sebastian Programming
  To the point answer by Techtalks. Just WAnt to add one important point here: The PWM pins on UNO have an 8-bit resolution. This gives us 256 discrete duty cycles, since 2^8 = 256. Example: 2 bit means 4 possible duty cycles. For PWM, they would be: 0, 33.33%, 66.66%, and 100%. Similarly, 4-bit means 16 duty cycles, and 8-bit means 256 cycles. Now why does the PWM range from 0 to 255 and not 256? Because when you count 0, the Total values from 0 to 255 are 256.
Answer to: what is "Display count" in a multimeter?   3 Relevance 2 years ago Admin Equipments
  ... to 1999. This means that when measuring voltage, current, or resistance, the highest reading you can see is 1999 units before the multimeter switches to a higher range or shows an overflow. Let’s say you are measuring voltage with a 2000-count multimeter. If the setting is on the 2V range, the Meter can show values up to 1.999V. If you measure 2.000V or higher, the multimeter will need to switch to a higher range to display that value, or it may show an error or “overload” indication if it’s beyond its capability. For example, if you try to measure 3V whi ...
How do I choose the right op-amp for audio applications?   3 Relevance 8 months ago Roshan Theoretical questions
  When it comes to audio circuits, I’ve seen many people emphasize the importance of choosing the right op-amp, since it can significantly affect noise, distortion, and overall sound quality. What factors should be considered when selecting an op-amp specifically for audio applications? For example, how important are parameters like slew rate, input noise, bandwidth, or THD+N (Total Harmonic Distortion + Noise)? Are there certain op-amp families that are generally preferred for high-quality audio, and how do they compare to using general-purpose op-amps?
Answer to: What’s the practical limit on daisy-chaining shift registers?   3 Relevance 10 months ago Rahav Theoretical questions
  Daisy-chaining a large number of shift registers, such as the popular 74HC595, is technically possible, but there are practical limitations you need to consider. Each shift register introduces a propagation delay, and as the chain gets longer, these delays accumulate. When chaining around 100 shift registers, the Total propagation delay can become significant, requiring you to slow down the clock frequency considerably to ensure reliable data transfer. High-speed operation becomes nearly impossible at this scale without special measures. Signal integrity is another major concern. Longer chains increase the length of the data and clock lines, which can result in voltage drops, reflections, and noise issues. To maintain clean signals, you will likely need to use buffers or repeaters at certain points in the chain, along with careful PCB layout and proper decoupling. If your design truly requires controlling such a large number of outputs, consider whether a different approach might be more suitable. For example, I²C or SPI GPIO expanders with unique addressing can drastically reduce complexity. Alternatively, you could use multiple smaller chains driven by separate microcontroller pins.
Answer to: Shift Register Cascading Issues   3 Relevance 10 months ago Tech Geek Theoretical questions
  This kind of issue is quite common when cascading multiple 74HC595 shift registers. First, make sure you're shifting out the correct number of bits—8 bits per chip—before pulsing the latch pin. Timing can also be a factor, so try adding a small delay (like delayMicroseconds(1)) after the latch pulse. Signal integrity often becomes a problem as more ICs are added, especially with long wires or breadboards—keep connections short, use 100nF decoupling capacitors near each chip, and consider adding 100Ω series resistors on data and clock lines. Also, check that all chips share a common ground and that your power supply can handle the Total current draw. Lastly, ensure your shiftOut() direction (MSBFIRST or LSBFIRST) matches your wiring. These steps usually solve most inconsistent behavior when chaining multiple 74HC595s.
RE: new to electronics and needing some guidance with a circuit . 555 LED lights   3 Relevance 11 months ago Admin Circuits and Projects
  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.
Need help with Power Supply for 12V 4watt Motor   3 Relevance 1 year ago getta Circuits and Projects
  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!
Answer to: What exactly is PWM resolution ?   3 Relevance 1 year ago catElectronics Hardware/Schematic
  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.
Page 2 / 3 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 , 2 months ago

  • Admin

    RE: Motor driver not working properly

    @noochee Can you please share more details? Circuit dia...

    By Admin , 2 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 , 4 months ago

  • Bluetooth Speaker won't turn on

    I know is not probably the best place for a newbie, the...

    By servitec , 4 months ago

  • Answer to: Why Fluke multimeters are so expensive?

    Totally agree with the points above. In my experience, ...

    By maryjlee , 6 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
  • 263 Topics
  • 713 Posts
  • 1 Online
  • 269 Members
Our newest member: Sergio Rit
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