Search found 106 matches

by imtiaz
Wed Nov 16, 2016 8:27 pm
Forum: ESP-IDF
Topic: Flashing error - new ESP module
Replies: 4
Views: 8748

Flashing error - new ESP module

Hi, We've just received our own ESP Module and Im trying to flash through the uart bootloader. I get this error : AR libmain.a LD app-template.elf esptool.py v2.0-dev Flashing binaries to serial port COM3 (app at offset 0x10000)... esptool.py v2.0-dev Connecting... Uploading stub... Running stub... ...
by imtiaz
Thu Nov 10, 2016 11:09 pm
Forum: ESP-IDF
Topic: HTTP Parser
Replies: 1
Views: 5065

HTTP Parser

Hi ,

Does anyone have an example of using the HTTP Parser --> http_parser.c.

or is there another way to parse raw HTTP ..

Any help appreciated,

Thanks
imtiaz
by imtiaz
Thu Nov 10, 2016 6:36 pm
Forum: ESP-IDF
Topic: External Flash usage
Replies: 4
Views: 7766

External Flash usage

Hi,

I would like to use the external flash to store a binary image for a connected processor. Can someone give me some example code on how I can do that. The maximum size I need is 1 MByte.

Thanks
Imtiaz
by imtiaz
Mon Nov 07, 2016 1:26 am
Forum: ESP-IDF
Topic: Recieving a binary file over wifi
Replies: 5
Views: 10470

Re: Recieving a binary file over wifi

Thanks for the reply Kolban. I'll post an update here if/when I manage to get it working.
by imtiaz
Fri Nov 04, 2016 4:12 am
Forum: ESP-IDF
Topic: Recieving a binary file over wifi
Replies: 5
Views: 10470

Re: Recieving a binary file over wifi

Hi All,

Does anyone have an example of receiving/decoding a multi-part http post using the esp32?

Thanks
Imtiaz
by imtiaz
Wed Nov 02, 2016 9:13 pm
Forum: ESP-IDF
Topic: Recieving a binary file over wifi
Replies: 5
Views: 10470

Recieving a binary file over wifi

Hi All, I would like to receive a binary file over wifi on the esp32 , with the esp32 setup as the host and access point. The binary file will likely need to be stored on the esp32 RAM or flash (depending on size). Can anyone point me to the right direction on how I can set up a webserver on the esp...