Friday, November 10, 2017

Node MCU programming

This summary is not available. Please click here to view the post.

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 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 

Wednesday, July 5, 2017

error - problem connecting to Raspberry Pi 3 with xrdp

sudo apt-get install tightvncserver

will do the task