Notifications
Clear all
Search result for: WA 0812 2782 5310 Interior Desain Rumah Type 60 Lebar 6 Meter Daerah Mlati Sleman
| # | Post Title | Result Info | Date | User | Forum |
| Can I use Analog pins as digital output pin? | 3 Relevance | 8 months ago | Rahav | Programming | |
| Is it possible to use analog pins as digital output? If yes, how to do this? I mean what command should I Type? | |||||
| How can I build a basic RC car using Arduino? | 3 Relevance | 11 months ago | PCBChronicles | Arduino | |
| I WAnt to create a simple RC car using Arduino and need some guidance on the necessary components and setup. The plan is to control the car wirelessly but am unsure whether Bluetooth, RF, or Wi-Fi would be the best option. Additionally, I would like to know which Arduino board would be most suitable for this project and what Type of motor driver should be used to control the DC motors. If there are any recommended libraries, circuit diagrams, or example codes to help get started, I would appreciate any suggestions. | |||||
| Answer to: Why hasn't Arduino added a USB-C port to the UNO R3? | 5 Relevance | 2 years ago | Tech Geek | Hardware/Schematic | |
| ... Additionally, USB-C connectors and cables are generally more expensive than USB Type-B, especially in large quantities. This could increase the production costs of Arduino boards, potentially making them less affordable for hobbyists and students. When the Uno R3 WAs released, USB-C WAs either just emerging or not widely adopted, so using it wouldn't have been practical at the time. However, it's worth noting that the latest Arduino Uno R4 does include a USB-C port, showing that Arduino is gradually moving towards newer standards where it makes sense. | |||||
| Answer to: STM32 vs Arduino: Which One is Better? | 3 Relevance | 1 year ago | electronicb_brain | Hardware/Schematic | |
| I think it really depends on the Type of projects you're working on. If you're mainly doing simple LED displays, motor control, or basic IoT projects, Arduino boards are perfect. They’re simple and get the job done without much hassle. But if you WAnt to dive into audio processing, real-time data acquisition, or anything that requires heavy computation, STM32 is a beast. I switched over when I started working on a DIY oscilloscope project because I needed faster ADC and more memory. | |||||
| Difference between active and passive buzzer and how to identify them? | 3 Relevance | 1 year ago | Paul | Theoretical questions | |
| I'm working on a project based on a tank WAter level control system. I need to include a buzzer for sound alerts, but I know nothing about buzzers. I've come across active and passive buzzers, but I'm not sure which one would be the best choice for this project. Can anyone provide information on which would be more suitable, the key differences between active and passive buzzers, and how to identify each Type? | |||||
| Why hasn't Arduino added a USB-C port to the UNO R3? | 3 Relevance | 2 years ago | Yvette | Hardware/Schematic | |
| Hello everyone, Arduino still uses USB Type-B instead of the latest USB-C, and to me, it doesn't seem like there's a particular reason for sticking with the older port. Why haven’t they changed it? Are there specific technical or design considerations that have influenced this decision? | |||||
| Answer to: Differences Between LM358 Temperature Sensor and Thermistor? | 5 Relevance | 2 years ago | Jignesh | Theoretical questions | |
| Thermistors cost much less than the LM35 temperature sensor but require calibration due to their non-linear nature. At the same time, a thermistor is more accurate and precise(down to +/- 0.1°C) than an LM35(around +/- 0.5°C). LM35: Very easy to integrate with Arduino. You can read the output voltage directly using an analog pin, and with simple conversion (multiply by 100 to convert from mV to °C), you get the temperature. Thermistors: While they can be integrated, they often require additional components (like a resistor for a voltage divider) and more complex calculations to convert resistance to temperature. This can make them slightly more challenging to set up. Main Differences Feature LM35 Temperature Sensor Thermistor Type Integrated circuit (analog voltage output) Resistor (typically NTC or PTC) Output Outputs a linear voltage (10 mV/°C) Resistance changes non-linearly with temperature Temperature Range Typically -55 to +150 °C Varies, but generally -40 to +125 °C Accuracy Typically ±0.5 °C or better Can be very accurate, but depends on the Type and calibration Response Time Fast response time Generally fast but varies by design Ease of Use Simple to interface with Arduino (analog input) Requires more complex calculations for linearization Calibration Usually factory calibrated Often requires calibration and look-up tables for accuracy For most projects requiring precise temperature monitoring with reliable readings and ease of integration with Arduino, the LM35 is likely the best option. However, if you need the highest accuracy and can manage the additional complexity, consider using a thermistor P.S.: LM358 is an OP-AMP IC. LM35 is a temperature sensor. | |||||
| Answer to: Why Fluke multimeters are so expensive? | 3 Relevance | 4 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 | 7 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. | |||||
| Answer to: what is "Display count" in a multimeter? | 3 Relevance | 1 year 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 ... | |||||
| Answer to: Multimeter continuity beeps with no contact — false positives? | 3 Relevance | 8 months ago | Anju | Equipments | |
| If your multimeter is acting strangely—like giving false continuity readings—my advice is to first check the manual. If you don’t have a physical copy, most manufacturers provide manuals online. Make sure the test probes are inserted into the correct sockets for the Type of measurement you're doing, and also verify that the batteries are in good condition and properly installed. If everything appears fine and the problem still exists, there’s a good chance the multimeter itself is faulty—especially if it’s a low-cost model. I wouldn’t recommend trying to repair it yourself, as defects might affect other functions and make it potentially unsafe to use. In such cases, it's better to replace it with a quality multimeter that’s safety-rated. This ensures greater reliability and safety, especially for household electrical work. | |||||
| Answer to: How to calculate decoupling capacitor values? | 3 Relevance | 8 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. | |||||