Search found 10 matches

by marceloMiranda
31 Jan 2019, 17:19
Forum: ESP Easy: Software
Topic: How send IR code on HTTP or MQTT?
Replies: 0
Views: 2011

How send IR code on HTTP or MQTT?

I tried to use as a command, in a rule, an MQTT or HTTP. But IR don't work.... With the: IRremoteESP8266/examples/IRrecvDumpV2 I get code 8166817E IRrecvDumpV2 is now running and waiting for IR input on Pin 14 Timestamp : 000035.723 Encoding : NEC Code : 8166817E (32 bits) Library : v2.5.2 Raw Timin...
by marceloMiranda
30 Jan 2019, 17:33
Forum: ESP Easy: General Discussion
Topic: How should I send the IR Transmit code?
Replies: 2
Views: 2860

Re: How should I send the IR Transmit code?

If this helps, IRrecvDump V2 sends IRrecvDumpV2 is now running and waiting for IR input on Pin 14 Timestamp : 000035.723 Encoding : NEC Code : 8166817E (32 bits) Library : v2.5.2 Raw Timing[71]: + 9068, - 4444, + 624, - 1614, + 624, - 496, + 626, - 496, + 624, - 496, + 624, - 498, + 624, - 498, + 62...
by marceloMiranda
29 Jan 2019, 18:56
Forum: ESP Easy: General Discussion
Topic: How should I send the IR Transmit code?
Replies: 2
Views: 2860

How should I send the IR Transmit code?

ESP8266 MQTT IR Transmitter with ESPEasy I'm using the schematic below: IR_transmitter.PNG The modules works perfect for capturing and transmitting IR signals. They are very simple to use, along with the IRremoteESP8266 library on Arduino IDE. With the: IRremoteESP8266/examples/IRrecvDumpV2 I get co...
by marceloMiranda
18 Dec 2018, 18:45
Forum: ESP Easy: Software
Topic: What am I doing wrong with the ESP32 module?
Replies: 17
Views: 13983

Re: What am I doing wrong with the ESP32 module?

I neglected to flash the extra bin, but how you program... See considering the latest version "Release mega-20181218" I download zip and inside has only 2 file about ESP32 ... • boot_app0.bin → may be ESP_Easy_mega-20181218_esp32dev.bin • bootloader.bin → :?: • ESPEasy.ino.partitions.bin →...
by marceloMiranda
17 Dec 2018, 17:06
Forum: ESP Easy: Software
Topic: What am I doing wrong with the ESP32 module?
Replies: 17
Views: 13983

Re: What am I doing wrong with the ESP32 module?

Sorry to bother you.
You need any help I can by testing something, please let me know.
by marceloMiranda
17 Dec 2018, 14:25
Forum: ESP Easy: Software
Topic: What am I doing wrong with the ESP32 module?
Replies: 17
Views: 13983

Re: What am I doing wrong with the ESP32 module?

:cry:
Why nobody answers me?
ESP32 would it be in another topic?

Marcelo Miranda
by marceloMiranda
14 Dec 2018, 13:32
Forum: ESP Easy: Software
Topic: What am I doing wrong with the ESP32 module?
Replies: 17
Views: 13983

What am I doing wrong with the ESP32 module?

Hello everyone! I'm trying to use ESP32 but the ESP_EASY network does not appear for me to connect to 192.168.4.1. I am using the latest mega-20181214 version and used the two programs that come in it ... I programmed using the commands below: esptool -p / dev / ttyUSB0 write_flash 0x00000 ESP_Easy_...
by marceloMiranda
12 Dec 2018, 19:30
Forum: ESP Easy: Software
Topic: How a program esp8266 for Auto Reboot...
Replies: 5
Views: 6412

Re: How a program esp8266 for Auto Reboot...

it work! Very nice man...
THANKS SO MUCH!

8-)
by marceloMiranda
12 Dec 2018, 18:28
Forum: ESP Easy: Software
Topic: How a program esp8266 for Auto Reboot...
Replies: 5
Views: 6412

Re: How a program esp8266 for Auto Reboot...

I wish my ESP8266 rebooted at midnight. I'm automating at the garage door. Bellow all my code... On System#Boot do gpio,5,1 //portaozinho gpio,4,1 //up door gpio,0,1 //stop door gpio,14,1 //down door timerSet,2,86400 //one day endon On Button01#Switch do if [Button01#Switch]=1 gpio,14,1 else gpio,14...
by marceloMiranda
12 Dec 2018, 18:04
Forum: ESP Easy: Software
Topic: How a program esp8266 for Auto Reboot...
Replies: 5
Views: 6412

How a program esp8266 for Auto Reboot...

Hi for all! My name is Marcelo and I'm trying to program the auto reboot. I tried to create a timer as below. on Rules#Timer=2 do SendToHTTP http://192.168.50.2/?cmd=reboot endon but it went wrong :o( Could someone please help me program the auto reboot? ESP Easy version: mega-20181112 My IP is 192....