Ir Works unstable

Recurrent H/W and software problems
Post Reply
PANNO2
Posts: 51
Joined: Tue Jun 08, 2021 6:26 pm
Has thanked: 47 times
Been thanked: 3 times

Ir Works unstable

Post by PANNO2 »

Hi , atm i play with infrared on the wroom u esp32 . I need to press 5-10 the remote to become an interrupt with the ir demo.
If i brigde the output pin and the input put like rx/tx i get nothing.
Even i testet several Remotes . Can anyone check?


I use the latest version. Mit freundlichen Grüßen
User avatar
cicciocb
Site Admin
Posts: 1900
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 407 times
Been thanked: 1272 times
Contact:

Re: Ir Works unstable

Post by cicciocb »

Could you develop more on what you are using as IR sensor and the code snippet that you are using ?
PANNO2
Posts: 51
Joined: Tue Jun 08, 2021 6:26 pm
Has thanked: 47 times
Been thanked: 3 times

Re: Ir Works unstable

Post by PANNO2 »

hi,
to be shure its not the modul i try a new esp 32 with
same behviar.

i bought the ir sensor long ago from aliexpress so i dont not exakt the name . i use the infrard1.bas code ,annex 1.4.8.22
will check a arduino ino .
i dont think its the sensor because sometimes the code is working but i dont know exakly



oninfrared pippo
ir.init 13
do
pause 10000
wlog time$
loop
pippo:
wlog ir.get$, ir.get$(1), ir.get$(2), ir.get$(3), ir.get$(4), ir.get$(5)
return
Post Reply