Search found 7 matches
- Tue Aug 07, 2018 6:00 am
- Forum: General Discussion
- Topic: There is the source code which update code by Amazon S3(OTA).
- Replies: 3
- Views: 7341
Re: There is the source code which update code by Amazon S3(OTA).
Hi, Thanks for the code and its working well for me. But just before OTA updation is shows W (230766) example: Failed to verify peer certificate! W (230766) example: verification info: ! The certificate is not correctly signed by the trusted CA I have changed the certificate , does this mean there i...
- Fri Jun 01, 2018 7:04 am
- Forum: Hardware
- Topic: About the CAN controller.
- Replies: 175
- Views: 342525
Re: About the CAN controller.
Hi guys, thanks for the can driver codes which works fine on both ESP-wroom and WROVER chips, I'm just wondering if it is possible to do can id mask and filtering with the same library? If it does it'll be so helpful. Please help.
Thank you all
Thank you all
- Tue May 22, 2018 12:25 pm
- Forum: ESP-IDF
- Topic: ESP32 connects to FTP server
- Replies: 12
- Views: 30620
Re: ESP32 connects to FTP server
Hi guys, The file attached is a project on FTP sever by espressif . They sent me this when i get in touch with them. Its over WiFi. I have tested it with WinScp and found working. but i think they havnt implemented the API for uploading anything from the server. Can anyone help me to port it over Et...
- Tue May 08, 2018 5:44 am
- Forum: ESP-IDF
- Topic: ESP32 connects to FTP server
- Replies: 12
- Views: 30620
Re: ESP32 connects to FTP server
Any codes available for esp-idf ??
- Fri May 04, 2018 5:02 am
- Forum: ESP-IDF
- Topic: ESP32 connects to FTP server
- Replies: 12
- Views: 30620
Re: ESP32 connects to FTP server
Its over WiFi and spiffs, what i'm looking for is over Ethernet on SD card . Could there be anything to create a ftp server in esp-idf , libcurl is for client only i guess .
Please help
Please help
- Thu May 03, 2018 11:05 am
- Forum: ESP-IDF
- Topic: ESP32 connects to FTP server
- Replies: 12
- Views: 30620
Re: ESP32 connects to FTP server
Hi guys,
Is there any codes available for making esp32 modulean ftp server over ethernet in esp idf .
I have searched a lot but couldn't find any ,
Please help
Is there any codes available for making esp32 modulean ftp server over ethernet in esp idf .
I have searched a lot but couldn't find any ,
Please help
- Mon Mar 19, 2018 1:07 pm
- Forum: General Discussion
- Topic: How to handle the UART RX interrupt?
- Replies: 2
- Views: 9948
Re: How to handle the UART RX interrupt?
Is there any sample code available for uart receiver interrupt in esp idf , Please guys it'll be so helpful