More on this.
The instructions should probably say that you should have python version 3.8++ installed. That comes later in the instructions, after all of this stuff has already caused grief.
Cmake needs to be installed as well.
Search found 14 matches
- Tue Feb 09, 2021 12:08 pm
- Forum: ESP8266 SDK
- Topic: Standard Setup of Toolchain for Mac OS - blows up on step 1
- Replies: 1
- Views: 593
- Tue Feb 09, 2021 2:18 am
- Forum: ESP8266 SDK
- Topic: Standard Setup of Toolchain for Mac OS - blows up on step 1
- Replies: 1
- Views: 593
Standard Setup of Toolchain for Mac OS - blows up on step 1
MacOS 10.14.6 (Mojave) Step 1 on https://docs.espressif.com/projects/esp8266-rtos-sdk/en/v3.2/get-started/macos-setup.html sudo easy_install pip blows up with: Corundum:workspace andreichichak$ sudo easy_install pip Searching for pip Reading https://pypi.python.org/simple/pip/ Best match: pip 21.0.1...
- Sun Feb 07, 2021 12:09 pm
- Forum: AT+ Commands
- Topic: I'm having an issue with TCP RST instead of FIN.
- Replies: 9
- Views: 7755
Re: I'm having an issue with TCP RST instead of FIN.
I can't easily tell if the latest code still has the issue. I am using ESP-01/WROOM-02 modules and the latest code switched which pins are used for RX and TX. Since these modules are soldered into circuit boards, a code pin swap is close to fatal. To try the new code I have to install the tool set (...
- Thu Jan 28, 2021 12:36 pm
- Forum: AT+ Commands
- Topic: I'm having an issue with TCP RST instead of FIN.
- Replies: 9
- Views: 7755
Re: I'm having an issue with TCP RST instead of FIN.
I'd like to bump this post back into existence. In the last couple of days I have been revisiting this code and have updated a module to 1.7.4 NONOS to get the AT command set, and my system still shows this exact same issue. With a recent iPhone, my system (ST ARM acting as a web SERVER with an ESP8...
- Wed Jun 06, 2018 12:16 am
- Forum: AT+ Commands
- Topic: V 2.2.0 incompatibility
- Replies: 5
- Views: 4211
Re: V 2.2.0 incompatibility
How do you ignore a message? Well, first you have to accept whatever the module gives you, then recognize the message, then decide to ignore it. You've accepted and recognized the message, what you do with it is reasonably simple, just throw it away. Great, now, update your AT command set and there ...
- Fri May 11, 2018 4:42 am
- Forum: AT+ Commands
- Topic: V 2.2.0 incompatibility
- Replies: 5
- Views: 4211
Re: V 2.2.0 incompatibility
Yes, the messages are listed in the appendix. Now, can you give me an idea as to when they are generated and what they mean? My original query was prompted by a whole lot of code falling on its face due to a change in the responses that are generated in V2.2.0. If you take the Arduino stance where y...
- Thu Mar 29, 2018 1:27 am
- Forum: AT+ Commands
- Topic: V 2.2.0 incompatibility
- Replies: 5
- Views: 4211
V 2.2.0 incompatibility
Version 2.2.0 introduced the +DIST_STA_IP message being sent by the module. There isn't any documentation for this message, so I don't know when I can expect to receive it.
Will the ESP8266 AT Command Examples document be updated to include the messages introduced in 2.2.0?
Andrei
Will the ESP8266 AT Command Examples document be updated to include the messages introduced in 2.2.0?
Andrei
- Wed Jun 21, 2017 4:27 am
- Forum: AT+ Commands
- Topic: Quick Data Send Commands
- Replies: 3
- Views: 3285
Re: Quick Data Send Commands
Beware, I have routinely seen times greater than 500mS between sending a packet and receiving the SEND OK reply.
You may not be able to do what you are expecting.
Andrei
You may not be able to do what you are expecting.
Andrei
- Wed Jun 21, 2017 4:24 am
- Forum: AT+ Commands
- Topic: AT+CIPSEND gives error
- Replies: 2
- Views: 11652
Re: AT+CIPSEND gives error
I didn't look too closely, but my initial observation is that you have a bad protocol error in your code. For instance: 1,CONNECT +IPD,1, 409:GET / HTTP/1.1 Host: 192.168.1.9 Connection: keep-alive Cache-Control: max-age=0 Upgrade-Insecure-Requests: 1 User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; ...
- Fri Jun 09, 2017 4:08 am
- Forum: AT+ Commands
- Topic: I'm having an issue with TCP RST instead of FIN.
- Replies: 9
- Views: 7755
Re: I'm having an issue with TCP RST instead of FIN.
I'm just doing some more testing. I fired up Apache on my Mac (it comes installed, you just have to start it), and Chrome (which always would screw up after about 15 seconds) repeatedly loads my page from a local file using file:, localhost using http:, remote mac running chrome, remote iphone runni...