Notifications
Clear all
Search result for: WA 0812 2782 5310 Pusat Pembuat Kitchen Set Ukuran 3 Meter Wilayah Plupuh Sragen
I'm trying to connect a 16x2 LCD to an Arduino Uno, but I currently don't have a 10k potentiometer (the one usually connected to the VO pin) to adjust the contrast.
Is there a reliable WAy to control the contrast without using a potentiometer? For example, can I use a fixed resistor, or is there a WAy to Set contrast through software or a PWM pin? I'd really appreciate your suggestions if anyone has tried this or has a workaround that works well.
Thanks!
Hi everyone,
For our school project, we’re building a robotic car that can be controlled using voice commands. We WAnt to integrate Alexa with Arduino IoT Cloud to make this possible but don't know how to Set it up. What’s the best WAy to connect Alexa to Arduino IoT Cloud, and what challenges should we be aware of?
When you simply connect an oscilloscope to a signal, the screen may show a WAveform that appears unstable, jittery, or rolling. This happens because the scope doesn’t know when to start drawing each WAveform—it just keeps refreshing as data comes in.
That’s where the trigger comes in.
The trigger tells the oscilloscope when to begin drawing the WAveform on the screen. It locks the display to a specific event—like when the signal crosses a certain voltage level going up (rising edge) or down (falling edge). By doing this, it ensures that each sweep starts a ...
Yes, definitely discharge the capacitor first — especially if it's a high-voltage one. A charged cap can damage your multimeter or give you completely wrong readings.
To discharge it, you can short the leads using a resistor (like 1kΩ or 10kΩ), or a screwdriver with an insulated handle if it's a small electrolytic (nothing high voltage though — not safe).
Also, for accurate readings:
Take the capacitor out of the circuit if you can. In-circuit measurements are often wrong because of parallel components.
Let the multimeter Settle for a few seconds, especially with large caps.
Make sure your test leads are making good contact.
If your Meter has a "zero" or "rel" mode, use that to cancel out stray capacitance from the probes.
And keep in mind, these DMM readings are just a ballpark — they won’t tell you if the cap has high ESR or leakage. For that, you'd need an ESR Meter.
... 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 ...
... 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 ...
I’ve been exploring more advanced uses for my Raspberry Pi and WAs wondering if it’s possible to replace a standard home router or Set it up as a network firewall. I understand that the Pi has Ethernet and Wi-Fi capabilities, and with the right software like OpenWRT or Pi-hole, it seems doable.
Has anyone here successfully Set up a Raspberry Pi (especially models like the Pi 4 or Pi 5) as a full-fledged router or firewall? How well does it handle real-world network traffic and multiple devices? Also, what are the limitations in terms of speed, security, and ...
If you prefer a board that maintains a workflow similar to the Arduino Uno or Nano, the Raspberry Pi Pico offers a familiar development experience. It supports both C/C++ and MicroPython, making it a great option for experimenting with new programming environments while retaining a simple and straightforward approach to hardware control.
Its Programmable I/O (PIO) feature also opens the door to custom protocol development and precise timing applications, which aren’t easily achievable on traditional Arduino boards.
On the other hand, if you're ready to explore more advanced capabilities such as Wi-Fi and Bluetooth connectivity, multitasking, or real-time data streaming, the ESP32 provides significantly more flexibility.
It supports multiple programming environments—including the Arduino IDE—while offering powerful hardware features like dual-core processing, built-in wireless communication, touch sensors, and high-resolution ADCs.
While the development process might initially seem more involved due to the richer feature Set, the ESP32 is well-suited for complex or connected projects and offers long-term value for those interested in expanding their skill Set.
This is the safest option to identify the Neutral wire using a multimeter:
1. Set Up Your Multimeter: Set your multimeter to AC voltage mode (V~).
Choose a range higher than your supply voltage (e.g., 250V for 220V systems).
Insert the black probe in COM and the red probe in V/Ω.
2. Identify the Live Wire:
Place the black probe on a known earth source (e.g., a metallic pipe or grounded screw).
Use the red probe to measure each wire.
Live to Earth = ~220V (or 110V)
Neutral to Earth = 0V - 5V
Earth to Earth = 0V
The wire showing the highest voltage (~220V or 110V) is Live. 3. Identify Neutral vs. Earth:
Measure the voltage between the remaining two wires.
Neutral to Earth should show 0V - 5V due to minor voltage drop.
Earth to Live should still show ~220V (or 110V).
The wire showing nearly 0V relative to Earth is the actual Earth wire.
Hey there! Here's a quick, step-by-step guide to identifying live, neutral, and earth wires using a digital multimeter: Set Up Your Multimeter:Choose the AC voltage mode and Set the range higher than your local supply (e.g., 220V or 110V).
Identify the Live Wire:
Label your three wires as A, B, and C.
Measure the voltage between A and B, B and C, and A and C. The pair that shows ~220V (or 110V) contains the Live and Neutral wires. For example: 220V between A and B i.e., one of them is live.
Then, measure between one of these (A) and the third remaining wire (C).
If A to C also reads close to 220V (or 110V), then A is likely to live.
If it’s much lower (around 1-5V), then the live wire is the other one (B).
Determine Neutral vs. Earth:
Now measure the voltage between the identified live wire and the remaining two wires i.e., first between A and B, then between A and C
The wire with a lower voltage difference (around 1-5V) compared to the live wire is neutral. For example: Bw A and B = 215 and BW A and C = 220. In this case, wire B is neutral
The other wire, showing nearly 0V less than the neutral is your Earth i.e., wire C is Earth.
Keep in mind: Ideally, live should be around 220V (or 110V), while neutral and earth are close to 0V (with a slight drop of 1-5V on neutral due to resistance).
For a deeper dive and more detailed instructions, check out this article: How to Identify Live, Neutral, and Earth Using a Multimeter.
Here's an example using a for loop to configure 8 digital pins (from pin 2 to pin 9) as outputs:
int ledPins[] = {2, 3, 4, 5, 6, 7, 8, 9}; // Array of pin numbers
void Setup() {
for (int i = 0; i < 8; i++) {
pinMode(ledPins[i], OUTPUT); // Set each pin as an output
}
}
void loop() {
// Your code to control LEDs goes here
}
If the pins are not in a series, you can still use an array:
int ledPins[] = {2, 5, 7, 8, 10, 12, 13, A0}; // Array of specific pin numbers
void Setup() {
for (int i = 0; i < 8; i++) {
pinMode(ledPins[i], OUTPUT); // Set each specified pin as an output
}
}
void loop() {
// Your code to control LEDs goes here
}
... 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.
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.
To test a potentiometer with a digital multimeter, first identify the terminals—the two outer pins are the ends of the resistive track, and the middle pin is the wiper. Set the multimeter to resistance (Ω) mode and measure between the two outer pins; the reading should be close to the potentiometer’s rated value (such as 10 kΩ or 100 kΩ). If the value is open (infinite) or significantly different from the rating, the potentiometer is likely faulty.
Next, check the smooth operation of the wiper by measuring between the middle pin and one outer pin while slowly rotating the knob; the resistance should change smoothly without sudden jumps or drops.
Repeat the test with the middle pin and the other outer pin. Signs of a worn-out potentiometer include erratic resistance jumps, dead spots where no change occurs when turning, noisy readings, or an open circuit at certain positions. For more accurate results, avoid touching the metal probe tips with your fingers during measurement to prevent interference from body resistance.