Friday, November 10, 2017
Thursday, November 9, 2017
ESP8266 --posting data
Steps
AT+CIPSTART="TCP","WWW.KNRAPACHALLOOR.COM",80
AT+CIPSEND=61
GET http://www.knrapachalloor.com/my.php?dat=9 HTTP/1.0
Wednesday, November 8, 2017
PIP install
Adding the path of your pip installation to PATH system variable.
By default, pip is installed to
so the path "C:\Python27\Scripts" needs to be added to your PATH variable.
To add the path of your pip installation to your PATH variable, goto command prompt and type
By default, pip is installed to
C:\Python27\Scripts\pip
(pip now comes bundled with new versions of python),so the path "C:\Python27\Scripts" needs to be added to your PATH variable.
To add the path of your pip installation to your PATH variable, goto command prompt and type
setx PATH "%PATH%;C:\Python27\Scripts"
Restart the command prompt
Subscribe to:
Posts (Atom)