Search found 3 matches

by RLauersdorf
Fri Sep 22, 2017 3:11 pm
Forum: General Discussion
Topic: GPIO mux routing
Replies: 2
Views: 4545

Re: GPIO mux routing

Thank you ESP_Sprite! Somehow my first post disappeared after correcting some words. So I repost it again with some added text:: /////////////->->-> Hi there, i think it should be possible to connect any gpio to another logical gpio. i use the W1TS and W1TC functions to set and clear the gpio levels...
by RLauersdorf
Sat Sep 16, 2017 7:00 pm
Forum: General Discussion
Topic: GPIO mux routing
Replies: 2
Views: 4545

GPIO mux routing

Hi there, i think it should be possible to connect any gpio to another logical gpio. i use the W1TS and W1TC functions to set and clear the gpio levels. I have 14 bit values and those values i give out as binary to the gpios. I do this by clearing all necessary bits with WITC and then calculating th...
by RLauersdorf
Thu Aug 24, 2017 9:04 am
Forum: General Discussion
Topic: Serial to WiFi Interface
Replies: 0
Views: 3144

Serial to WiFi Interface

Hello People out there! First I want to say that I am sorry for my bad english. I am new to the esp32 and I am playing around with two pairs of different Devboards. I want to read serial Data from an 16 bit ADC device, send the Data over WiFi to another esp32, connected to an 16 bit DAC. As you can ...