Mateus

Results 3 issues of Mateus

I used **‘Exemple04_MultipleAccessories’** multiple_accessories.ino example and change to read sensor pin _HC-SR501_. ``` // bool m = random_value(0, 10) < 5; bool m = digitalRead(PIN_SENSOR); if(m == HIGH){ Serial.println( m...

Hi Guys, there is possible to make a control with ESP8266 ? I don’t find a exemple to beging tests. I would like to do something like this https://support.sensibo.com/l/en/article/yt2lig7u5z-home-kit-for-sensibo-air I...

Hi! I used this code to find QMC5883L Compass, but don’t found. The code compile on ESP32, but don’t show data. What can I do to test it ? `#include...

help wanted