Open u8123 opened 7 years ago
Hi, looks like you are doing the right things! Do you also have the error with the examples sketches from Arduino or is it aREST specific ?
Hi,
Thank you for your response. I have tried a few aRest examples incuding the ESP8266_local, ESP8266_cloud, ESP8266_cloud_and_local but I have not tried other arduino sketches. I’m able to download sketches to an old ESP8266 node from the Arduino environment and all the examples above work well. The new modules that I got from Sparkfun are the ones that do not work and give me the error previously posted. This suggest that things should be fine on the Arduino software side.
Do you suggest any arduino sketch that would help me debug why the new nodes from Spark fun are not connecting to my WiFi?
Thanks,
From: marcoschwartz [mailto:notifications@github.com] Sent: Sunday, August 13, 2017 6:38 AM To, : marcoschwartz/aREST aREST@noreply.github.com Cc: u8123 ecg1999@gmail.com; Author author@noreply.github.com Subject: Re: [marcoschwartz/aREST] ESP8266 firmware (#163)
Hi, looks like you are doing the right things! Do you also have the error with the examples sketches from Arduino or is it aREST specific ?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/marcoschwartz/aREST/issues/163#issuecomment-322031867 , or mute the thread https://github.com/notifications/unsubscribe-auth/Adf7Ez9Ey9kASQEo_WbsP0_UrT82M54_ks5sXsQOgaJpZM4O0zPC . https://github.com/notifications/beacon/Adf7EyQj2hhdL40rEAH20vFTo_KOMh9aks5sXsQOgaJpZM4O0zPC.gif
Hey,
I'd just use the ones include in the ESP8266 Arduino library, for example just to test the WiFi connection.
Hi,
Sorry I'm new to this. I have a couple of modules from ESP8266 modules from Sparkfun (WRL-13678, 8mb) and they don't seem to connect to my wifi after following the getting started tutorial. Is there an specific firmware update I need to put in my ESP8266 modules to get this example working? So far I have done the following: 1- Install Arduino IDE 1.83, Arduino library and the PubSub library 2- Installed ESP8266 boards definitions for Arduino 3- I changed the SSID and PW in the code to match my WiFi settings and downloaded to the board. 4- After rebooting the module, it does not connect to my WiFi or either print messages via serial port.
It seems to be a firmware issue to me since I get the following message after resetting the module connected to the serial link in running mode:
ets Jan 8 2013,rst cause:1, boot mode:(3,5) load 0x4010f000, len 1384, room 16 tail 8 chksum 0xef csum 0xef csum err ets_main.c
Thanks,