ota is working for me.
now i want to keep the .bin file AWS S3 bucket and try the same .
what are the changes required to implement for this
Search found 6 matches
- Wed Oct 11, 2017 12:14 pm
- Forum: Sample Code
- Topic: FOTA help
- Replies: 7
- Views: 11958
- Mon Sep 25, 2017 12:54 pm
- Forum: Sample Code
- Topic: FOTA help
- Replies: 7
- Views: 11958
FOTA help
I am using ESP32 : Now I am able to publish and subscribe to AWS . My next task is update the firmware using AWS. Requirement : 1. Keep the .bin file to AWS S3 bucket 2. Run the ESP32 IOT application on the ESP32 module 3. If there is a version mismatch ,download the firmware from the AWS S3 bucket ...
- Thu Jul 06, 2017 4:51 am
- Forum: Report Bugs
- Topic: configure wifi SSID and password by use of bluethooh
- Replies: 1
- Views: 6039
configure wifi SSID and password by use of bluethooh
I have used initialise_wifi() function for configure the SSID and password of the my wifi connection which is used to implement the AWS . Now I want to implement Bluetooth for configure the SSID and password . I have taken Blufi example code for this purpose .by use of this code I’m able to get the ...
- Thu Jun 08, 2017 4:36 am
- Forum: ESP-IDF
- Topic: BLE implementation
- Replies: 3
- Views: 8144
Re: BLE implementation
thank you for your prompt response, this is working for me .
Now i would like to implement the bluetooth for iphone.
do you have any sample code for this , and detail of app which can be used to connect iphone and esp woorm32
Now i would like to implement the bluetooth for iphone.
do you have any sample code for this , and detail of app which can be used to connect iphone and esp woorm32
- Thu Jun 01, 2017 12:58 pm
- Forum: ESP-IDF
- Topic: BLE implementation
- Replies: 3
- Views: 8144
BLE implementation
I would like to implement Bluetooth. I have taken given example "blufi". in the menuconfig check bluetooth enabled , yes it is enabled, compiled the code , flashed to my ESP WROOM 32. Device name given in the program , mobile able to display same name. trying to pair , not able pair . guide me how t...
- Thu Apr 27, 2017 7:14 am
- Forum: General Discussion
- Topic: USB Serial on UART2
- Replies: 6
- Views: 15906
UART 1 is not working ( i am using ESP IDF)
#define ECHO_TEST_TXD (4) #define ECHO_TEST_RXD (5) #define ECHO_TEST_RTS (18) #define ECHO_TEST_CTS (19) #define BUF_SIZE (1024) //an example of echo test with hardware flow control on UART1 static void echo_task() { const int uart_num = UART_NUM_1; uart_config_t uart_config = { .baud_rate = 115200...