Post topics, source code that relate to the Arduino Platform

User avatar
By ThePhilSProject
#845 Nice to meet you Richard :)

In my ignorance I've ordered a couple of these modules: https://docs.google.com/file/d/0BzUXEca ... RRUmc/edit

There appears to be no pin labelled reset, is it CH_PD? Or one of the GPIO pins? It seems like it'd be foolish to neglect to put a reset on a module with so many pins available.
User avatar
By aabella
#912 Hi,

SirGeorg wrote:OK, now it works for me too, I just did not wait enough for the server response

Now I will have to write an arduino library - anybody already working on that?


I'm working on one, based on an working implementation for SIM900 GPRS module, using AT commands too. The SIM900 library is finished and working, but not public yet.

One new thread is pending approval in the Arduino section with some more data.

Here --> https://github.com/aabella/ESP8266-Arduino-library

=)
User avatar
By tao13
#929 Hi all.
Please i need your advice.
Can i send some data over internet(tcp or udp) from a webpage to an arduino with ESP8266 something like post 192.168.1.14/name='aaa' where 192.168.1.14 is arduino ESP8266 ip address?
Many thanks in advance
User avatar
By jpcleve
#931 Hey guys...I've had some success with my esp, but it's flaky at best. I'm hoping my inconsistent results are due to the fact that I'm powering it from the 3.3v output on a Mega. How are you guys powering this thing? Would a 3.3v regulator fed from the Mega's 5v supply be adequate?

Thanks,
John