Search found 34 matches

by santanapablo1975
Thu Nov 02, 2017 1:44 pm
Forum: Showcase
Topic: ESP32 with GSM modem - PPP over Serial (PPPoS) client example
Replies: 34
Views: 207806

Re: ESP32 with GSM modem - PPP over Serial (PPPoS) client example

Loboris! Thanks great job.

Tested! and works great!

Thanks all!

Have a nice day!

Juan
by santanapablo1975
Mon Oct 23, 2017 12:54 pm
Forum: Hardware
Topic: ESP32 and support to SNMP in LWIP?
Replies: 3
Views: 7594

Re: ESP32 and support to SNMP in LWIP?

Thanks for your answer.

I am going to check how to integrate it.

Best regards.

Juan
by santanapablo1975
Thu Oct 19, 2017 7:26 pm
Forum: Hardware
Topic: ESP32 and support to SNMP in LWIP?
Replies: 3
Views: 7594

ESP32 and support to SNMP in LWIP?

Hi All,

I would like to ask if the integration of the SNMP files in the LWIP will be planned for the next release, I have seen that the ESP8266 has such functionality.

The inclusion in the road map will be apreciated!

Thanks in advance!

Juan
by santanapablo1975
Thu Oct 19, 2017 7:15 pm
Forum: ESP-IDF
Topic: ESP32 web server with AJAX functionality
Replies: 9
Views: 20579

Re: ESP32 web server with AJAX functionality

Thanks all for the support!

Cheers!

Juan
by santanapablo1975
Tue Oct 17, 2017 4:57 pm
Forum: Hardware
Topic: Weird WiFi behaviour
Replies: 3
Views: 5221

Re: Weird WiFi behaviour

Hi

I it just a workaround, go to make menuconfig, and in the PHY section reduce the power to 0 dBm for example, and try again.

Regards

Juan
by santanapablo1975
Thu Oct 12, 2017 2:49 pm
Forum: ESP-IDF
Topic: ESP32 web server with AJAX functionality
Replies: 9
Views: 20579

Re: ESP32 web server with AJAX functionality

Hi Mr Kolban. Thanks for the links again, after some test I was able to create a html with a script inside and the esp32 respond as a server in a JSON format, and it update the web page properly according to the sent information... on the other hand after some reading around REST, I have found some ...
by santanapablo1975
Wed Oct 11, 2017 7:30 pm
Forum: General Discussion
Topic: SNMP Private MIB.
Replies: 6
Views: 12427

Re: SNMP Private MIB.

Hi Alex,

I just wanted to ask if you have found some information around SNMP and the ESP32, if it is the case I would like to ask you if mind to send or share it?

Regards

Juan
by santanapablo1975
Fri Oct 06, 2017 3:44 pm
Forum: ESP-IDF
Topic: ESP32 web server with AJAX functionality
Replies: 9
Views: 20579

Re: ESP32 web server with AJAX functionality

Thanks ESP_angus for the split ;)

Thanks Mr Kolban for the links!

Have a nice WE

Juan
by santanapablo1975
Mon Oct 02, 2017 1:34 pm
Forum: ESP-IDF
Topic: ESP32 web server with AJAX functionality
Replies: 9
Views: 20579

ESP32 web server with AJAX functionality

Hello, To get the thermal pad connected, I used one of the standard adapter boards from ali e.g. https://www.aliexpress.com/item/5Pcs-ESP-32S-Pinboard-Convertor-Module-ESP32S-Adapter-Board-Support-for-ESP-32S-Wireless-WIFI-Bluetooth/32791251250.html?spm=2114.01010208.3.178.bnub8x&. Then drilled a 1...
by santanapablo1975
Mon Sep 25, 2017 2:29 pm
Forum: Hardware
Topic: ESP32 as web server with http and https services at the same time
Replies: 7
Views: 14195

ESP32 as web server with http and https services at the same time

Hi All I made some tests implementing web server solutions in the ESP32 like sockets, http services and https services every test is fine but when I tried to put all together I realize that the SSL services for the https do not work... my impression is that the SSL handshake is blocked if other serv...