Skip to content
eT Community

eT Community

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

Search result for:  WA 0821 1305 0400 [[ADEFA]] Pusat Containment System di Cianjur Jawa Barat

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

 Sort Search Results by:


Page 2 / 4 Prev Next
Watchdog timer in microcontrollers?
Arduino
Janet
1 year ago
2 Relevance
I’ve seen WAtchdog timers mentioned in microcontroller specs. After looking into it, I’m even more confused. I get that it’s supposed to reset the System if something goes wrong, but how exactly does it work, and when is it needed? Hoping to get some clarity on this.
View entire post
Which Arduino board is best for a smart home project?
Arduino
Jane Will
2 years ago
2 Relevance
Hey everyone, I’m a student and just starting with Arduino. I’m planning to build a simple smart home System where I can control lights, temperature, and maybe security features. I’m not sure which Arduino board would be best for this kind of project, especially since I’ll need wireless communication like Wi-Fi or Bluetooth. Also, if anyone has any tips on sensors or modules to use for smart home applications, that would be awesome! I’m excited to get started and would love any advice you can share. Thanks in advance!
View entire post
Answer to: How does PID control work in automation?
Theoretical questions
Tech Geek
1 year ago
7 Relevance
PID (Proportional-Integral-Derivative) control is a fundamental feedback mechanism used in automation to maintain the stability and accuracy of a System. It continuously calculates an error value as the difference between a desired setpoint and a measured process variable, then applies corrections based on three terms: proportional, integral, and derivative. The proportional term (P) reacts to the current error. It produces an output that is directly proportional to the magnitude of the error. The larger the error, the stronger the corrective response. However, relying on proportional control alone often leaves a steady-state error, where the System stabilizes near the setpoint but not exactly at it. The integral term (I) addresses this by considering the accumulation of past errors. It integrates the error over time and adds a correction based on the sum of those errors. This helps eliminate the steady-state error and brings the output closer to the exact setpoint. However, too much integral action can cause the System to become unstable and oscillate. The derivative term (D) predicts future error by looking at the rate of change of the error. It provides a damping effect by slowing the response as the System approaches the setpoint, reducing overshoot and helping stabilize the System. A common example of PID control is in temperature regulation, such as in an oven. If the oven is set to maintain 200°C, the PID controller compares the actual temperature with the setpoint. If the temperature is too low (error), the proportional term increases the heater output. If the temperature has been low for a while, the integral term adds more power. As the temperature rises quickly, the derivative term kicks in to prevent overshooting beyond 200°C. PID controllers are widely used in industrial automation for applications like motor speed control, robotic arm positioning, pressure control in chemical processes, and flight control Systems in drones. Their ability to provide precise and stable control makes them essential in Systems where accuracy and reliability are critical.
View entire post
Answer to: Arduino UNO R4 Wi-Fi Project ideas!
Arduino
Admin
2 years ago
4 Relevance
... fans, or other home appliances through Wi-Fi using the board and relays. Build a System to monitor air quality (e.g., CO2 levels, particulate matter). The UNO can send data to the cloud or a local display. Create an automated irrigation System using soil moisture sensors to trigger WAter pumps based on soil conditions. You can control the System remotely using Wi-Fi. Build a robot that can be controlled via a smartphone or web browser. Build a smart doorbell that sends a notification or plays a sound on your phone when someone presses it. Use a PIR sensor t ...
View entire post
What are interrupts in Arduino, and how are they used?
Arduino
Alfred Alons...
2 years ago
2 Relevance
I recently came across the concept of interrupts in Arduino, but I’m not sure when and why I should use them. From what I understand, they help the microcontroller handle critical events immediately, even when the main loop is busy. For example, if I’m building a home automation System with an Arduino to control lights and fans, would using interrupts for a button press make it more responsive compared to checking the button state in the main loop? Can someone explain their importance in real-time projects and maybe provide an example where interrupts are essential?
View entire post
Electret Microphone vs Condenser Microphone?
Theoretical questions
Philippe
2 years ago
2 Relevance
hey everyone, I’m working on a security project where the System activates (e.g., triggers an alarm or lights up an LED) when it detects a loud sound, such as a clap or a door slam. While researching, I came across both electret and condenser microphones, but I’m unsure which one would be better for this application. Can anyone help me decide which microphone to use?
View entire post
Answer to: What’s the difference between a Microprocessor and a Microcontroller?
Theoretical questions
TechTalks
2 years ago
2 Relevance
A microprocessor serves as the "brain" of a computer, whereas a microcontroller is a complete computer System on a single chip. Microcontrollers are ideal for applications where cost, power consumption, and size are critical factors, while microprocessors are better suited for high-performance computing tasks.
View entire post
Answer to: Is Arduino still relevant in 2024?
Arduino
Sophie
2 years ago
2 Relevance
I recently used an Arduino Nano in a home automation project, and it worked perfectly. The System didn’t need Wi-Fi, just a few sensors and relays. Arduino’s simplicity saved me time, and I didn’t need the extra power of an ESP32. That said, for another project involving remote monitoring, I switched to ESP32 because of its built-in Wi-Fi. Both boards have their place depending on the project requirements. I think Arduino’s strength is in keeping things simple. If simplicity isn’t enough for your project, then yes, other boards like ESP32 might be a better fit.
View entire post
Answer to: What’s the difference between a Microprocessor and a Microcontroller?
Theoretical questions
Admin
2 years ago
7 Relevance
... Unit) and needs external components like memory (RAM/ROM), input/output interfaces, and peripherals to work. Think of it as what you’d find in a computer, like an Intel Core i7 or an AMD Ryzen. It’s designed for complex tasks and multitasking. Applications: Computers, laptops, and smartphones. Flexibility: You get to design the System around it by adding the components you need. Microcontroller (MCU): A microcontroller, on the other hand, is more like an all-in-one package. It includes a CPU(a processor), memory (RAM/ROM), and peripherals like GPIO pins ...
View entire post
Answer to: Good Arduino IoT projects for a beginner?
Arduino
Admin
1 year ago
3 Relevance
Start with these simple IoT projectsJust type the project name in Google search.Tip: The best WAy to dive into IoT projects is to use an ESP32 board and program it using Arduino IDE. Smart Plant Monitoring SystemMonitor soil moisture, temperature, and humidity, and send data to the server in real time. Wi-Fi Controlled Home AutomationUse an Arduino and a relay module to control lights and fans via a web browser IoT Weather Station with DHT & BMP SensorsCreate a weather station that logs humidity, temperature, and pressure online using sensors li ...
View entire post
ESP32 not detected. No COM port displayed on my PC
ESP32
Sophie
2 years ago
2 Relevance
Hey guys, I recently purchased an ESP32-Wroom-32 dev board(38 pins). When I connect it to the laptop using a USB, nothing happens. The COM port shows nothing and ESP32 is not detected by the System. The power LED on ESP32 flashes two to three times before going off. Also, when pressing the Reset button, the LED flashes and then turns off. Any help would be appreciated.
View entire post
RE: Pull-Up and Pull-Down Resistors in Arduino
Hardware/Schematic
Yvette
2 years ago
2 Relevance
You are forgetting the whole point of the pull resistors: they ensure that the pin remains in a stable state(either 5V or Ground) until an opposite voltage state is given to it so that the pin can detect this state change and the System can perform some action. If you will connect it to 5V directly, it will never be able to detect the GND because then it will be connected to two different voltage state at the same time causing a short circuit. The high-value pull-up or pull-down resistor ensures this does not happen.
View entire post
Answer to: What are interrupts in Arduino, and how are they used?
Arduino
Admin
1 year ago
4 Relevance
... to bake a cake. Your loop() function is carefully measuring flour, mixing ingredients, and so on. Now, what if the doorbell rings? Without interrupts (the loop() WAy): You'd have to finish a major step in your recipe (like mixing the batter) and then quickly run to the door to check if anyone is there. If your recipe step takes a long time, your visitor might get impatient and leave. This is called polling – repeatedly checking the state of something. With interrupts: The moment the doorbell rings, you'd immediately pause what you're doing (even if you're ...
View entire post
Answer to: Suggestions for Good ATtiny85 Projects
Circuits and Projects
Admin
2 years ago
3 Relevance
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.
View entire post
Difference between active and passive buzzer and how to identify them?
Theoretical questions
Paul
2 years ago
2 Relevance
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?
View entire post
Page 2 / 4 Prev Next

Forum Search

Recent Posts

  • RE: Beginner Arduino Course —Any Recommendations?

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

    By playwithcircuit , 1 month ago

  • Admin

    RE: esp32 diagram connection

    @wmughal What do you want to achieve here exactly?

    By Admin , 5 months ago

  • DIY an RF power meter Based on STM32F103 + MAX4003

    As we all know, Radio frequency (RF) is a very importan...

    By anselbevier , 5 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 , 6 months ago

  • Motor driver not working properly

    I built an obstacle avoiding robotic car using Arduino,...

    By Noochee , 6 months ago

  • Answer to: Bluetooth Speaker won't turn on

    Translator Sorry, this i...

    By servitec , 7 months ago

  • Bluetooth Speaker won't turn on

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

    By servitec , 7 months ago

  • Answer to: Why Fluke multimeters are so expensive?

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

    By maryjlee , 10 months ago

Share:
Forum Information
Recent Posts
Unread Posts
Tags
  • 9 Forums
  • 312 Topics
  • 779 Posts
  • 3 Online
  • 298 Members
Our newest member: bahinaashley
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.5

© 2026 eT Community • Built with GeneratePress