-->
Page 1 of 7

Chat here about Hardware Specific topics

PostPosted: Sun Sep 07, 2014 1:15 pm
by RichardS
Lots of hardware talk in General Discussions, please move any new hardware chat here, and I might need to move some topics out of General into here, but not right away.....

Richard.

Re: Chat here about Hardware Specific topics

PostPosted: Mon Apr 13, 2015 4:46 am
by joni
Hi can any one guide me wiring? I want to develop a module having 5 push buttons, and on push of each button a URL is triggered. Should I use ESP 03?

Re: Chat here about Hardware Specific topics

PostPosted: Sat Jul 04, 2015 12:06 pm
by Tom_Neverwinter
noticed there wasnt an answer so...

If I remember correctly this can be done with the "onewire" library and a few resistors to tell it which button is being pushed.

similar to; http://www.instructables.com/id/How-to- ... ino-input/

Re: Chat here about Hardware Specific topics

PostPosted: Tue Aug 04, 2015 9:36 am
by xtal
I trying to test a ESP8266 ESP-201 module with Win7 and Liberty Basic 4.04 , When sending AT+CIPSTART=4,"TCP",site,80
I sometimes Receive +IPD,4,415:HTTP~~~~~~OK or BAD , the 415 is data, just what is the 1st character of the data???
with AT+CIPSTART=4,"TCP","check.dyndns.com" I timeout and receive no data
with AT+CIPSTART=4,"TCP","check.dyndns.com",80 I get
+IPD,4,260:HTTP/1.1 200 OK
Content-Type: text/html
Server: DynDNS-CheckIP/1.0
Connection: close
Cache-Control: no-cache
Pragma: no-cache
Content-Length: 105

<html><head><title>Current IP Check</title></head><body>Current IP Address: 68.184.130.61</body></html>

OK

OK
Unlink
{z}

ANY SUGGESTIONS ????????