Search found 2 matches

by btomic
Sun Feb 10, 2019 8:37 pm
Forum: ESP-IDF
Topic: Possible problem with client using lwip
Replies: 0
Views: 1867

Possible problem with client using lwip

Hello, I am using FreeRTOS and lwip library to connect to a remote server. I have a client task which calls a function to send some data to the server. The function has a standard sequence of calling gethostbyname(), then socket(), connect(), write(), read() and eventually close(). The task is in th...
by btomic
Fri Apr 06, 2018 10:51 am
Forum: ESP-IDF
Topic: Using esp-idf framework for ESP8266?
Replies: 3
Views: 6505

Using esp-idf framework for ESP8266?

Is it possible to use esp-idf framework for ESP8266-12 chip? I'm using ESP8266 with ESP8266_RTOS_SDK and have found a problem with a sensitive 1-Wire bus timing (affected by the WiFi interrupts despite using taskENTER_CRITICAL/taskEXIT_CRITICAL macros). Then I found that esp-idf has a different impl...