envy / esp-knx-ip

A KNX/IP library for the ESP8266 with Arduino
MIT License
136 stars 49 forks source link

What IDE are you using? #10

Closed olexabondarenko closed 4 years ago

olexabondarenko commented 6 years ago

Greetings, Envy. Tell me please what IDE you use. I modified the example file for the DHT22 sensor in Arduino IDE a little. I would like to work in some other IDE

envy commented 6 years ago

Hi,

For the sketches I use the Arduino IDE. The library itself was written with Sublime Text. I don't know how to use the Arduino stuff from some other IDE.

Cheers, Nico

olexabondarenko commented 6 years ago

Thanks for the answer. Now I'm trying to cope with the eclipse =) If interested, I'll post a sketch with DHT22

envy commented 6 years ago

Sure, more examples are welcome.

olexabondarenko commented 6 years ago

Greetings, Nico. I added the sample file for DHT22 to the repository. But I'm not sure whether he appeared. With Git, I'm just trying to figure it out.

Still there is a question, "void write2ByteFloat" sends 3 bytes and in "ETS4" the incorrect data come, though "OpenHab2" accepts correctly. does not read last byte

ascillato commented 6 years ago

Seems to be similar to #33, the checksum.

@olexabondarenko try to change the line 69 on esp-knx-ip-send.cpp for udp.write(buf, len-1);

In my case this works with to use ESP-KNX-IP with Home Assistant