Search found 5 matches

by dennis650
Sat Jan 28, 2017 8:08 am
Forum: ESP32 Arduino
Topic: Any Documentation on the ESP-WROVER-KIT LCD
Replies: 7
Views: 15400

Re: Any Documentation on the ESP-WROVER-KIT LCD

Hu,

I use the driver from olikraus. Tutorial with a fix: https://www.youtube.com/watch?v=smk8BRFwcs8

Greetings
Dennis
by dennis650
Wed Jan 11, 2017 1:25 pm
Forum: ESP32 Arduino
Topic: Wire two Dallas ds18b20
Replies: 5
Views: 9297

Re: Wire two Dallas ds18b20

Hi,

yes. OneWire is a bus. I have 4 DS18B20 in row, one DS2438 and a DS2406P on just one ESP32 GPIO. The OneWire Devices have different adresses.

Greetings
Dennis
by dennis650
Mon Jan 09, 2017 7:18 am
Forum: ESP32 Arduino
Topic: WifiServer - Connection reset
Replies: 1
Views: 11290

Re: WifiServer - Connection reset

Hi,

seems to be an issue: https://github.com/espressif/arduino-esp32/issues/119

Greetings
Dennis
by dennis650
Mon Jan 09, 2017 7:17 am
Forum: ESP32 Arduino
Topic: Capacitive Touch
Replies: 2
Views: 7254

Re: Capacitive Touch

Hi,

i found this, but haven't tried it: https://github.com/espressif/arduino-esp32/issues/112

Greetings
Dennis
by dennis650
Sun Jan 01, 2017 6:36 pm
Forum: ESP32 Arduino
Topic: WifiServer - Connection reset
Replies: 1
Views: 11290

WifiServer - Connection reset

Hi, i wanted to implement a WifiServer on the ESP32 with Arduino. I am so exited about the ESP32 and Ardunino. OneWire Sensors and switches i got already working. But now i struggle with the WifiServer. I tried different Examples from ESP8266, but i didn't get it working. I updated the latest Versio...