Search found 106 matches

by imtiaz
Fri Mar 24, 2017 12:25 am
Forum: ESP-IDF
Topic: Unstable partition API flashing functions
Replies: 38
Views: 45454

Re: Unstable partition API flashing functions

Is BL using an insane amount of RAM ?
by imtiaz
Fri Mar 24, 2017 12:23 am
Forum: ESP-IDF
Topic: Unstable partition API flashing functions
Replies: 38
Views: 45454

Re: Unstable partition API flashing functions

and with free rtos on single core and reserve memory for two cores disabled - it goes a bit further but crashes while doing a flash write - same error code from gdb (gdb) info symbol 0x400d3ba2 pvPortMalloc + 2 in section .flash.text Trace below as file is received and written to data partition: 102...
by imtiaz
Fri Mar 24, 2017 12:10 am
Forum: ESP-IDF
Topic: Unstable partition API flashing functions
Replies: 38
Views: 45454

Re: Unstable partition API flashing functions

Hi @ESP_Angus, Did some testing on the branch .. spi_flash_lock_period as you suggested. Initial results looked really good - I got stable OTA updates - 5/5. This was with wifi only enabled. As soon as I enabled BL and setup a GATT server it started to crash. Crash happens when erasing partition. Th...
by imtiaz
Thu Mar 23, 2017 8:34 pm
Forum: ESP-IDF
Topic: connected wifi stations
Replies: 5
Views: 9696

Re: connected wifi stations

This works /************************************************************ @Inputs: @Outputs: @Comments: *************************************************************/ void printStationLists(void) { { ip4_addr_t addr; wifi_sta_list_t staList; esp_wifi_ap_get_sta_list(&staList); for(uint8_t i = 0 ; i<s...
by imtiaz
Thu Mar 23, 2017 7:56 pm
Forum: ESP-IDF
Topic: connected wifi stations
Replies: 5
Views: 9696

Re: connected wifi stations

Hi Kolban , I tried it it doesnt work . void printStationLists(void) { wifi_sta_list_t wifi_sta_list; tcpip_adapter_sta_list_t tcp_sta_list; if(tcpip_adapter_get_sta_list(&wifi_sta_list, &tcp_sta_list) == ESP_OK) { for(uint8_t i = 0; i<4 ; i++) { TRACE_D("Mac : %d , STA IP : %d\n",tcp_sta_list.sta[i...
by imtiaz
Thu Mar 23, 2017 7:23 pm
Forum: ESP-IDF
Topic: connected wifi stations
Replies: 5
Views: 9696

Re: connected wifi stations

Hi Kolban,

Thanks a bunch. I'll give it a go now .

Imtiaz
by imtiaz
Thu Mar 23, 2017 7:08 pm
Forum: ESP-IDF
Topic: connected wifi stations
Replies: 5
Views: 9696

connected wifi stations

Hi All, Does anyone know an easy way to figure out the IP addresses of all connected stations on the esp32? When a station connects or disconnects I only get the mac address. I know I can then get the IP from the mac address with a another call but is there another API call to get a list of connecte...
by imtiaz
Thu Mar 23, 2017 12:27 am
Forum: ESP-IDF
Topic: SPI Usage
Replies: 7
Views: 10745

Re: SPI Usage

Hi @ESP_Sprite,

Do we have a SPI slave mode driver yet?

Thank you
Imtiaz
by imtiaz
Wed Mar 22, 2017 7:48 pm
Forum: ESP-IDF
Topic: Unstable partition API flashing functions
Replies: 38
Views: 45454

Re: Unstable partition API flashing functions

Hi Angus @ESP_Angus, It seems like from your wording you are testing with esp32 as a station. I am talking about the esp32 as a wifi access point. Then as you do SPI functions the AP just drops off and the esp32 doesnt seem to be resetting Also the partition I am erasing is either 1Mbyte or 1.8MByte...
by imtiaz
Tue Mar 21, 2017 11:40 pm
Forum: ESP-IDF
Topic: Unstable partition API flashing functions
Replies: 38
Views: 45454

Re: Unstable partition API flashing functions

@ESP_igrr @ESP_Sprite @ESP_Angus

Hi Guys ,

I know you are busy , but some response would be appreciated :)

Thanks
Imtiaz