Search found 445 matches

by snahmad75
Thu Apr 19, 2018 9:34 am
Forum: ESP-IDF
Topic: FTP Server C++
Replies: 11
Views: 15941

Re: FTP Server C++

These ftp depends on

#include "extmod/vfs_native.h"
#include "extmod/vfs.h"

I guess I can try use curl ftp.c and ftp.h also.

Thanks,
Naeem
by snahmad75
Thu Apr 19, 2018 9:24 am
Forum: ESP-IDF
Topic: custom bootloader to update main firmware/application
Replies: 19
Views: 25312

Re: custom bootloader to update main firmware/application

Hi,

I saw only one example.

https://github.com/espressif/esp-idf/tr ... system/ota

Are there any more?. send me web links.


Thanks,
Naeem
by snahmad75
Thu Apr 19, 2018 9:08 am
Forum: ESP-IDF
Topic: FTP Server C++
Replies: 11
Views: 15941

Re: FTP Server C++

Hi,

In order to use ftp.c and ftp.h. Do I need to use libCurl( espcurl.h) . Is this separate from C++ libCurl component in ESP32.

ftp.c depends on other headers as well. Do I need these .cpp and .h files as well.


Thanks,
Naeem
by snahmad75
Thu Apr 19, 2018 8:58 am
Forum: ESP-IDF
Topic: custom bootloader to update main firmware/application
Replies: 19
Views: 25312

Re: custom bootloader to update main firmware/application

Waiting for reply.
by snahmad75
Wed Apr 18, 2018 4:32 pm
Forum: ESP-IDF
Topic: custom bootloader to update main firmware/application
Replies: 19
Views: 25312

Re: custom bootloader to update main firmware/application

Referring to this web page. http://esp-idf.readthedocs.io/en/latest/security/flash-encryption.html I need to encrypt my binary .bin file and upload via serial/UART pragmatically using C/C++. Once upload and running. I guess I can use OTA via WIFI update firmware the encrypted bin image over ftps. An...
by snahmad75
Sun Mar 25, 2018 1:10 pm
Forum: ESP-IDF
Topic: custom bootloader to update main firmware/application
Replies: 19
Views: 25312

custom bootloader to update main firmware/application

Hi,

Can you someone tell me how to write custom bootloader to upgrade/downgrade current main application after release to customers in the field.

Can we do via custom bootloader via serial or over wifi using ftp?

Thanks,
Naeem
by snahmad75
Sat Mar 24, 2018 8:23 pm
Forum: ESP-IDF
Topic: Setup JTag debugger on Windows using Eclipse
Replies: 4
Views: 6284

Re: Setup JTag debugger on Windows using Eclipse

hi, I am using ESP32 WROVER board. I managed to install olimex-arm-usb-tiny-h windows 7 driver. I did try https://github.com/espressif/openocd-esp32/issues/33 I am using olimex-arm-usb-tiny-h. https://www.olimex.com/forum/index.php?topic=236.0 "The drivers can be downloaded directly from: https://ww...
by snahmad75
Tue Mar 20, 2018 3:11 pm
Forum: ESP-IDF
Topic: Setup JTag debugger on Windows using Eclipse
Replies: 4
Views: 6284

Re: Setup JTag debugger on Windows using Eclipse

Thanks.

I will try out.
by snahmad75
Sun Mar 18, 2018 7:49 pm
Forum: ESP-IDF
Topic: FTP Server C++
Replies: 11
Views: 15941

Re: FTP Server C++

Thanks. will try out and let you know results.
by snahmad75
Fri Mar 16, 2018 10:10 am
Forum: ESP-IDF
Topic: Setting mac address and hostname using functions.
Replies: 11
Views: 21370

Re: Setting mac address and hostname using functions.

Can anyone answer my last query. where to call function to setup mac address.