OslafEman

Results 8 comments of OslafEman

Thanks a lot Dave for your response. I'm not sure I understand your answer. The code I posted yesterday looks unformatted because that's how the GitHub page uploaded it. I...

Hi Dave, thanks again for your support. I followed your suggestion and It works now. In your code I changed `server.on("/", HomePage);` to `server.on("/homepage", HomePage);` and in the HTML code...

> > > Will there be an update to support newer core versions? PotatoX has found the way to make pbecchi/ESP32_ping library working with the new Arduino core for the...

Hello Andrew, I am very grateful for your kindness in answering me. I have made the suggested changes to your example OnewireKepad_Final, however there is no output for the serial...

Dear Andrew, thank you very much for your kind help. I followed your instructions downloading and installing the files again. I'm using the last IDE version. Unfortunately I have not...

Dear Andrew, please find the picture. ![wiring](https://user-images.githubusercontent.com/43764333/46385041-62785680-c67f-11e8-9ccf-8f93c2f2ab41.jpg)

Hello again, the wiring can be seen better in this photo. ![wiring3](https://user-images.githubusercontent.com/43764333/46387959-18976c80-c68f-11e8-8237-03d07b330113.jpg) The red wire is + 5V, black is GND and yellow goes to A0, the 3 resistors on...

The spaces after the "/" and before "serverIndex" are typing errors and do not appear in the code. Sorry for that.