You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys, in this topic I want to report to weird a thing that happens in my code. Since I'm talking about IR commands and Mongoose-os , I open a issue here, but my issue is not related to the library mongoose/ir.
So, since I'm using mongoose solution to connect with AWS, I ported part of code of this library, especifically the part of send raw commands IR (IRsend::sendRaw) to use in main mongoose, this works but its lose power (for some reason ) and I need to put Led next to device to works fine. I don't know why this happens me , cause its the same code and I use the library https://github.com/mongoose-os-libs/arduino-compat to translate functions like delay and digitalWrite from arduino to mongose functions.
I have a question, the libs in Mongoose limits the current and voltage in output pins?
ps: So, I have used a transistor to turnOn and turnOff my led infrared
The text was updated successfully, but these errors were encountered:
izaiasemjr
changed the title
Weird behavior in sending IR commands
Weird behavior sending IR commands
Oct 22, 2018
Hi guys, in this topic I want to report to weird a thing that happens in my code. Since I'm talking about IR commands and Mongoose-os , I open a issue here, but my issue is not related to the library mongoose/ir.
I used this library IR adapted for esp8266 to send IR commands <https://github.com/markszabo/IRremoteESP8266 and this works fine for me.
So, since I'm using mongoose solution to connect with AWS, I ported part of code of this library, especifically the part of send raw commands IR (IRsend::sendRaw) to use in main mongoose, this works but its lose power (for some reason ) and I need to put Led next to device to works fine. I don't know why this happens me , cause its the same code and I use the library https://github.com/mongoose-os-libs/arduino-compat to translate functions like delay and digitalWrite from arduino to mongose functions.
I have a question, the libs in Mongoose limits the current and voltage in output pins?
ps: So, I have used a transistor to turnOn and turnOff my led infrared
The text was updated successfully, but these errors were encountered: