Post topics, source code that relate to the Arduino Platform

User avatar
By RichardS
#785 WIKI should be up soon, so there will be an Arduino section for you guys to post working known source code for the Ardunio crowd!

Richard.
User avatar
By wacky
#786 When i wireing in VCC & CH_PD into 3.3v on an arduino Duemilanove.
The TX/RX LEDS flash about every 1 second.
and i loose the arduino from the arduino IDE

Any ideas?

My wiring plan was:
ESP8266 Arduino

VCC & CH_PD 3.3v
RX TX (1)
TX RX (0)
GND GND
User avatar
By villTech
#807 try to provide a separate 3.3v power supply first for the esp module, not from your arduino 3.3v. and dont use 3.3v from a usb to serial module.
User avatar
By ThePhilSProject
#814 Does anybody have enough knowledge to explain how we could use the UART on the Arduino for programming whilst the ESP8266 is wired in? Something involving the reset and CH_PD pins I imagine?