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 4 / 4 Prev
How to interface a temperature sensor with an ESP32?
ESP32
Electronix
1 year ago
2 Relevance
Hi everyone, I'm working on my college project titled "Temperature Monitoring System using ESP32", where I'm using a DHT11 sensor to measure temperature and humidity. I connected the sensor to my ESP32 board as follows: 1. VCC to 3.3V 2. GND to GND 2. DATA to GPIO4 I installed the Adafruit DHT library, uploaded the example sketch, and opened the Serial Monitor. But instead of getting temperature readings, it keeps printing Failed to read from DHT sensor! And sometimes it shows 0.00 °C, which is wrong. I tried the following, but still couldn’t get consistent results: 1. Double-checked wiring 2. Used different GPIO pins 3. Increased delay between reads Any help would be greatly appreciated!
View entire post
Answer to: Creative Ways to Use a Relay Module?
Theoretical questions
Nitin arora
1 year ago
2 Relevance
Relay modules are incredibly versatile and can be used in many creative and practical applications. Below are some ideas beyond just turning lights on and off: 1. Home Automation:Use a relay module to automate household appliances like fans, coffee makers, or even a WAter heater. These can be triggered using a microcontroller, voice commands (via Alexa or Google Assistant), or a mobile app. 2. Smart Irrigation System:Control WAter pumps or solenoid valves in a garden or farm setup. A soil moisture sensor can activate the relay to start WAtering only when n ...
View entire post
Answer to: How does an operational amplifier (op-amp) work?
Theoretical questions
Amelia
1 year ago
2 Relevance
Operational amplifiers (op-amps) are essentially extremely powerful voltage amplifiers. They amplify the difference between two input voltages by a very large factor. However, this high gain is difficult to control directly. To make op-amps useful, we introduce negative feedback. This means we feed a portion of the output signal back to the inverting input. This feedback loop forces the op-amp to behave predictably. A key consequence of negative feedback in some op-amp configurations is the creation of a virtual ground. When the non-inverting input is connected to ground and negative feedback is present, the op-amp actively works to keep the inverting input at the same potential as the non-inverting input (i.e., ground). This means the inverting input acts as if it's connected to ground, even though it's not physically connected. This virtual ground and negative feedback allow us to build various useful circuits: Amplifiers: By carefully choosing resistors in the feedback loop, we can precisely control the gain of the amplifier. Inverters: we can invert the polarity of a signal. Buffers: We can create circuits that isolate different parts of a System, preventing one part from affecting another. In essence, negative feedback and the resulting virtual ground are the key concepts that turn a simple, uncontrolled amplifier into a versatile building block for electronics.
View entire post
Answer to: Arduino UNO R4 Wi-Fi Project ideas!
Arduino
Admin
2 years ago
2 Relevance
... on a web interface.2. Remote-Controlled LEDs – Create a simple web-based LED controller using the board’s Wi-Fi, allowing you to turn LEDs on/off from your phone.3. Wireless Sensor Hub – Connect multiple sensors (LDR, temperature, gas) and send the data wirelessly to another device using MQTT. Intermediate Projects 4. IoT-Based Smart Lock – Use an RFID module or fingerprint sensor to control a servo-motorized lock, with access logs stored on a cloud database.5. Real-Time Data Logger – Log sensor readings onto an SD card and simultaneously send them to Goo ...
View entire post
Answer to: What is hysteresis in electronics, and why is it important?
Theoretical questions
Neeraj Dev
2 years ago
2 Relevance
Hysteresis in electronics means a System's response depends on its past inputs, not just the current one. It's like having a "memory." This "memory" helps: Reduce Noise: Prevents unwanted switching due to small signal fluctuations. Create Stable Circuits: Ensures reliable operation and prevents erratic behavior. Example: A thermostat with hysteresis has a temperature range where it stays inactive, preventing unnecessary heating/cooling cycles. This improves energy efficiency and comfort.
View entire post
Answer to: ESP32 not detected. No COM port displayed on my PC
ESP32
Admin
2 years ago
2 Relevance
Hey, this is a very common issue. Let’s troubleshoot: Check the USB Cable: First, make sure you’re using a data-capable USB cable. Some cables (like cheap ones for phone charging) only provide power and can’t transfer data. Try a different cable if you’re unsure. Drivers: Have you installed the necessary drivers? The ESP32 often requires the CP2102 or CH340 USB-to-serial drivers, depending on your board. You can download these from the manufacturer’s website or search for “ESP32 USB driver.” After downloading the drivers, manually install it(there will be a text file for instructions to follow.) COM Port Visibility: Open your Device Manager (Windows) or System Information (Mac) and check if the ESP32 shows up under Ports or USB Devices. If it's not there, take out the USB cable and insert it again while keeping the device manage window open. If you notice some changes, it's a good sign. So if it’s listed with an error, the drivers might not be properly installed. Power Issues: The fact that the LED turns off could indicate the board isn’t receiving stable power. Maybe either the port or connector is loose. Let me know how it goes after these steps!
View entire post
Answer to: Difference between active and passive buzzer and how to identify them?
Theoretical questions
Admin
2 years ago
2 Relevance
For a tank WAter level control System, both active and passive buzzers can be used for sound alerts, but which one is best depends on your needs. Key differences:Active Buzzer: This type comes with an internal oscillating circuit, meaning it generates sound as soon as you power it. You don't need any extra control or signal from a microcontroller—just apply voltage (like 5V), and it will produce a constant tone. This is ideal for simple "on/off" alerts. Pros: Easy to use, no extra coding needed to generate sound. Cons: Fixed tone—no control over pitch or ...
View entire post
Best Wireless module for my Home automation project
Hardware/Schematic
Neeraj Dev
2 years ago
2 Relevance
Hi everyone! I'm an electrical engineering student who is new to home automation projects but has started working on one and needs some advice. I WAnt to create a System where I can control the lights in my house wirelessly. Specifically, I’d like to have a WAll-mounted switch that can wirelessly communicate with an Arduino-based controller connected to the lights. The goal is to replace the traditional wired switches with wireless ones that can send on/off commands to the Arduino, which will then control a relay to turn the lights on or off. I've researc ...
View entire post
Page 4 / 4 Prev

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
  • 2 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