Ok, thanks, Ill give it a trie when I have time...
Posts made by fiets
- 
    RE: ESP gateway flashed but it doesn't startposted in Troubleshooting
- 
    RE: ESP gateway flashed but it doesn't startposted in TroubleshootingIts version 2.1.1. I have no idea what you mean with a serial debug. 
 Can I do that when I have the esp8266 connected to the UART USB programmer? How?Thank you... 
- 
    RE: ESP gateway flashed but it doesn't startposted in TroubleshootingWhat doe you mean with library? 
 Do you mean the board? That is ESP8266 version 2.3.0How or where can I see logs? Thanks. 
- 
    ESP gateway flashed but it doesn't startposted in TroubleshootingHi, I found out that I need the ESP8266 MQtt gateway and I succesfully compiles the sketch an uploaded the result to an ESP8166-12. But when I start the ESP in running mode I don't see the ESP getting available (no new ipadres on the router). It seems not to start. Do I something wrong? Thanks in advance. 
- 
    Esp8266Gateway compiling problemposted in TroubleshootingHi, I am realy new with Mysensors, I have all the components to make a set of sensors and a gateway. But, making that gateway I get stuck while compiling. The error I get is the following: Arduino: 1.8.5 (Windows 7), Board:"Generic ESP8266 Module, 80 MHz, 40MHz, DIO, 115200, 512K (64K SPIFFS), ck, Disabled, None" *In file included from D:\Users\xxxxx\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.3.0\libraries\ESP8266WiFi\src/ESP8266WiFi.h:39:0, from D:\nw\GatewayESP8266\GatewayESP8266.ino:132:D:\Users\xxxxx\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.3.0\libraries\ESP8266WiFi\src/WiFiClient.h: In instantiation of 'size_t WiFiClient::write(T&, size_t) [with T = char*; size_t = unsigned int]': C:\Program Files (x86)\Arduino\libraries\MySensors-master/core/MyGatewayTransportEthernet.cpp:207:58: required from here D:\Users\xxxxx\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.3.0\libraries\ESP8266WiFi\src/WiFiClient.h:123:36: error: request for member 'available' in 'source', which is of non-class type 'char*' size_t left = source.available(); ^D:\Users\xxxxx\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.3.0\libraries\ESP8266WiFi\src/WiFiClient.h:127:5: error: request for member 'read' in 'source', which is of non-class type 'char*' source.read(buffer.get(), will_send); ^exit status 1 
 Fout bij het compileren voor board Generic ESP8266 Module*Who has any idea how to solve this? Thanks in advance