Спасибо А как сделать так что бы сама ардуино могла включать например музыкальный центр, регулировать громкость? Например если Ардуино с блютусом или ВайФам, то с телефона подать сингал на Ардуино, а Ардуино стоит рядом с МузЦентром и включает его, управляет им.
так и не смог добиться вменяемой работы пультов. комплектный выдает в монитор вместо кода мешанину из символов, которые сразу же вешают модуль ардуино. помогает только ресет. если взять пульт то тв то там тоже коды читаются как попало. может датчик бракованный?
я библиотеку устанавливал внутри Arduino IDE (как на видео). А что там обновить то? Копируешь себе код с блокнота, правильно подключаешь и делаешь загрузку в плату ;)
Тут еще вопрос качества свмого пульта, китайские наборы еще тот треш. Настраивал схему, реально задолбался то коды на одной кнопке разные, то наоборот один и тот же код со всех кнопок возвращается. Потом случайно водил пультом возле приемника ю заметил, что не нажимая кнопок, датчик срабатывает, короче фонит китайский пульт так, что вонь в доме слышно. Взял обычные пульты от телеков, все заработало идеально.
Здравствуйте. Я радиотехник в прошлом, но с ардуино пока не знаком. Скажите, можно ли сделать так, чтобы ардуино отправляло ИК сигнал включения /отключения кондиционера в зависимости от влажности воздуха? Сложна ли программа?
Здравствуйте, я с относительно хорошо знаю ардуино. Вроде чтобы она отправляла ИК сигнал сделать нельзя, но можно легко отправлять Bluethoot сигнал(с помощью нужного модуля забейте в интернете "Ардуино HC-05/HC-04/HC-06)
помогите что делать ошибка In file included from C:\Users\Daniil Horosh\Documents\Arduino\sketch_jan14a\sketch_jan14a.ino:1:0: C:\Users\Daniil Horosh\Documents\Arduino\libraries\IRremote\src/IRremote.h:12:2: warning: #warning Thank you for using the IRremote library! [-Wcpp] #warning Thank you for using the IRremote library! ^~~~~~~ C:\Users\Daniil Horosh\Documents\Arduino\libraries\IRremote\src/IRremote.h:13:2: warning: #warning It seems, that you are using a old version 2.0 code / example. [-Wcpp] #warning It seems, that you are using a old version 2.0 code / example. ^~~~~~~ C:\Users\Daniil Horosh\Documents\Arduino\libraries\IRremote\src/IRremote.h:14:2: warning: #warning This version is no longer supported! [-Wcpp] #warning This version is no longer supported! ^~~~~~~ C:\Users\Daniil Horosh\Documents\Arduino\libraries\IRremote\src/IRremote.h:15:2: warning: #warning Please use one of the new code examples from the library available at "File > Examples > Examples from Custom Libraries / IRremote". [-Wcpp] #warning Please use one of the new code examples from the library available at "File > Examples > Examples from Custom Libraries / IRremote". ^~~~~~~ In file included from C:\Users\Daniil Horosh\Documents\Arduino\sketch_jan14a\sketch_jan14a.ino:1:0: C:\Users\Daniil Horosh\Documents\Arduino\libraries\IRremote\src/IRremote.h:16:2: warning: #warning Or downgrade your library to version 2.6.0. [-Wcpp] #warning Or downgrade your library to version 2.6.0. ^~~~~~~ C:\Users\Daniil Horosh\Documents\Arduino\libraries\IRremote\src/IRremote.h:17:2: warning: #warning Start with the SimpleReceiver or SimpleSender example. [-Wcpp] #warning Start with the SimpleReceiver or SimpleSender example. ^~~~~~~ C:\Users\Daniil Horosh\Documents\Arduino\libraries\IRremote\src/IRremote.h:18:2: warning: #warning The examples are documented here: https: [-Wcpp] #warning The examples are documented here: github.com/Arduino-IRremote/Arduino-IRremote#examples-for-this-library ^~~~~~~ C:\Users\Daniil Horosh\Documents\Arduino\libraries\IRremote\src/IRremote.h:19:2: warning: #warning A guide how to convert your 2.0 program is here: https: [-Wcpp] #warning A guide how to convert your 2.0 program is here: github.com/Arduino-IRremote/Arduino-IRremote#converting-your-2x-program-to-the-4x-version ^~~~~~~ C:\Users\Daniil Horosh\Documents\Arduino\sketch_jan14a\sketch_jan14a.ino:2:16: warning: 'IRrecv::IRrecv(uint_fast8_t)' is deprecated: Please use the default IRrecv instance "IrReceiver" and IrReceiver.begin(), and not your own IRrecv instance. [-Wdeprecated-declarations] IRrecv irrecv(2); ^ In file included from C:\Users\Daniil Horosh\Documents\Arduino\libraries\IRremote\src/IRremote.hpp:286:0, from C:\Users\Daniil Horosh\Documents\Arduino\libraries\IRremote\src/IRremote.h:10, from C:\Users\Daniil Horosh\Documents\Arduino\sketch_jan14a\sketch_jan14a.ino:1: C:\Users\Daniil Horosh\Documents\Arduino\libraries\IRremote\src/IRReceive.hpp:79:1: note: declared here IRrecv::IRrecv(uint_fast8_t aReceivePin) { ^~~~~~ C:\Users\Daniil Horosh\Documents\Arduino\sketch_jan14a\sketch_jan14a.ino: In function 'void loop()': C:\Users\Daniil Horosh\Documents\Arduino\sketch_jan14a\sketch_jan14a.ino:10:29: warning: 'bool IRrecv::decode(decode_results*)' is deprecated: Please use IrReceiver.decode() without a parameter and IrReceiver.decodedIRData. . [-Wdeprecated-declarations] if (irrecv.decode(&results)) { ^ In file included from C:\Users\Daniil Horosh\Documents\Arduino\sketch_jan14a\sketch_jan14a.ino:1:0: C:\Users\Daniil Horosh\Documents\Arduino\libraries\IRremote\src/IRremote.h:29:6: note: declared here bool IRrecv::decode(decode_results *aResults) { ^~~~~~
Идеальный курс, все очень понятно объясняете))) Спасибо огромное!
Спасибо
А как сделать так что бы сама ардуино могла включать например музыкальный центр, регулировать громкость?
Например если Ардуино с блютусом или ВайФам, то с телефона подать сингал на Ардуино, а Ардуино стоит рядом с МузЦентром и включает его, управляет им.
так и не смог добиться вменяемой работы пультов. комплектный выдает в монитор вместо кода мешанину из символов, которые сразу же вешают модуль ардуино. помогает только ресет. если взять пульт то тв то там тоже коды читаются как попало. может датчик бракованный?
Здравствуйте можно также включить выключить с помощью nrf24l01
Привет, спасибо за обзор, мог бы ты ещё обновить свой код (Библиотека, итд.)
я библиотеку устанавливал внутри Arduino IDE (как на видео). А что там обновить то? Копируешь себе код с блокнота, правильно подключаешь и делаешь загрузку в плату ;)
А если на готовой схеме сгорел ИК датчик то его просто заменить на другой не получится? Нужно настраивать заново?
Да
При подключении, у меня отключается плата, что делать?
Здравствуйте! А насколько нормально то что у меня все коды со всех кнопок одинаковы?
Здравствуйте! Попробуйте другую версию библиотеки подобрать, там сейчас проблемы с ними
Тут еще вопрос качества свмого пульта, китайские наборы еще тот треш. Настраивал схему, реально задолбался то коды на одной кнопке разные, то наоборот один и тот же код со всех кнопок возвращается. Потом случайно водил пультом возле приемника ю заметил, что не нажимая кнопок, датчик срабатывает, короче фонит китайский пульт так, что вонь в доме слышно. Взял обычные пульты от телеков, все заработало идеально.
@@NadezhdaLogunkovaэххххэхххээхээээ́хэ́
Здравствуйте. Я радиотехник в прошлом, но с ардуино пока не знаком. Скажите, можно ли сделать так, чтобы ардуино отправляло ИК сигнал включения /отключения кондиционера в зависимости от влажности воздуха? Сложна ли программа?
Здравствуйте, я с относительно хорошо знаю ардуино. Вроде чтобы она отправляла ИК сигнал сделать нельзя, но можно легко отправлять Bluethoot сигнал(с помощью нужного модуля забейте в интернете "Ардуино HC-05/HC-04/HC-06)
Тож не работает.
А если добавить delay 200 начинает работать но этот делай очень мешает.
Вот ищу как бы этот делай убрать
vers library 2.2.3
как можно с вами связаться?
а смысл?
@@teacherinventor есть вопрос, и возможно будет предложение, связанное с информацией в видео ролике
не находит библиотеку , что с этим можно сделать?
а нет все норм
Підкажіть як зробити щоб сигнал подавався поки тримаєш кнопку???
для цього більше підійде радіокерування, а не інфрачервоний датчик
а как понять сгорел или нет датчик
Если работает, то не сгорел, если работает, то сгорел. Проверить можно из кода этого видео
Схему получше надо было показать собрать не получается
vers library 2.2.3
показал бы еще куда что подклбчать когда мы определяли код кнопкт дурачок
0:11 все на схеме нарисовано, бездарь
Там схема была :/
помогите что делать
ошибка
In file included from C:\Users\Daniil Horosh\Documents\Arduino\sketch_jan14a\sketch_jan14a.ino:1:0:
C:\Users\Daniil Horosh\Documents\Arduino\libraries\IRremote\src/IRremote.h:12:2: warning: #warning Thank you for using the IRremote library! [-Wcpp]
#warning Thank you for using the IRremote library!
^~~~~~~
C:\Users\Daniil Horosh\Documents\Arduino\libraries\IRremote\src/IRremote.h:13:2: warning: #warning It seems, that you are using a old version 2.0 code / example. [-Wcpp]
#warning It seems, that you are using a old version 2.0 code / example.
^~~~~~~
C:\Users\Daniil Horosh\Documents\Arduino\libraries\IRremote\src/IRremote.h:14:2: warning: #warning This version is no longer supported! [-Wcpp]
#warning This version is no longer supported!
^~~~~~~
C:\Users\Daniil Horosh\Documents\Arduino\libraries\IRremote\src/IRremote.h:15:2: warning: #warning Please use one of the new code examples from the library available at "File > Examples > Examples from Custom Libraries / IRremote". [-Wcpp]
#warning Please use one of the new code examples from the library available at "File > Examples > Examples from Custom Libraries / IRremote".
^~~~~~~
In file included from C:\Users\Daniil Horosh\Documents\Arduino\sketch_jan14a\sketch_jan14a.ino:1:0:
C:\Users\Daniil Horosh\Documents\Arduino\libraries\IRremote\src/IRremote.h:16:2: warning: #warning Or downgrade your library to version 2.6.0. [-Wcpp]
#warning Or downgrade your library to version 2.6.0.
^~~~~~~
C:\Users\Daniil Horosh\Documents\Arduino\libraries\IRremote\src/IRremote.h:17:2: warning: #warning Start with the SimpleReceiver or SimpleSender example. [-Wcpp]
#warning Start with the SimpleReceiver or SimpleSender example.
^~~~~~~
C:\Users\Daniil Horosh\Documents\Arduino\libraries\IRremote\src/IRremote.h:18:2: warning: #warning The examples are documented here: https: [-Wcpp]
#warning The examples are documented here: github.com/Arduino-IRremote/Arduino-IRremote#examples-for-this-library
^~~~~~~
C:\Users\Daniil Horosh\Documents\Arduino\libraries\IRremote\src/IRremote.h:19:2: warning: #warning A guide how to convert your 2.0 program is here: https: [-Wcpp]
#warning A guide how to convert your 2.0 program is here: github.com/Arduino-IRremote/Arduino-IRremote#converting-your-2x-program-to-the-4x-version
^~~~~~~
C:\Users\Daniil Horosh\Documents\Arduino\sketch_jan14a\sketch_jan14a.ino:2:16: warning: 'IRrecv::IRrecv(uint_fast8_t)' is deprecated: Please use the default IRrecv instance "IrReceiver" and IrReceiver.begin(), and not your own IRrecv instance. [-Wdeprecated-declarations]
IRrecv irrecv(2);
^
In file included from C:\Users\Daniil Horosh\Documents\Arduino\libraries\IRremote\src/IRremote.hpp:286:0,
from C:\Users\Daniil Horosh\Documents\Arduino\libraries\IRremote\src/IRremote.h:10,
from C:\Users\Daniil Horosh\Documents\Arduino\sketch_jan14a\sketch_jan14a.ino:1:
C:\Users\Daniil Horosh\Documents\Arduino\libraries\IRremote\src/IRReceive.hpp:79:1: note: declared here
IRrecv::IRrecv(uint_fast8_t aReceivePin) {
^~~~~~
C:\Users\Daniil Horosh\Documents\Arduino\sketch_jan14a\sketch_jan14a.ino: In function 'void loop()':
C:\Users\Daniil Horosh\Documents\Arduino\sketch_jan14a\sketch_jan14a.ino:10:29: warning: 'bool IRrecv::decode(decode_results*)' is deprecated: Please use IrReceiver.decode() without a parameter and IrReceiver.decodedIRData. . [-Wdeprecated-declarations]
if (irrecv.decode(&results)) {
^
In file included from C:\Users\Daniil Horosh\Documents\Arduino\sketch_jan14a\sketch_jan14a.ino:1:0:
C:\Users\Daniil Horosh\Documents\Arduino\libraries\IRremote\src/IRremote.h:29:6: note: declared here
bool IRrecv::decode(decode_results *aResults) {
^~~~~~