-->
Page 1 of 1

Cannot add wifi to existing Arduino Uno project

PostPosted: Sun Dec 27, 2015 2:52 pm
by Joe Job
Hi guys, I am a newbie with ESP8266 and having a lot of difficulty with it. I bought 2 ESP8266 to add to two of my Arduino Uno projects so that I could get WIFI capabilities rather than getting an ethernet / wifi shield.

I am demoing on an empty board to get it working then the aim is to add the working code to my existing projects so that I can send and receive MQTT messages but have a hit a massive roadblock and running out of time I have to have the prototypes working in the next couple of days and do not have enough time to purchase a shield as the delivery will not get here in time.

So far I have failed with all online examples of getting connected to my network but if I upload blank sketch and send AT+RST via serial monitor it appears to be working ok as far as I can see.

Code: Select allAT+RST


OK

 ets Jan  8 2013,rst cause:2, boot mode:(3,6)

load 0x40100000, len 1396, room 16
tail 4
chksum 0x89
load 0x3ffe8000, len 776, room 4
tail 4
chksum 0xe8
load 0x3ffe8308, len 540, room 4
tail 8
chksum 0xc0
csum 0xc0

2nd boot version : 1.4(b1)
  SPI Speed      : 40MHz
  SPI Mode       : DIO
  SPI Flash Size & Map: 8Mbit(512KB+512KB)
jump to run user1 @ 1000

òn't use rtc mem data
rl�‚slÌÿ
Ai-Thinker Technology Co.,Ltd.

ready


However when I try any of the sketches I cannot connect to my network, please can someone offer assistance.

Thanks in advance.
Adam

Re: Cannot add wifi to existing Arduino Uno project

PostPosted: Sun Dec 27, 2015 6:31 pm
by Joe Job
Solved

Re: Cannot add wifi to existing Arduino Uno project

PostPosted: Tue Dec 29, 2015 12:17 am
by alejost848
What did you do? I'm exactly trying to get an existing project to work with the ESP8266. I can send AT commands when I upload a blank sketch, but if I upload something else I get no response. What was your next step to solve it? Thanks.