Hey! I missed one important part of the video! - How to upload your wifi to the device. If you go to your Serial Monitor, you will see a way to type into the Serial. With your device connected to your computer , type “W” (capitol W) and press enter. It will then pop up a list of wifi connections nearby with numbers next to them. For example, “ (1) mywifi (2) yourWifi . “ Type the number associated with your wifi and press enter. Then add your password and you should be all set!! - Sorry about that 🚀
Hello, thank you very much for the great video! As an absolute beginner, it has helped me tremendously!! Is there another solution for the Wi-Fi? A solution without Arduino IDE?
Nice video. I used one to bring my legacy home alarm system into HomeKit. It reads the state of all of my door and window switches, so now I get alerts and can set automations based off of door activity.
Thank you for providing this helpful video, I did exactly the same steps, but the device icon wasn't shown in my Home app, then after reading the HomeSpan docs I realized that it's because I didn't configure the Wi-Fi SSID and password, LOL
This is fantastic. Will you have remote access outside the WIFI network? Also can it provide historical trends and settings? I am surveying this for garden automation monitoring trending temperature ranges
Thanks for the video, really well done. And also the library for that.. when you give people the chance to generate their own benefit they will be creative. And some of them share their knowledge with us. Just wholesome 💜💜
I think I'm gonna build my own DIY smart lock with that. Think about it, all it needs a stepper motor connected to a gear which connected to a shaft that turns the key knob. I know that there are a metric tonne of those smartlocks but most if not all of them are specifically designed for the US market which again most if not all uses deadbolts and have handles outside of the door. Anyway this system has great potentials and I think I can make a prototype then improve it along the way. 🙏
This is super wicked, thank you for sharing this! I have a question, can this be done with multiple lights that are daisy-chained? I would like to connect 8 LEDs but would like to control them individually or together. I want to make a joke gift that operates: "Turn on I'm hungry light" or "Don't bother me light" (you can assume who this is for lol).
Hi there, I have a question for you. I’m working on a graduation project and I’m really interested in using this IoT device in it. However, I’m wondering if I can connect the Arduino Mega to the ESP32 and still have it perform the same functions.
It is recognized by Homekit, but when I type in "1112-2333" it says "The setup code is incorrect". The Serial monitor outputs: *** ERROR: SRP Proof Verification Failed. Any Ideas?
Hi @taylor.galbraith , amazing tutorial. Went through 3 of them, seemingly all similar - but yours was the only one that yielded results. I just managed to turn on/off the LED. Next step is the relay setup, however I don't want a light bulb, but I want to activate my garage door. In this case, a permanent current flow is not needed (I'm not connecting the relay to the garage door's motor power supply), but rather connecting into the COM board, so one click (closing the circuit through the relay) will be enough. Every instance of closing the relay loop will run a new cycle of the garage door (open/stop/close etc.). Could you please advise which setup/template to use for such a situation or how to amend your replay template for this?
Hi, I used the exact same code on my esp32 and the device shows up on the home app, it gets saved there too. But after it does I cannot do anything, it says no response and in the serial monitor it says please connect using homekit or something like that. Can you help please?
Hi, such a great video! Do you know if this HomeSpen could be used to create a PWM led strip dimmer? I have some mono / single color led stips that I’d like to be able to turn on and off. They don’t have the 3rd, green terminal for communication so would require the leds to dim via pulse wave modulations sent via the neg ground and 5v vin ports. So curious.
Hello! Have you ever had a problem with Homespan serial command because on my esp32 nothing happens when I type W or H or ? I don't really understand where the problem can be!
Everything works fine for me, and the ESP32 shows up in my Home app. But after I type in the code, it tries to connect for about a minute and fails every time. Any Idea why?
I am like you, but when I change ESP32, everything is no longer like that, it has found accessories on HomeKit and is controlled. Perhaps the developer is not supported on ESP32 Wroom.
I’m using 16.3.1. I’ll update and try it. When you click “add accessory”, are you also clicking “more options”? The device won’t be registered with Apple so we need to force it to add a connection. Also, make sure you’re connected to the same Wi-Fi network.
Hello everyone! First of all, thanks for the tutorial. I don't know how to code. in 90% of the cases, I am a code monkey. Fortunately, I know some electronics therefore I my own board with ESP32-Wroom and 4 relays. The installation, configuration went ok. The problem is that I can't send the "W" command in order to set the SSID and Password. Do you have any suggestions? I tried everything I know. Nothing worked. Thanks everyone!
Hey! When your device is connected to your computer and you opened the serial monitor, can you run any of the command found in the HomeSpan docs? I’m interested in knowing if you are connected correctly
@@taylor.galbraithHi! No! I mean, i see details about the chip bit can’t send commands. The serial monitor is set on Newline, the baud rate is correct.
You completely glossed over configuring Wi-Fi via Serial Monitor once code is uploaded to ESP32 board. Took me watching a different HomeSpan tutorial on RUclips to realize what I was doing wrong.
Hey! I missed one important part of the video! - How to upload your wifi to the device.
If you go to your Serial Monitor, you will see a way to type into the Serial. With your device connected to your computer , type “W” (capitol W) and press enter. It will then pop up a list of wifi connections nearby with numbers next to them. For example, “ (1) mywifi (2) yourWifi . “ Type the number associated with your wifi and press enter. Then add your password and you should be all set!! - Sorry about that 🚀
Thanks that helped!
I was so confused about adding HomeKit without wifi, maybe Bluetooth, no idea... your comment really helps me out
Can you please tell me how to add physical switch in this code
можно видео инструкцию как добавить вайфай на свое устройство ?
Hello, thank you very much for the great video! As an absolute beginner, it has helped me tremendously!! Is there another solution for the Wi-Fi? A solution without Arduino IDE?
Nice video. I used one to bring my legacy home alarm system into HomeKit. It reads the state of all of my door and window switches, so now I get alerts and can set automations based off of door activity.
Great video! Thanks for all the work!!
Thank you for providing this helpful video, I did exactly the same steps, but the device icon wasn't shown in my Home app, then after reading the HomeSpan docs I realized that it's because I didn't configure the Wi-Fi SSID and password, LOL
Great video! Would a Ws2812b Strip be able to be used instead of the basic LED in in this setup?
This is fantastic. Will you have remote access outside the WIFI network? Also can it provide historical trends and settings? I am surveying this for garden automation monitoring trending temperature ranges
Hello, your first program with the led is working with bluetooth or wifi ? Thanks
Thanks for the video, really well done. And also the library for that.. when you give people the chance to generate their own benefit they will be creative. And some of them share their knowledge with us. Just wholesome 💜💜
I think I'm gonna build my own DIY smart lock with that.
Think about it, all it needs a stepper motor connected to a gear which connected to a shaft that turns the key knob.
I know that there are a metric tonne of those smartlocks but most if not all of them are specifically designed for the US market which again most if not all uses deadbolts and have handles outside of the door.
Anyway this system has great potentials and I think I can make a prototype then improve it along the way. 🙏
good luck with that
good luck with that
im thinking of doing the same! how are you doing in the project so far?
remember the "S" in "IOT" means security!
This is super wicked, thank you for sharing this! I have a question, can this be done with multiple lights that are daisy-chained? I would like to connect 8 LEDs but would like to control them individually or together. I want to make a joke gift that operates: "Turn on I'm hungry light" or "Don't bother me light" (you can assume who this is for lol).
can i make this with the new board arduino uno r4 wifi? it has an esp32 module on it
Hi there, I have a question for you. I’m working on a graduation project and I’m really interested in using this IoT device in it. However, I’m wondering if I can connect the Arduino Mega to the ESP32 and still have it perform the same functions.
would it be possible to generate a QR code on a lcd attached to the esp 32 for easy apple home setup ?
is there a way to connect 3 relays at the same time? My Homekit app is always displaying only two of them.
Please censor talking to Siri in your videos, you’re messing with my HomePod and turning off my lights! 😂
I keep seeing this, but really don't struggle with this stuff. Do people not calibrate their Siri to their voice?
stupid siri doesn't recognize owner's voice
Great Tutorial. Was looking for something like this. ill check it out...thanks for sharing
It is recognized by Homekit, but when I type in "1112-2333" it says "The setup code is incorrect". The Serial monitor outputs: *** ERROR: SRP Proof Verification Failed. Any Ideas?
Is there any way to get the remote access for the homekit ? Thank you
Hi @taylor.galbraith , amazing tutorial. Went through 3 of them, seemingly all similar - but yours was the only one that yielded results. I just managed to turn on/off the LED. Next step is the relay setup, however I don't want a light bulb, but I want to activate my garage door. In this case, a permanent current flow is not needed (I'm not connecting the relay to the garage door's motor power supply), but rather connecting into the COM board, so one click (closing the circuit through the relay) will be enough. Every instance of closing the relay loop will run a new cycle of the garage door (open/stop/close etc.). Could you please advise which setup/template to use for such a situation or how to amend your replay template for this?
Can you make a video, how to control a stepper motor to move the curtains by homespan and TMC2208?
Thank you so much 😊
Is it windows alternative for that app
What partition scheme are you using on esp32 Wroom for this program? Because I can't televerse the program! Script too long! Homespan library problem?
Problem solved with “huge app partition scheme!” (3Mb no OTA / 1MB SPIFFS)
Does this work as IOT accessory or just as a lan accessory
Hi, I used the exact same code on my esp32 and the device shows up on the home app, it gets saved there too. But after it does I cannot do anything, it says no response and in the serial monitor it says please connect using homekit or something like that. Can you help please?
This is great! Thanks for making this tutorial
Hi, such a great video! Do you know if this HomeSpen could be used to create a PWM led strip dimmer? I have some mono / single color led stips that I’d like to be able to turn on and off. They don’t have the 3rd, green terminal for communication so would require the leds to dim via pulse wave modulations sent via the neg ground and 5v vin ports. So curious.
Use wled for esp 32 it has PWM
Is the device automatically connected to my home wifi after setting up the device?
can this be available in the background, you can say "Hey Siri, turn on my led" regardless of where you are in your phone?
Hello! Have you ever had a problem with Homespan serial command because on my esp32 nothing happens when I type W or H or ? I don't really understand where the problem can be!
Esp32 problem ?
Really Neat tutorial!
How to respond to mechanical switches in real scenes
Helllo,
I have a problem compiling a sketch using a libary HomeSpan can you help me
Just found your channel and would like to request more videos like this please. Oh and I subbed
hi bro. Can I do this with my esp with 24ch of IO?
Hi. Thanks for this nice vid but can we have a another way to connect esp8266?
Does this work only if I connect it to the local wifi ?
This will works in Android or only iphone
Its not showing up on my Accessory list on my iphone
Same here!
can i use esp8266? thanks
Does this work with wifi or bluetooth?
I don’t get how and where you start pasting from for the code.
I had the same situation, please let me know if you find a way to create that LED.h file.
Everything works fine for me, and the ESP32 shows up in my Home app. But after I type in the code, it tries to connect for about a minute and fails every time. Any Idea why?
I am like you, but when I change ESP32, everything is no longer like that, it has found accessories on HomeKit and is controlled. Perhaps the developer is not supported on ESP32 Wroom.
does this use wifi?
Cool and simple
tôi bị lỗi file LED.h tôi không tìm thấy được file này trên internet
I got an error while uploading that I am missing "Sodium.h" Library. Any ideas as to what this library is?
Edit: So this doesn't work with the newest 3.0.2 version of Espressif's esp32 board library. I downgraded to 2.0.17 and it worked great!
What IDE are you using? Looks a little different than the arduino IDE
I heard that they released a new version somewhat recently. Maybe you still have the old one
It's Arduino IDE v2.1.1
What ios version installed? I’m using 16.5, failed at pairing stage
I’m using 16.3.1. I’ll update and try it. When you click “add accessory”, are you also clicking “more options”? The device won’t be registered with Apple so we need to force it to add a connection. Also, make sure you’re connected to the same Wi-Fi network.
@@taylor.galbraithyes, device already detected after key in pairing code , but can’t add accessories at the end
Does this also work on the esp8266 boards?
I was about ot ask the same. From a Github repository, I think it also works but it is generally faster on esp32 module for some reason
No it only works on esp32, but there are some other libraries that implement homekit for esp8266 but they are not stable at all
Hello everyone! First of all, thanks for the tutorial. I don't know how to code. in 90% of the cases, I am a code monkey. Fortunately, I know some electronics therefore I my own board with ESP32-Wroom and 4 relays. The installation, configuration went ok. The problem is that I can't send the "W" command in order to set the SSID and Password. Do you have any suggestions? I tried everything I know. Nothing worked.
Thanks everyone!
Hey! When your device is connected to your computer and you opened the serial monitor, can you run any of the command found in the HomeSpan docs? I’m interested in knowing if you are connected correctly
@@taylor.galbraithHi! No! I mean, i see details about the chip bit can’t send commands. The serial monitor is set on Newline, the baud rate is correct.
@captsk1109 abandoned the project for a while:(
You do realize - that you have to scroll all the way up to the top line in order to type in and send your commands ? @@P.A.T.
Hey man did you find out how to fix this i have read all coments tryed every thing but still can not get any thing to happen when typed W ''W
Is this only for ios?
Yes
Compilation error: 'service' has not been declared
how can I use manual on/off switch for the relay that changes the relay status in the app?
How to use it on android??
You don’t.
You completely glossed over configuring Wi-Fi via Serial Monitor once code is uploaded to ESP32 board. Took me watching a different HomeSpan tutorial on RUclips to realize what I was doing wrong.
Woah! Thanks for pointing that out! Just added a quick walkthrough in the comments.
dude you set off my HomePod so many times during this video, please censor yourself next time lmao
Mine didn’t go off at all. Voice recognition works I guess.
Thanks for turning my devices off by not muting your hey siri commands. Who does that?
Fake!