Skip to content
eT Community

eT Community

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

Search result for:  WA 0852 2611 9277 Biaya Untuk Memasang Interior Ruang Home Theater Di Cilincing Jakarta Utara

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

 Sort Search Results by:


Page 3 / 3 Prev
# Post Title Result Info Date User Forum
Answer to: Good Arduino IoT projects for a beginner?   2 Relevance 9 months ago Admin Arduino
  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 ...
RE: What are some innovative ways to use an HC-SR04 ultrasonic sensor?   2 Relevance 10 months ago xecor Arduino
  @bryan What are some innovative WAys to use the HC-SR04 ultrasonic sensor? This is a very interesting question! Traditionally, the HC-SR04 is used for Distance measurement and obstacle avoidance, but its potential applications go far beyond that. Here are some innovative ideas: Multi-sensor Fusion Combine multiple HC-SR04 sensors and use algorithms to fuse their Distance data, enabling more accurate environmental mapping and object recognition. Gesture Recognition Utilize the timing and intensity variations of ultrasonic echoes, combined with machine learn ...
Answer to: Creative Ways to Use a Relay Module?   2 Relevance 10 months ago Nitin arora Theoretical questions
  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 ...
What are interrupts in Arduino, and how are they used?   2 Relevance 1 year ago Alfred Alonso Arduino
  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?
Answer to: Is Arduino still relevant in 2024?   2 Relevance 1 year ago Sophie Arduino
  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.
Answer to: Arduino UNO R4 Wi-Fi Project ideas!   2 Relevance 1 year ago Admin Arduino
  ... 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 ...
Answer to: Suggestions for Good ATtiny85 Projects   2 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: Arduino UNO R4 Wi-Fi Project ideas!   2 Relevance 1 year ago Amelia Arduino
  There are a lot of ideas you can implement with the Arduino UNO R4 Wifi, depending on what you WAnt to achieve. However, I have done a few projects that you can also try, ranging from beginner to advanced levels: Home Automation System Smart Door Lock IoT-Based Weather Station Wi-Fi-Controlled Robot Smart Irrigation System Wi-Fi-Enabled Data Logger Real-Time Air Quality Monitoring System Wi-Fi-Based Notification System
Answer to: Arduino UNO R4 Wi-Fi Project ideas!   2 Relevance 1 year ago Admin Arduino
  ... 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 ...
Page 3 / 3 Prev

Forum Search

Recent Posts

  • Admin

    RE: Motor driver not working properly

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

    By Admin , 2 weeks ago

  • Motor driver not working properly

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

    By Noochee , 4 weeks ago

  • Answer to: Bluetooth Speaker won't turn on

    Translator Sorry, this i...

    By servitec , 2 months ago

  • Bluetooth Speaker won't turn on

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

    By servitec , 2 months ago

  • Answer to: Why Fluke multimeters are so expensive?

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

    By maryjlee , 4 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 , 5 months ago

  • Answer to: How can I safely power a BLDC motor from a hard disk drive?

    Use a small sensorless 3‑phase BLDC driver board (made ...

    By Divyam , 5 months ago

  • Answer to: Why Fluke multimeters are so expensive?

    Fluke meters are pricey because they’re engineered for ...

    By Kanishk , 5 months ago

  • How can I safely power a BLDC motor from a hard disk drive?

    I have a brushless DC motor taken from an old hard disk...

    By Anil_Tech , 5 months ago

Share:
Forum Information
Recent Posts
Unread Posts
Tags
  • 9 Forums
  • 251 Topics
  • 691 Posts
  • 2 Online
  • 239 Members
Our newest member: wmughal
Latest Post: Motor driver not working properly
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