In your dialog I think I heard you say you could have multiple relays around the house. Is this correct? If so how does does the control get sent to the right module from the dashboard buttons?
@@OnosTech Thanks again. I'm at the point of programming but I cant get the board to be programmed. It says upload completed but I'm still seeing the default wifi AI-THINKER_DA400E instead of the set ESP01 RELAY so I can easily tell the programming did not work. The module I have is labelled ESP 01S
This one will work only when connected to WiFi. To make it work anywhere, you need to select the cloud option in remotely.com. See how it is done in this video: th-cam.com/video/CuZntm0lRIA/w-d-xo.html
It might be easier, but it likely limits you to a narrow purpose. These relays with esp01 can be integrated into all kinds of things. I can think of: remote starting a sauna, remote start heater in car, etc. so many interesting custom applications for pennies
Hi, Thanks for the valuable information. I have a query if you can provide information on this. I have learnt the mobile application development too using React Native. I want to create my own app to control this relay module. .How can I do that. Can you help me in this? Thanks a ton in advance.
I just tried this project but when trying to upload I get the error message: "Compilation error: flprogUtilites.h: No such file or directory" ? Any help would be appreciated. -Gordon
What version FLProg did you use? Did you download the portable version or the installer? My recommendation is to download and extract the portable version of 8.2.1 from the archive link: flprog.ru/en/downloads/distrutives/arhiveversions/arhiv-versij-programmy/ Just double-click on the application icon in the extracted files folder to open FLProg.
Thank you for the help. I downloaded the version that you recommended above and it works now! Before I used the FLProg installer 8.2.2 version and that is when I got the: "Compilation error: flprogUtilites.h: No such file or directory" @@OnosTech
You can download, extract and use the portable version 8.2.1 from the Achieve link below without installing it flprog.ru/en/downloads/distrutives/arhiveversions/arhiv-versij-programmy/
The relay module is good but the board is just shit. It gives a pulse high during booting, regardless of the way we program it. Which is not good for some applications.
Please help me in the ardunio program show at below. How can I slove this problem? Thank you . Variables and constants in RAM (global, static), used 28600 / 80192 bytes (35%) ║ SEGMENT BYTES DESCRIPTION ╠══ DATA 1536 initialized variables ╠══ RODATA 736 constants ╚══ BSS 26328 zeroed variables . Instruction RAM (IRAM_ATTR, ICACHE_RAM_ATTR), used 59575 / 65536 bytes (90%) ║ SEGMENT BYTES DESCRIPTION ╠══ ICACHE 32768 reserved space for flash instruction cache ╚══ IRAM 26807 code in IRAM . Code in flash (default, ICACHE_FLASH_ATTR), used 250148 / 1048576 bytes (23%) ║ SEGMENT BYTES DESCRIPTION ╚══ IROM 250148 code in flash esptool.py v3.0 Serial port COM3 Connecting........_____....._____....._____....._____....._____....._____.....____ A fatal esptool.py error occurred: Failed to connect to ESP8266: Timed out waiting for packet header_
Your chennel just a factory of Great Tutorial Videos👉❤️❤️❤️
Thank you so much 😀
Thanks!
Thank very much. I am so elated by your support. I am looking forward to producing similar content soon.
So cool. Thanks for making this.
You're welcome
Fantastic Tutorial, thanks
I am glad you like it.
Thanks mate. I have to wire my esp to my usb module and confused about what wires I need.
Search "ESP01 USB to TTL connection" on google, you should get some circuit diagram
I have thos modules and they are unreliable to switch the load (lamp) off after it has been on for some hours. The relay is not driven correctly!
how to display the timer that has been set
uploaded the code to my esp8266 01 and the access point not visible on mobile .so i cannot connect . i use 8.2.3 version of flprog
I am currently using the more stable version 8.2.1: flprog.ru/en/downloads/distrutives/arhiveversions/arhiv-versij-programmy/
i got it- thanks
In your dialog I think I heard you say you could have multiple relays around the house. Is this correct? If so how does does the control get sent to the right module from the dashboard buttons?
Yes, that is right. The communication blocks will be required for that purpose
How to power 5V DC if i connect to a normal switch?
Can I add a WiFi relay to the uygalaxy control board
what library are you using for esp8266wifi.h
It comes with FLProg installed
Can I set the delay for 12 Hours ?!
IOS-RemoteXY
Error
Cannot find the IP adress of the device
How do you power the relay? I'm seeing 5VDC on the label. I'm not familiar with any 5V batteries. Just 9V, 12V, 1.5V batteries here.
You can use the 9V or 12V battery directly
@@OnosTech Thanks again. I'm at the point of programming but I cant get the board to be programmed. It says upload completed but I'm still seeing the default wifi AI-THINKER_DA400E instead of the set ESP01 RELAY so I can easily tell the programming did not work. The module I have is labelled ESP 01S
so does this works only if connected to the same wifi or does it also work from anywhere ????
This one will work only when connected to WiFi. To make it work anywhere, you need to select the cloud option in remotely.com. See how it is done in this video: th-cam.com/video/CuZntm0lRIA/w-d-xo.html
Man, I bought a 5 pack of these and the relay modules but I'm having a hard time trying to see how a plug in wifi adapter is not just easier?
I don't understand what you mean by that. Do you want to connect all 5 to a wifi hotspot?
It might be easier, but it likely limits you to a narrow purpose. These relays with esp01 can be integrated into all kinds of things. I can think of: remote starting a sauna, remote start heater in car, etc. so many interesting custom applications for pennies
Hi everyone, when power on, relay is close although I set the output connecting relay Low level. Somebody tell me why and how to fix it
Check the FLProg program download link in the description, I have updated it.
Hi, Thanks for the valuable information. I have a query if you can provide information on this.
I have learnt the mobile application development too using React Native. I want to create my own app to control this relay module. .How can I do that. Can you help me in this? Thanks a ton in advance.
@OnosTech
Check Tutorials of MIT app inventor on TH-cam.
Top d+++
👍👍👍
Pls sir, i have done the remotexy , but i dont understand the flprog area??
How can i program the flprog i cant locate it on my system?
See playlist on FLProg Tutorial
sir Do you have a group chat on this this..
t.me/Onos_Tech
i found problem like this 'RemoteXY_Init' was not declared in this scope; did you mean 'RemoteXY_CONF'? any solution sir?
i was reinstall the library many times but matters still happend, :((
What language do you speak?
Sir could make a video on attiny programming through LD micro software.
Could you also do a video on LoRa? Again a great video!
I just tried this project but when trying to upload I get the error message: "Compilation error: flprogUtilites.h: No such file or directory" ? Any help would be appreciated. -Gordon
What version FLProg did you use?
Did you download the portable version or the installer?
My recommendation is to download and extract the portable version of 8.2.1 from the archive link: flprog.ru/en/downloads/distrutives/arhiveversions/arhiv-versij-programmy/
Just double-click on the application icon in the extracted files folder to open FLProg.
Thank you for the help. I downloaded the version that you recommended above and it works now! Before I used the FLProg installer 8.2.2 version and that is when I got the: "Compilation error: flprogUtilites.h: No such file or directory" @@OnosTech
Can we switch ON OFF when away from home. Thanks
You can configure the remotexy cloud server to do that. See this video example th-cam.com/video/CuZntm0lRIA/w-d-xo.html
hi sir can we connect es8266 to cloud server
Yes, you can.
Thanks sir 👍
Très intéressant , dommage que nous ne puissions pas installer le Logiciel FLProg.
You can download, extract and use the portable version 8.2.1 from the Achieve link below without installing it
flprog.ru/en/downloads/distrutives/arhiveversions/arhiv-versij-programmy/
sir a small doubt do we need bootloader for esp-01
No
👍
Thanks! 👍🏽👍🏽👍🏽
sorry, bro, I want to ask, I want to make 2 buttons, but the button can only be pressed 1 of the 2 buttons, how about old coding, bro?
I am sorry, your request is not clear to me
hey man, I was wondering how to get in contact, I really like your content and have a couple questions and proposals. thanks!
onos.technology@gmail.com
hi sir,is it necessary to assign IP address
Yes, it is or you can enable Assign DHCP to automatically do that.
Please, where can download Arduino code?
Link dưới video
Hello, thanks a lot for this great tutorial, can you please send us the final code after the FL prog part
In the description
The relay module is good but the board is just shit. It gives a pulse high during booting, regardless of the way we program it. Which is not good for some applications.
Agreed
Please help me in the ardunio program show at below.
How can I slove this problem?
Thank you
. Variables and constants in RAM (global, static), used 28600 / 80192 bytes (35%)
║ SEGMENT BYTES DESCRIPTION
╠══ DATA 1536 initialized variables
╠══ RODATA 736 constants
╚══ BSS 26328 zeroed variables
. Instruction RAM (IRAM_ATTR, ICACHE_RAM_ATTR), used 59575 / 65536 bytes (90%)
║ SEGMENT BYTES DESCRIPTION
╠══ ICACHE 32768 reserved space for flash instruction cache
╚══ IRAM 26807 code in IRAM
. Code in flash (default, ICACHE_FLASH_ATTR), used 250148 / 1048576 bytes (23%)
║ SEGMENT BYTES DESCRIPTION
╚══ IROM 250148 code in flash
esptool.py v3.0
Serial port COM3
Connecting........_____....._____....._____....._____....._____....._____.....____
A fatal esptool.py error occurred: Failed to connect to ESP8266: Timed out waiting for packet header_