Questions tagged [home-automation]
For questions about using an Arduino to automate a home environment. For general home automation questions that aren't about Arduino, ask at Internet of Things Stack Exchange instead.
54 questions
-2
votes
1
answer
223
views
Matter protocol with Arduino Mega/Giga
I would like to try matter protocol with Arduino mega or Arduino giga.
But I don't find any sample or library. I have only found libraries compatibles with ESP32.
Do you know how I can work with ...
1
vote
0
answers
954
views
Keyestudio KS5009 ESP32WROOM32 Smart Home
I'm encountering persistent errors with the sample code provided for my smart home kit project. Despite conducting extensive research and troubleshooting efforts, I haven't been able to find a ...
1
vote
0
answers
1k
views
How can I access ESP32-CAM from outside local network other than port forwarding?
I have a ESP32-CAM AIThinker which I have programmed using Arduino IDE to stream video. I have another board ESP8266-12e that I am using on a MQTT system that turns on and off the ESP32 as well as ...
1
vote
1
answer
315
views
esp based smart light system over alexa malfunctioning
i made a home automation system using esp 32 and 8 channel relay but within 2 or 3 months my relay automatically turns off after sending the signal to it through esp32 but if i connect directly ...
-1
votes
1
answer
248
views
LEDs controlled by PHONE on ESP32
I am having doubts with a project I'm making.
My project involves a sets of LEDs stripes, among which some are controlled from a smartphone, and some automated. The LED strips are connected to an ...
3
votes
3
answers
160
views
How to perform multitask using arduino such as update data as well as check condition?
Here data is updated after every 2 seconds. But when the condition is true then the valve and motor process starts and data is updated only after completion of that part (i.e., data is updated after ...
1
vote
0
answers
269
views
Can the Arduino-HomeKit-ESP8266 library be used with the WiFi101 library?
I am currently trying to create a project to setup a HomeKit remote control to control my smart home devices with the Arduino-HomeKit-ESP8266 library.
I am currently using a Arduino-based TinyCircuit ...
1
vote
2
answers
219
views
I am trying to automate my sun shade on my back porch with a Nema17 Stepper motor
I am very new to Arduino (and fritzing so please excuse my poor layout).
I am trying to automate my patio sun shade, eventually it will incorporate a photocell but I wanted a proof of concept first ...
0
votes
2
answers
885
views
2 way switch with Arduino?
Hey I'm working on a home automation system where I can replace one of my 2 way switches to an Arduino Or node MCU controlled one but I want to avoid normal relays because as of what I know they can ...
1
vote
0
answers
95
views
Can I add my Wi-Fi credentials to ESP module remotely?
I am working on Home automation project and I am stuck somewhere on connecting my smart switch board to internet through my home WIFI. Actually I want to connect my ESP module with my home Wi-Fi ...
3
votes
3
answers
267
views
Endurance of Arduino UNO during 24/7 operations and mild power fluctuations
I am designing an automation system for my research project and planning on using Arduino Uno to do the same. The program is to execute simple instructions based on few input parameters and does not ...
1
vote
0
answers
463
views
HC-05 bluetooth module short range
I have started learning about arduino and just bought a bluetooth module, HC-05. From where i bought, it says it has range of approx.10 meters. I made hc-05 connection with arduino in below described ...
3
votes
2
answers
336
views
How to use Multipile millis()
I've a exhaust fan that runs when the humidity is high. When the exhaust fan is on it should work for 3 minutes and should wait another 5 minutes to on. I am a beginner to this struggling for almost 2 ...
1
vote
1
answer
2k
views
How to rotate servo every 12 hours using RTC module?
I am trying to make a auto fish feeder to feed my fish every 6hours. I want to implement RTC module to my code. So far I've been using only an arduino and a servo using this as a code:
#include <...
-2
votes
1
answer
178
views
Most Efficient & Cost Effective Home Automation Setup
I managed to build a system using Wemos D1 R1 connected to my website to retrieve data to power on or off a 5V relay. Now I would like to expand the project to control all my house outlet. Assuming I ...