Search found 10 matches

by angelosub
04 May 2020, 03:06
Forum: ESP Easy: Software
Topic: math functions usable in rules
Replies: 1
Views: 4706

math functions usable in rules

What mathematical functions can be used on rules or in formulas? Log, Cos, Sin it's possible use?
In my particular case I have a necessity to make a log10 of the value read from a sensor.
I have tried Log([test#a]) log([test#a]) log10([test#a]) lg([test#a]) nothing work
by angelosub
10 Jun 2017, 21:21
Forum: ESP Easy: Hardware
Topic: IR Transmitter ?
Replies: 120
Views: 190537

Re: IR Transmitter ?

Hi, I have try the "TurnOnDaikinAC" example of library IRremoteESP8266 It's perfect. This is the example: #include <IRDaikinESP.h> IRDaikinESP dakinir(5); //D1 GPIO5 void setup(){ dakinir.begin(); Serial.begin(115200); } void loop(){ Serial.println("Sending..."); // Set up what w...
by angelosub
30 May 2017, 23:58
Forum: ESP Easy: Hardware
Topic: IR Transmitter ?
Replies: 120
Views: 190537

Re: IR Transmitter ?

Gustavo helped me, let me see if I can help you a bit... :) I suppose the code for IR transmitter with ESPEasy is NEC 800FF -> http://<ip address>/control?cmd=IRSEND,NEC,800FF It's correct? The syntax as documented suggests you need to provide the number of bits on the end of that. another question...
by angelosub
30 May 2017, 23:37
Forum: ESP Easy: Hardware
Topic: IR Transmitter ?
Replies: 120
Views: 190537

Re: IR Transmitter ?

I don't understand why, but in the IRremoteESP8266 library it's presents a DAIKIN sample IR command and in the _P35_IRTX.ino the DAIKIN code is not integrated. see below if (IrType.equalsIgnoreCase("NEC")) Plugin_035_irSender->sendNEC(IrCode, IrBits); if (IrType.equalsIgnoreCase("JVC&...
by angelosub
30 May 2017, 22:37
Forum: ESP Easy: Hardware
Topic: IR Transmitter ?
Replies: 120
Views: 190537

Re: IR Transmitter ?

thanks ged, I have try and this is the result: Encoding : UNKNOWN Code : B3E2CB06 (32 bits) Timing[11]: + 450, - 450 + 400, - 400 + 500, - 400 + 400, - 450 + 400, - 450 + 450 unsigned int rawData[11] = {450,450, 400,400, 500,400, 400,450, 400,450, 450}; // UNKNOWN B3E2CB06 Encoding : SANYO Code : F...
by angelosub
30 May 2017, 21:43
Forum: ESP Easy: Hardware
Topic: IR Transmitter ?
Replies: 120
Views: 190537

Re: IR Transmitter ?

Gustavo helped me, let me see if I can help you a bit... :) I suppose the code for IR transmitter with ESPEasy is NEC 800FF -> http://<ip address>/control?cmd=IRSEND,NEC,800FF It's correct? The syntax as documented suggests you need to provide the number of bits on the end of that. another question...
by angelosub
30 May 2017, 19:54
Forum: ESP Easy: Hardware
Topic: IR Transmitter ?
Replies: 120
Views: 190537

Re: IR Transmitter ?

I have don't understand extrapolate a RAW data from IR transmitter. I have try to receive a IR code with a P016 plugin "Infrared Receiv - TSOP4838". In house I have TSOP4136 ad I have used this, the difference is the IR frequencies. TSOP4838 38kHz TSOP4136 36kHz. I hope isn't a problem. W...
by angelosub
28 May 2017, 21:35
Forum: ESP Easy: Software
Topic: ESP-01 Flashing
Replies: 1
Views: 2737

Re: ESP-01 Flashing

I have resolved with a FTDI232
by angelosub
28 May 2017, 21:32
Forum: ESP Easy: Hardware
Topic: IR Transmitter ?
Replies: 120
Views: 190537

Re: IR Transmitter ?

I have don't understand extrapolate a RAW data from IR transmitter. I have try to receive a IR code with a P016 plugin "Infrared Receiv - TSOP4838". In house I have TSOP4136 ad I have used this, the difference is the IR frequencies. TSOP4838 38kHz TSOP4136 36kHz. I hope isn't a problem. Wh...
by angelosub
26 Jan 2017, 14:12
Forum: ESP Easy: Software
Topic: ESP-01 Flashing
Replies: 1
Views: 2737

ESP-01 Flashing

Hi, using a USB ASP similar to this http://www.fischl.de/usbasp/ connecting Rx and Tx it is possible flashing EpsEasy on ESP-01? If yes is necessary using the flashtool or it's possible using a arduino ide? For flashing the ESP-01 it's necessary connected a particular flash enable pin? thanks in adv...