Search found 7 matches

by serkam
Wed Dec 11, 2019 2:29 pm
Forum: ESP-IDF
Topic: how to check if internet is available
Replies: 16
Views: 32147

Re: how to check if internet is available

Hi everyone. I am facing some software reset issues with the APROXIMATELLY same code Hossein listed: void dns_found_cb(const char *name, const ip_addr_t *ipaddr, void *callback_arg) { ip_address = *ipaddr; ESP_LOGE(TAG , "google.com ip is = %d" , ip_address.u_addr.ip4.addr); ESP_LOGI(TAG , "internet...
by serkam
Tue Jun 18, 2019 7:06 pm
Forum: ESP-IDF
Topic: ESP32 IDF smtp (Simple Mail Transfer Protocol) support
Replies: 22
Views: 23404

ESP32 IDF smtp (Simple Mail Transfer Protocol) support

Hi

Does ESP32 IDF support SMTP (Simple Mail Transfer Protocol)?
If positive, where can I find an example?
I am developing an IoT device that must send an email for a specific user.

Thank you.
Sergio Kamakura
by serkam
Mon Jan 28, 2019 7:41 pm
Forum: Hardware
Topic: Help needed: TTGO TM 2.4" TFT not flashing new firmware
Replies: 1
Views: 3741

Help needed: TTGO TM 2.4" TFT not flashing new firmware

Hi I just received a LilyGo TTGO TM 2.4" TFT board with webradio firmware already flashed. I am trying to flash a new firmware with new WiFi parameters, but, I can't do it using IDF or flasher tool from Espressif. The board just timed out waiting for packet header. I did try several baud rates, from...
by serkam
Fri Dec 21, 2018 3:06 pm
Forum: ESP-IDF
Topic: ESP32 IDF -fexceptions setup
Replies: 1
Views: 3729

ESP32 IDF -fexceptions setup

Hi I am trying to compile Kolban's FTP server written in C++ but the compiler is showing following error: ftp_kolban/main/FTPCallbacks.cpp:16:34: error: exception handling disabled, use -fexceptions to enable throw FTPServer::FileException(); I searched a lot but not found how to setup this -fexcept...
by serkam
Wed Dec 05, 2018 4:57 pm
Forum: ESP-IDF
Topic: ESP32 IDF can't compile custom component from Loboris microPython
Replies: 2
Views: 4467

Re: ESP32 IDF can't compile custom component from Loboris microPython

Thank you Loboris.

I will search for a good one there.

Sergio
by serkam
Wed Dec 05, 2018 12:26 pm
Forum: ESP-IDF
Topic: ESP32 IDF can't compile custom component from Loboris microPython
Replies: 2
Views: 4467

ESP32 IDF can't compile custom component from Loboris microPython

Hi I am trying to use FTP component from Loboris microPython project. I copied py and extmod folders to my components folder inside my project. Inside ./components/py and ./components/extmod I place an empty components.mk file in each folder. Follows my project tree: - Project Makefile sdkconfig - m...
by serkam
Thu Nov 10, 2016 1:40 pm
Forum: ESP-IDF
Topic: Ethernet and CAN API
Replies: 11
Views: 17577

Re: Ethernet and CAN API

Hi
I am very interested in ethernet with ESP32 too.
If you already have SDK information, could you post it, please?
Thanks a lot.
SerKam