Earlier we have implemented an application using esp-iot-solution library example code eth2wifi and esp-idf but, after updating esp-idf to version 4.0 we are unable to build the application.
Does esp-iot-solution library and its examples supports esp-idf version 4.0?
Search found 12 matches
- Thu May 21, 2020 9:17 am
- Forum: ESP-IDF
- Topic: ESP-IDF V4.0 Update
- Replies: 0
- Views: 2112
- Mon Oct 14, 2019 6:02 am
- Forum: ESP IoT Solution
- Topic: Amazon RTOS
- Replies: 5
- Views: 10204
Re: Amazon RTOS
I don't speak for either Espressif or AWS, but I'd say, compare schematics, look at the pin connections. Odds are the Amazon FreeRTOS works on the Espressif boards based on the ESP32 modules. Note that Amazon FreeRTOS is based on FreeRTOS v10 and does not yet include the Espressif SMP extensions, s...
- Fri Oct 04, 2019 9:01 am
- Forum: ESP IoT Solution
- Topic: Amazon RTOS
- Replies: 5
- Views: 10204
Amazon RTOS
Hello, AWS have list of boards of Amazon FreeRTOS qualified devices, including ESP32-DevKitC and ESP-WROVER-KIT of espressif. ( https://docs.aws.amazon.com/freertos/latest/userguide/freertos-hardware.html ) What dose it mean? Can I use Amazon freertos with other boards of ESP32. (for example ESP32-E...
- Fri Oct 04, 2019 7:00 am
- Forum: ESP IoT Solution
- Topic: SPIFFS API
- Replies: 0
- Views: 3336
SPIFFS API
Hello,
Does SPIFFS File system API of ESP-IDF supports external flash interface?
Does SPIFFS File system API of ESP-IDF supports external flash interface?
- Fri May 31, 2019 6:20 am
- Forum: ESP-IDF
- Topic: How do I change the timeout on the softAP example?
- Replies: 20
- Views: 30588
Re: How do I change the timeout on the softAP example?
Hello Guys, I am using ESP32 in AP+STA mode for a web server application, I scan available AP's using STA mode, Create network using Soft AP, and run a webpage on IP provided by Soft AP. I am getting same message as Ritesh. I tried to reconnect but failed. I can see station connected, soft AP assig...
- Tue May 14, 2019 9:42 am
- Forum: ESP-IDF
- Topic: How do I change the timeout on the softAP example?
- Replies: 20
- Views: 30588
Re: How do I change the timeout on the softAP example?
Hello Guys, I am using ESP32 in AP+STA mode for a web server application, I scan available AP's using STA mode, Create network using Soft AP, and run a webpage on IP provided by Soft AP. I am getting same message as Ritesh. I tried to reconnect but failed. I can see station connected, soft AP assign...
- Mon May 06, 2019 4:56 am
- Forum: ESP-IDF
- Topic: WIFI_MODE_APSTA Sample
- Replies: 21
- Views: 65376
Re: WIFI_MODE_APSTA Sample
Yeah I understand the reasoning - however the API should have better documentation so you dont have to figure these things out the hard way or by trial and error. On a positive note I've got it to work in APSTA mode - finally Can you please share the code? I am confused with event_handler function....
- Tue Mar 19, 2019 11:52 am
- Forum: ESP-IDF
- Topic: Using ethernet as independent interface with ethernet to wifi bridge
- Replies: 0
- Views: 3047
Using ethernet as independent interface with ethernet to wifi bridge
In ethernet and wifi bridge condition, Can we use ethernet as independent interface as well? I tried it in this code https://github.com/espressif/esp-iot-solution/tree/master/examples/eth2wifi by assigning static ip address to ethernet but either it is working in bridge mode or as independent interf...
- Fri Mar 15, 2019 5:29 am
- Forum: ESP-IDF
- Topic: Enabling WiFi & Ethernet together
- Replies: 23
- Views: 49877
Re: Enabling WiFi & Ethernet together
In ethernet and wifi bridge condition , Can we use ethernet as independent interface as well? I tried it in this code https://github.com/espressif/esp-iot-solution/tree/master/examples/eth2wifi by assigning static ip address to ethernet but either it is working in bridge mode or as independent inte...
- Tue Mar 12, 2019 12:17 pm
- Forum: ESP-IDF
- Topic: Enabling WiFi & Ethernet together
- Replies: 23
- Views: 49877
Re: Enabling WiFi & Ethernet together
In ethernet and wifi bridge condition , Can we use ethernet as independent interface as well? I tried it in this code https://github.com/espressif/esp-iot-solution/tree/master/examples/eth2wifi by assigning static ip address to ethernet but either it is working in bridge mode or as independent inter...