i have to read current UNIX time ...but it is more than long int ...
i want to print this value using client.println() for web page communication...
but it not allows..
please,give any solution for read current UNIX time and send it to web page...
Search found 8 matches
- Tue Jul 10, 2018 1:15 pm
- Forum: ESP-IDF
- Topic: get current time in millis()
- Replies: 3
- Views: 60941
- Thu Jun 07, 2018 10:04 am
- Forum: ESP32 Arduino
- Topic: ESP32 Arduino SSID, PASSWORD not update
- Replies: 4
- Views: 9567
Re: ESP32 Arduino SSID, PASSWORD not update
thanks for your reply...
the issue is solved using malloc.
To convert char array to function pointer...
e.g. arr = (int *)malloc(5 * sizeof(int));
the issue is solved using malloc.
To convert char array to function pointer...
e.g. arr = (int *)malloc(5 * sizeof(int));
- Mon Jun 04, 2018 5:19 am
- Forum: ESP32 Arduino
- Topic: ESP32 Arduino SSID, PASSWORD not update
- Replies: 4
- Views: 9567
Re: ESP32 Arduino SSID, PASSWORD not update
Reference.rar find the attachment. i have to change the ssid,password through web page... Then receive ssid & password stored in flash memory... reset the board then read ssid & password selected memory location... its all ok... after assign Wifi.softAP(APssid,APpassword); It takes password as the ...
- Tue May 29, 2018 12:17 pm
- Forum: ESP32 Arduino
- Topic: ESP32 Arduino SSID, PASSWORD not update
- Replies: 4
- Views: 9567
ESP32 Arduino SSID, PASSWORD not update
i change the ssid and password through web server , i received and stored flash memory.Its all ok. then move new ssid to real ssid and password. but it wont accept. For the access point mode ssid password not update. In Station mode static IP not update ... const char* ssid ="esp" const char*passwor...
- Tue May 29, 2018 12:07 pm
- Forum: ESP-IDF
- Topic: ESP32 Flash Download Tool produces "flash read err, 1000" on boot
- Replies: 7
- Views: 26586
Re: ESP32 Flash Download Tool produces "flash read err, 1000" on boot
Dear Angus,
The problem is solved...now its working ...
After enable Verbose... watch the compile process...
then upload as per memory locations...
Thanks for your support...
The problem is solved...now its working ...
After enable Verbose... watch the compile process...
then upload as per memory locations...
Thanks for your support...
- Tue May 15, 2018 4:55 am
- Forum: ESP-IDF
- Topic: ESP32 Flash Download Tool produces "flash read err, 1000" on boot
- Replies: 7
- Views: 26586
Re: ESP32 Flash Download Tool produces "flash read err, 1000" on boot
Hi Angus, I change the SPI mode to DIO for bootloader_qio.bin... After reset the device, it shows that .... and also i tried bootloader.bin in DIO mode ... rst:0x1 (POWERON_RESET),boot:0x17 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_...
- Mon May 14, 2018 5:08 am
- Forum: ESP-IDF
- Topic: ESP32 Flash Download Tool produces "flash read err, 1000" on boot
- Replies: 7
- Views: 26586
Re: ESP32 Flash Download Tool produces "flash read err, 1000" on boot
Hi Angus,
Thanks for your reply.
I test as per your reference.
Flash -QIO - bootloader_qio.bin for 0x1000
partitions -> default.bin for 0x8000
.bin of source for 0x10000
After programming it show
kindly give any other solution ...
Thanks for your reply.
I test as per your reference.
Flash -QIO - bootloader_qio.bin for 0x1000
partitions -> default.bin for 0x8000
.bin of source for 0x10000
After programming it show
kindly give any other solution ...
- Sat May 12, 2018 9:43 am
- Forum: ESP-IDF
- Topic: ESP32 Flash Download Tool produces "flash read err, 1000" on boot
- Replies: 7
- Views: 26586
ESP32 Flash Download Tool produces "flash read err, 1000" on boot
1. Develop the code using Arduino 2.Change output format(.ino) into (.bin). 3.select esp32 flash download tool shown in image below. Esp32_Flash.JPG Esp32_Flash.JPG 4.upload the code,it will loading then finally it shows "FINISH". 5.After then reset the module it shows the error rst:0x1 (POWERON_RES...