Search found 9 matches
- Fri Feb 28, 2020 11:26 am
- Forum: ESP-IDF
- Topic: Big ESP-IDF Projects to learn from
- Replies: 1
- Views: 3532
Big ESP-IDF Projects to learn from
Hi! I understand that the examples provided on the espressif git usually aim to demonstrate the usage of a specific component(eg. wifi or BLE). These are quite good and I can understand them, but now I am interested in example projects that use many of these components for a single big application. ...
- Fri Feb 28, 2020 9:14 am
- Forum: General Discussion
- Topic: Is the flash size specified in MB or MiB?
- Replies: 2
- Views: 3892
Re: Is the flash size specified in MB or MiB?
I was hoping so. Just couldn't find it written down anywhere.
Thanks!
- Thu Feb 27, 2020 8:57 am
- Forum: General Discussion
- Topic: Is the flash size specified in MB or MiB?
- Replies: 2
- Views: 3892
Is the flash size specified in MB or MiB?
Hi!
When I execute "esptool.py -p COM4 flash_id" I get "Detected flash size: 4MB".
Is the flash size declared here in MB oder MiB?
When I execute "esptool.py -p COM4 flash_id" I get "Detected flash size: 4MB".
Is the flash size declared here in MB oder MiB?
- Wed Feb 27, 2019 9:10 am
- Forum: ESP-IDF
- Topic: Respond to POST request outside of URI handler
- Replies: 0
- Views: 2384
Respond to POST request outside of URI handler
Hello, I want to combine the simple wifi example with UART Communication: 1. I get a POST Request 2. Data from that request is parsed and sent to an external device over UART connection. 3. The external device responds with an answer. 4. I forward the answer as a response to the still open POST requ...
- Wed Feb 27, 2019 7:36 am
- Forum: ESP-IDF
- Topic: Is it safe to combine examples of stable and latest version?
- Replies: 3
- Views: 4799
Re: Is it safe to combine examples of stable and latest version?
I now got the program "sourcetree" which makes it a little easier for me, since I am new to git.
I now got the version with the tag "3.2-beta1".
Is that a good version to work with?
/the one you referred to as "v3.2 release branch"?
I now got the version with the tag "3.2-beta1".
Is that a good version to work with?
/the one you referred to as "v3.2 release branch"?
- Thu Feb 21, 2019 10:17 am
- Forum: ESP-IDF
- Topic: Is it safe to combine examples of stable and latest version?
- Replies: 3
- Views: 4799
Re: Is it safe to combine examples of stable and latest version?
Thank you for your help! Good to know. So I'll try that v3.2. Guess it cant be that bad bad if its already in final testing. I got a problem though with getting that Version. First I tried to get it like this: cd ~/esp git clone -b v3.2 --recursive https://github.com/espressif/esp-idf.git which does...
- Wed Feb 20, 2019 1:49 pm
- Forum: ESP-IDF
- Topic: Is it safe to combine examples of stable and latest version?
- Replies: 3
- Views: 4799
Is it safe to combine examples of stable and latest version?
Hello, I am usually working with examples and libraries from the stable version. But ocassionally there are functionalities that I need which are only available in the latest version. Is it safe to combine examples from stable with the ones from latest or are there too many dependencies within the m...
- Tue Feb 19, 2019 11:01 am
- Forum: ESP-IDF
- Topic: Can't run esp_http_client_test.py for HTTP example
- Replies: 1
- Views: 3686
Re: Can't run esp_http_client_test.py for HTTP example
There are a few similar ones at C:\msys32\mingw32\bin starting with "i686-w64-mingw32-", but none of these ends in "gcc".
- Mon Feb 18, 2019 10:21 am
- Forum: ESP-IDF
- Topic: Can't run esp_http_client_test.py for HTTP example
- Replies: 1
- Views: 3686
Can't run esp_http_client_test.py for HTTP example
Hello, I was trying out the esp_http_client example but I can not get the included esp_http_client_test.py python script to run. When I try to run it from the mingw32 shell it says that netifaces is missing. $ python esp_http_client_test.py Traceback (most recent call last): File "esp_http_client_te...