Dạ Bác tham khảo và đặt hàng trực tiếp tại link: banlinhkien.com/combo-mach-phat-hien-ro-ri-khi-gas-phong-chong-chay-no-ngat-khi-esp32-p38420050.html hoặc zalo số 0972.84.11.66 để AD tư vấn lên đơn ạ
Dạ Bác tham khảo và đặt hàng trực tiếp tại link: banlinhkien.com/combo-mach-phat-hien-ro-ri-khi-gas-phong-chong-chay-no-ngat-khi-esp32-p38420050.html hoặc zalo số 0972.84.11.66 để AD tư vấn lên đơn ạ
không khác gì bạn nhé, bạn cấu hình đúng chân trong khai báo là được. bạn tham khảo tài liệu với arduino UNO tại đây github.com/BanLinhKien/Arduino/tree/main/TOP%2010%20Arduino%20Projrects%20BLK/BLKLab_PRJ04_Lam_The_Nao_De_Phat_Hien_Khoi_Va_Khi_Gas_Canh_Bao_Bang_Arduino
Dạ Bác tham khảo và đặt hàng trực tiếp tại link: banlinhkien.com/search?q=r%C3%B2%20r%E1%BB%89%20kh%C3%AD%20gas hoặc zalo số 0972.84.11.66 để AD tư vấn lên đơn ạ
@@BanLinhKienVn shop cho em hỏi là lúc em dùng arduino nano 3.0 mặc định theo bộ thì hoạt động bth nhưng khi em chuyển qua dùng arduino uno thì màn hình chỉ sáng lên chứ không hiển thị nội dung (các chức năng khác vẫn hoạt động) thì phải đấu nối lại hay sao ạ
khi đó muốn báo về điện thoại bằng gửi tin nhắn sms và cuộc gọi thì bác phải code lại, hiện tại phiên bản arduino + module sim thực hiện gửi sms và cuộc gọi cảnh báo, phiên bản esp32 sẽ báo về app trên điện thoại ạ
Bác tải và nạp code từ Github Banlinhkien tại đây github.com/BanLinhKien/Arduino/tree/main/BLKLab_Project%20Arduino/BLKLab_Combo_Mach_Phat_Hien_Ro_Ri_Khi_Gas hoặc liên hệ zalo Kỹ thuật 0972.168.821 để được hỗ trợ ạ
dạ shop có bán nha bác, bác tham khảo sản phẩm tại đây banlinhkien.com/combo-mach-phat-hien-ro-ri-khi-gas-phong-chong-chay-no-ngat-khi-arduino-p38420049.html hoặc liên hệ zalo số 0972.84.11.66 để AD tư vấn lên đơn ạ
em nạp code esp32 nó bị lỗi như nào là sao ạ C:\Users\duong\OneDrive\Documents\Arduino\libraries\ESP32Servo\src\ESP32PWM.cpp: In destructor 'virtual ESP32PWM::~ESP32PWM()': C:\Users\duong\OneDrive\Documents\Arduino\libraries\ESP32Servo\src\ESP32PWM.cpp:50:17: error: 'ledcDetachPin' was not declared in this scope; did you mean 'ledcDetach'? 50 | ledcDetachPin(pin); | ^~~~~~~~~~~~~ | ledcDetach C:\Users\duong\OneDrive\Documents\Arduino\libraries\ESP32Servo\src\ESP32PWM.cpp: In static member function 'static double ESP32PWM::_ledcSetupTimerFreq(uint8_t, double, uint8_t)': C:\Users\duong\OneDrive\Documents\Arduino\libraries\ESP32Servo\src\ESP32PWM.cpp:57:16: error: 'ledcSetup' was not declared in this scope 57 | return ledcSetup(chan, freq, bit_num); | ^~~~~~~~~ C:\Users\duong\OneDrive\Documents\Arduino\libraries\ESP32Servo\src\ESP32PWM.cpp: In member function 'double ESP32PWM::setup(double, uint8_t)': C:\Users\duong\OneDrive\Documents\Arduino\libraries\ESP32Servo\src\ESP32PWM.cpp:148:17: error: 'ledcDetachPin' was not declared in this scope; did you mean 'ledcDetach'? 148 | ledcDetachPin(pin); | ^~~~~~~~~~~~~ | ledcDetach C:\Users\duong\OneDrive\Documents\Arduino\libraries\ESP32Servo\src\ESP32PWM.cpp:149:30: error: 'ledcSetup' was not declared in this scope 149 | double val = ledcSetup(getChannel(), freq, resolution_bits); | ^~~~~~~~~ C:\Users\duong\OneDrive\Documents\Arduino\libraries\ESP32Servo\src\ESP32PWM.cpp:153:16: error: 'ledcSetup' was not declared in this scope 153 | return ledcSetup(getChannel(), freq, resolution_bits); | ^~~~~~~~~ C:\Users\duong\OneDrive\Documents\Arduino\libraries\ESP32Servo\src\ESP32PWM.cpp: In member function 'void ESP32PWM::adjustFrequencyLocal(double, double)': C:\Users\duong\OneDrive\Documents\Arduino\libraries\ESP32Servo\src\ESP32PWM.cpp:170:17: error: 'ledcDetachPin' was not declared in this scope; did you mean 'ledcDetach'? 170 | ledcDetachPin(pin); | ^~~~~~~~~~~~~ | ledcDetach C:\Users\duong\OneDrive\Documents\Arduino\libraries\ESP32Servo\src\ESP32PWM.cpp:174:17: error: 'ledcAttachPin' was not declared in this scope; did you mean 'ledcAttach'? 174 | ledcAttachPin(pin, getChannel()); // re-attach the pin after frequency adjust | ^~~~~~~~~~~~~ | ledcAttach C:\Users\duong\OneDrive\Documents\Arduino\libraries\ESP32Servo\src\ESP32PWM.cpp: In member function 'void ESP32PWM::attachPin(uint8_t)': C:\Users\duong\OneDrive\Documents\Arduino\libraries\ESP32Servo\src\ESP32PWM.cpp:235:17: error: 'ledcAttachPin' was not declared in this scope; did you mean 'ledcAttach'? 235 | ledcAttachPin(pin, getChannel()); | ^~~~~~~~~~~~~ | ledcAttach C:\Users\duong\OneDrive\Documents\Arduino\libraries\ESP32Servo\src\ESP32PWM.cpp: In member function 'void ESP32PWM::detachPin(int)': C:\Users\duong\OneDrive\Documents\Arduino\libraries\ESP32Servo\src\ESP32PWM.cpp:263:9: error: 'ledcDetachPin' was not declared in this scope; did you mean 'ledcDetach'? 263 | ledcDetachPin(pin); | ^~~~~~~~~~~~~ | ledcDetach exit status 1
Đỉnh quá shop ơi
Cảm ơn Bác, mời bác flow kênh để theo dõi thêm nhiều sản phẩm mới ạ
Rất tuyệt vời
Cảm ơn Bác, mời Bác theo dõi kênh để đón chờ thêm nhiều sản phẩm mới ạ
Hay quá shop ơi
Cảm ơn Bác đã ủng hộ kênh ạ ^^
@@BanLinhKienVn e ủng hộ kênh từ mấy năm về trước rồi ad
hay quá ❤
Cảm ơn Bác đã ủng hộ kênh ạ ^^
Sản phẩm tuyệt vời .Mua hàng thế nào
Dạ Bác tham khảo và đặt hàng trực tiếp tại link: banlinhkien.com/combo-mach-phat-hien-ro-ri-khi-gas-phong-chong-chay-no-ngat-khi-esp32-p38420050.html hoặc zalo số 0972.84.11.66 để AD tư vấn lên đơn ạ
đỉnh của chóp, order hàng ở đâu vậy ạ
Dạ Bác tham khảo và đặt hàng trực tiếp tại link: banlinhkien.com/combo-mach-phat-hien-ro-ri-khi-gas-phong-chong-chay-no-ngat-khi-esp32-p38420050.html hoặc zalo số 0972.84.11.66 để AD tư vấn lên đơn ạ
Em cần hỏi thêm thông tin về sản phảm vì em thấy nó có lỗi so với mẫu mua ạ
bạn liên hệ Zalo Kỹ thuật Banlinhkien 0972.168.821 để được hỗ trợ nhé
Anh ơi bản adruno với UNON R3 code có khác nhau không ạ
không khác gì bạn nhé, bạn cấu hình đúng chân trong khai báo là được. bạn tham khảo tài liệu với arduino UNO tại đây github.com/BanLinhKien/Arduino/tree/main/TOP%2010%20Arduino%20Projrects%20BLK/BLKLab_PRJ04_Lam_The_Nao_De_Phat_Hien_Khoi_Va_Khi_Gas_Canh_Bao_Bang_Arduino
mik muốn mua riêng "Mạch Phát Hiện Rò Rỉ Khí GAS BLK" có bán không ad
Dạ Bác tham khảo và đặt hàng trực tiếp tại link: banlinhkien.com/search?q=r%C3%B2%20r%E1%BB%89%20kh%C3%AD%20gas hoặc zalo số 0972.84.11.66 để AD tư vấn lên đơn ạ
Bây h cắt sóng 2G rồi thì còn dùng được SIM800l ko ạ
hiện tại thì đến 15 tháng 10 mới cắt 2G ạ, bên shop có phiên bản hỗ trợ bác nhé, bác liên hệ zalo số 0972.84.11.66 để AD tư vấn lên đơn ạ
Bộ này thay vì dùng mạch arduino nano thì mình dùng mạch arduino uno được ko ạ
Hoàn toàn được nhé ạ, nếu dùng uno Bác lưu ý kết nối chân đúng với shield có sẵn của BanLinhKien nha: banlinhkien.com/search?q=ch%C3%A1y%20n%E1%BB%95
@@BanLinhKienVn shop cho em hỏi là lúc em dùng arduino nano 3.0 mặc định theo bộ thì hoạt động bth nhưng khi em chuyển qua dùng arduino uno thì màn hình chỉ sáng lên chứ không hiển thị nội dung (các chức năng khác vẫn hoạt động) thì phải đấu nối lại hay sao ạ
anh ơi anh có só đồ nguyên lý của cảm biến khí gas này kh anh cho em xin với
Bạn tham gia room zalo tư vấn kỹ thuật của BLK, gửi lại vấn đề để AD tư vấn chi tiết nhé ạ: zalo.me/g/lyylpo357
Bạn ơi còn ảnh sơ đồ k cho mình xin vs
cho em hỏi shop mún vào nhóm zalo tư vấn bên mình làm sao ạ
Bạn tham gia room zalo tư vấn kỹ thuật của BLK, gửi lại vấn đề để AD tư vấn chi tiết nhé ạ: zalo.me/g/lyylpo357
@@BanLinhKienVn nhóm mình đã đầy thì làm sao ah
@@lequy5293 Vẫn còn slot đấy ạ
@@BanLinhKienVn cho em hỏi mún vẽ cái sơ đồ lắp arduino thì mình dùng cái gì để vẽ ấy ạ
@@lequy5293 Bạn tham khảo: tinkercat, fritzing, wokwi, powerpoint
nếu mình thay arduino bằng esp32 mà vẫn dùng sim 800l thì vẫn được đúng k ạ
khi đó muốn báo về điện thoại bằng gửi tin nhắn sms và cuộc gọi thì bác phải code lại, hiện tại phiên bản arduino + module sim thực hiện gửi sms và cuộc gọi cảnh báo, phiên bản esp32 sẽ báo về app trên điện thoại ạ
Mà sao bên mik làm theo lại ko thấy chữ hiện lên vậy shop ko có code trên sẵn à
Bác tải và nạp code từ Github Banlinhkien tại đây github.com/BanLinhKien/Arduino/tree/main/BLKLab_Project%20Arduino/BLKLab_Combo_Mach_Phat_Hien_Ro_Ri_Khi_Gas hoặc liên hệ zalo Kỹ thuật 0972.168.821 để được hỗ trợ ạ
Bên mình có nhận in mạch ko shop
Dạ không Bác ạ. Bác có thể đến các cửa hàng của BanLinhKien để được hỗ trợ tự làm mạch in thủ công.
có kèm theo cod kg shop
AD nạp sẵn code trong bo điều khiển rồi ạ. Còn sau khi mua hàng AD sẽ gửi code cho Bạn nếu Bạn yêu cầu nhé ạ
@@BanLinhKienVn shop cho xin so zalo ạ để mua hàng ạ
@@dienmayphongtienphat Bác zalo số 0972.84.11.66 giúp AD ạ
Có bán ko vậy ạ
dạ shop có bán nha bác, bác tham khảo sản phẩm tại đây banlinhkien.com/combo-mach-phat-hien-ro-ri-khi-gas-phong-chong-chay-no-ngat-khi-arduino-p38420049.html hoặc liên hệ zalo số 0972.84.11.66 để AD tư vấn lên đơn ạ
em nạp code esp32 nó bị lỗi như nào là sao ạ
C:\Users\duong\OneDrive\Documents\Arduino\libraries\ESP32Servo\src\ESP32PWM.cpp: In destructor 'virtual ESP32PWM::~ESP32PWM()':
C:\Users\duong\OneDrive\Documents\Arduino\libraries\ESP32Servo\src\ESP32PWM.cpp:50:17: error: 'ledcDetachPin' was not declared in this scope; did you mean 'ledcDetach'?
50 | ledcDetachPin(pin);
| ^~~~~~~~~~~~~
| ledcDetach
C:\Users\duong\OneDrive\Documents\Arduino\libraries\ESP32Servo\src\ESP32PWM.cpp: In static member function 'static double ESP32PWM::_ledcSetupTimerFreq(uint8_t, double, uint8_t)':
C:\Users\duong\OneDrive\Documents\Arduino\libraries\ESP32Servo\src\ESP32PWM.cpp:57:16: error: 'ledcSetup' was not declared in this scope
57 | return ledcSetup(chan, freq, bit_num);
| ^~~~~~~~~
C:\Users\duong\OneDrive\Documents\Arduino\libraries\ESP32Servo\src\ESP32PWM.cpp: In member function 'double ESP32PWM::setup(double, uint8_t)':
C:\Users\duong\OneDrive\Documents\Arduino\libraries\ESP32Servo\src\ESP32PWM.cpp:148:17: error: 'ledcDetachPin' was not declared in this scope; did you mean 'ledcDetach'?
148 | ledcDetachPin(pin);
| ^~~~~~~~~~~~~
| ledcDetach
C:\Users\duong\OneDrive\Documents\Arduino\libraries\ESP32Servo\src\ESP32PWM.cpp:149:30: error: 'ledcSetup' was not declared in this scope
149 | double val = ledcSetup(getChannel(), freq, resolution_bits);
| ^~~~~~~~~
C:\Users\duong\OneDrive\Documents\Arduino\libraries\ESP32Servo\src\ESP32PWM.cpp:153:16: error: 'ledcSetup' was not declared in this scope
153 | return ledcSetup(getChannel(), freq, resolution_bits);
| ^~~~~~~~~
C:\Users\duong\OneDrive\Documents\Arduino\libraries\ESP32Servo\src\ESP32PWM.cpp: In member function 'void ESP32PWM::adjustFrequencyLocal(double, double)':
C:\Users\duong\OneDrive\Documents\Arduino\libraries\ESP32Servo\src\ESP32PWM.cpp:170:17: error: 'ledcDetachPin' was not declared in this scope; did you mean 'ledcDetach'?
170 | ledcDetachPin(pin);
| ^~~~~~~~~~~~~
| ledcDetach
C:\Users\duong\OneDrive\Documents\Arduino\libraries\ESP32Servo\src\ESP32PWM.cpp:174:17: error: 'ledcAttachPin' was not declared in this scope; did you mean 'ledcAttach'?
174 | ledcAttachPin(pin, getChannel()); // re-attach the pin after frequency adjust
| ^~~~~~~~~~~~~
| ledcAttach
C:\Users\duong\OneDrive\Documents\Arduino\libraries\ESP32Servo\src\ESP32PWM.cpp: In member function 'void ESP32PWM::attachPin(uint8_t)':
C:\Users\duong\OneDrive\Documents\Arduino\libraries\ESP32Servo\src\ESP32PWM.cpp:235:17: error: 'ledcAttachPin' was not declared in this scope; did you mean 'ledcAttach'?
235 | ledcAttachPin(pin, getChannel());
| ^~~~~~~~~~~~~
| ledcAttach
C:\Users\duong\OneDrive\Documents\Arduino\libraries\ESP32Servo\src\ESP32PWM.cpp: In member function 'void ESP32PWM::detachPin(int)':
C:\Users\duong\OneDrive\Documents\Arduino\libraries\ESP32Servo\src\ESP32PWM.cpp:263:9: error: 'ledcDetachPin' was not declared in this scope; did you mean 'ledcDetach'?
263 | ledcDetachPin(pin);
| ^~~~~~~~~~~~~
| ledcDetach
exit status 1
anh ơi nếu không phải arduino mà em dùng pic 16f877a được không ạ
Dạ tất nhiên là được ạ, vi điều khiển nào cũng xử lý được bài toán này. Tuy nhiên combo này BanLinhKien làm riêng cho Arduino Bác ah
@@BanLinhKienVn anh có thể làm 1 video về khi thay thế bằng con pic đc ko ạ
@@10-truongucat73 Bác để lại sđt để AD liên hệ tư vấn nhé ạ
Kết nối app android studio thì sao ạ
Shop ơi hàng bị lỗi thì phản hồi sao ạ
bạn liên hệ Zalo Kỹ thuật Banlinhkien 0972.168.821 để được hỗ trợ nhé
bộ kit được nạp sẵn code chưa ạ
bộ sản phẩm đã được nạp sẵn code bác nhé, có cả code kèm theo giúp bác tùy chỉnh theo bài toán của mình ạ
😮😮😮🔧🔨😍😍😎😎👍👍👍👍
7:30 kh có arduino thì ls ạ
dạ bác có thể mua arduino hoặc liên hệ zalo số 0972.84.11.66 để AD tư vấn lên đơn ạ