Why do you use arduino pin 2 and 3 as RX and TX . Thought arduino uno RX and TX pin are pin 0 and pin 1. Please explain to guide me
@AhmadLogs3 жыл бұрын
I want serial communication to computer. and usb uart pin0 and pin1 are used for usb serial. and these pins are also used for uploading code to arduino. and we cannot use these pins to communicate both with sim800l and computer at the same time. that's why I did not use them. So, I have used pin2 and 3 to communication with sim800l using SoftwareSerial library. you might use pin0 and pin1 to communicate with sim800l.
@anirbanbanerjee75628 ай бұрын
The problem is that I can't change the state of the relay. Theoretically, when I press on a switch on my phone, the relay should be open/closed. Instead, nothing happens. I've checked the pins connected to the relay; they are powering on/off, so I doubt that it is a coding issue. But nothing is there in coding part or connection. So how to resolve ta issue. Please help
@trevorbelmont46336 ай бұрын
How to know if my module is for 5v or 12v(car)?
@faizalaliapriyono1096 Жыл бұрын
Good video!! But can it work with at-09 modules?? Or it will have different codes? Thanks👍
@AhmadLogs Жыл бұрын
I never tested at-09 modules.
@faizalaliapriyono1096 Жыл бұрын
@@AhmadLogs thanks for reply, i actually had tested it and work, thanks a lot👍
@AhmadLogs Жыл бұрын
@@faizalaliapriyono1096 thanks
@AwesomeBruvh2 жыл бұрын
Relay ko jo power cord connect ki hain voh kaha milegi?
@AhmadLogs2 жыл бұрын
these are simple AC wires. contact any electrician, he will provide you the cords
@Rahul-bk3fq3 жыл бұрын
Mast project hai
@AhmadLogs3 жыл бұрын
thanks
@indrajatiantonio44653 жыл бұрын
Hi there Would you like to give me the app link. There are too many on playstore.
@AhmadLogs3 жыл бұрын
amazingly, the app is disappear from the play-store. but I don't know why?
@indrajatiantonio44653 жыл бұрын
Thank You for your reply. Any other app compatible with your program? Wassalamualaikum
@AhmadLogs3 жыл бұрын
@@indrajatiantonio4465 try this app play.google.com/store/apps/details?id=dev.merahkemarun.arduinobluetoothrelay4ch there is also tutorial there. but unfortunately, I did not find any voice control app
@Izor12 Жыл бұрын
my "data" var is � so the if statemetns are never true, any idea how to fix it
@AhmadLogs Жыл бұрын
I think there is issue with serial communication
@chidiayoanasonye92433 жыл бұрын
How can I do this programming using my android phone . Please explain
@AhmadLogs3 жыл бұрын
which programming you are talking about? Arduino programming? or Bluetooth app development programming?
@chidiayoanasonye92433 жыл бұрын
@@AhmadLogs arduino programming
@AhmadLogs3 жыл бұрын
@@chidiayoanasonye9243 install ArduinoDroid app in the phone. this app is used to program the Arduino using android phone
@nkmatheducation45502 жыл бұрын
Every thing ok but led light not work on..??
@AhmadLogs2 жыл бұрын
what is the output of serial monitor?
@jailbreak7750 Жыл бұрын
for android only bluetooth iPhone can't connt
@AhmadLogs Жыл бұрын
you are right
@SABIN_BASKOTA Жыл бұрын
Code link
@robotman49523 жыл бұрын
R U Bangali?
@RăzvanMarinescu-i9z10 ай бұрын
Code for arduino??
@mdmilonkhanpowersource2006 Жыл бұрын
vary good
@AhmadLogs Жыл бұрын
thanks
@Samet_Topuz3 жыл бұрын
Dear Ahmad, It was a very nice video. Thank you for that. If we want to connect an LCD (2x16) to the circuit, how do we need to revise the code. Can you please help
@AhmadLogs3 жыл бұрын
then lot of changes are required. make a function for your lcd. then use that function to display required data to the lcd
@Samet_Topuz3 жыл бұрын
@@AhmadLogs thanks your answer. I used the "serialprintlcd light1 on or light1 off" command right after "light1 on or light1 off" , will the program right?