Search found 3 matches

by aswin_vt
Tue Jan 02, 2018 4:13 am
Forum: ESP32 Arduino
Topic: ESP32 softap program in Arduino
Replies: 7
Views: 11279

Re: ESP32 softap program in Arduino

'The actual problems' are actually pretty simple: the WiFi driver also needs access to the ADC for some specific WiFi-internal measurements. In order to allow both the WiFi-drivers and the user program to access ADC2, we need to have some architecture going: for instance, you wouldn't want to have ...
by aswin_vt
Mon Jan 01, 2018 7:04 am
Forum: ESP32 Arduino
Topic: ESP32 softap program in Arduino
Replies: 7
Views: 11279

Re: ESP32 softap program in Arduino

I haven't heard of any issues in this area. Can you elaborate on the concept of none of your GPIOs are responding to input. Are you saying that when you read a value, the value read doesn't match your expectation or are you saying you have registered interrupt triggers and the interrupts don't appe...
by aswin_vt
Fri Dec 29, 2017 7:34 am
Forum: ESP32 Arduino
Topic: ESP32 softap program in Arduino
Replies: 7
Views: 11279

Re: ESP32 softap program in Arduino

Hi, Is there any known issue while using softAP and GPIO together. I am having trouble in interfacing different sensors with ESP32 when the softAP is enabled, none of my GPIO pins are responding to input values. The same program worked fine when configured as wifi client which connects to an availab...