bluetooth HC-06
circuit connection
code
code
نسخ
اقتباس
عرض
تنزيل
note
#when you want to upload code to arduino the vcc wire for bluetooth will disconnect because this it use the same serial port that computer will upload the code to arduino by it . #but you can use the next #include <SoftwareSerial.h> SoftwareSerial EEBlue(10, 11); // RX | TX >>>(using this library will define new serial port) >>> in this case if the vcc wire of bluetooth is connect will not make any error
arduino mega
arduino mega code:
code
نسخ
اقتباس
عرض
تنزيل