Search found 3 matches

by yugguy
Thu Dec 07, 2017 12:11 am
Forum: General Discussion
Topic: Options for HTTPS and WSS server
Replies: 0
Views: 2831

Options for HTTPS and WSS server

I have non-secure websockets ( https://github.com/ThomasBarth/WebSockets-on-the-ESP32 ) working with the esp-idf https server example. The problem is that browsers won't allow javascript to access non-secure websockets from https. Any ideas on the simplest way to add WSS? I'd prefer not to use mongo...
by yugguy
Sun Nov 26, 2017 1:55 am
Forum: General Discussion
Topic: slow rising signal and edge triggered interrupt
Replies: 1
Views: 4072

Re: slow rising signal and edge triggered interrupt

The slow edge won't be a problem for triggering an edge interrupt as long as the the Vil/Vih thresholds are met. The problem may be multiple interrupts as the signal slowly transitions through the region between Vio x 0.75 and Vio x 0.25 (or vice-versa). Noise in the system and inside the ESP32 may ...
by yugguy
Sun Nov 26, 2017 12:54 am
Forum: General Discussion
Topic: ADC1 operation affecting GPIO27 - chip issue?
Replies: 4
Views: 6221

ADC1 operation affecting GPIO27 - chip issue?

I've got GPIO27 configured as a digital input (with both an external pull-up and internal pull-up enabled), but when I perform ADC1 conversion operations, IO27 glitches 'low' for about 6us. With a 10K pull-up, the glitch is about 1V (drops to ~2.3V). With a weaker pull-up, the glitch is low enough t...