Forum Software Ferduino code ESP8266

ESP8266  [SOLVED]


Post Number:#1 Post Sun May 10, 2020 11:27 am
Posts: 27
Topics: 1
Images: 12
Solve rating: 0
Joined: Sun May 10, 2020 9:05 am
Topics: 1
Age: 34
Gender: None specified
National Flag:
Turkey
Esp8266 Model ESP-12E I have a WiFi module. Thanks to the information you provided, Mr. Fernando, I came to the last point by drawing my electronic card and making the exterior designs. I have some problems. I updated my WiFi card. The software has been successfully terminated. I can't see it on the ESP8266 WiFi Network List on my laptop. This is my problem. Thank you for your interest.

Post Number:#2 Post Sun May 10, 2020 11:47 am
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Hi!

Welcome Selim!

If you have tested the ESP with some example before so the credentials were saved and the board is connecting directly to your WiFi network.

Please check the list of connected devices in your router configuration. If the ESP is connected you can get the current IP and type directly on browser.

Best regards.
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#3 Post Sun May 10, 2020 11:56 am
Posts: 27
Topics: 1
Images: 12
Solve rating: 0
Joined: Sun May 10, 2020 9:05 am
Topics: 1
Age: 34
Gender: None specified
National Flag:
Turkey
Fernonda Fernonda tried 2 months to communicate with you. Thanks thanks. I respect you very much.
I have never used ESP in any example. I use it for the first time. I watched a video of you. After waiting in the network list, the port comes up, but it does not come on my computer.

Watch on youtube.com


I watched this video.

Best Regards
Selim

-------------------------------- Last edited Sun May 10, 2020 12:02 pm --------------------------------

something like this happened. I applied the firmware of another person and saw ESP on the Network list. It happened now.

However, you give an Error in the print ('Hello') example.

Post Number:#4 Post Sun May 10, 2020 12:12 pm
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Please show me a print screen of your configuration in NodeMCU programmer. You have to make sure you are writing the firmware in the right offset.
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#5 Post Sun May 10, 2020 12:20 pm
Posts: 27
Topics: 1
Images: 12
Solve rating: 0
Joined: Sun May 10, 2020 9:05 am
Topics: 1
Age: 34
Gender: None specified
National Flag:
Turkey
Would I send the screenshots to your mail. ? Because he wants a link here. I am not using Google Drive or a similar storage server. Thank you.

Post Number:#6 Post Sun May 10, 2020 12:31 pm
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Follow this instructions to create an album here.
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#7 Post Sun May 10, 2020 1:01 pm
Posts: 27
Topics: 1
Images: 12
Solve rating: 0
Joined: Sun May 10, 2020 9:05 am
Topics: 1
Age: 34
Gender: None specified
National Flag:
Turkey
Image



Image



Image



My İmage

-------------------------------- Last edited Sun May 10, 2020 1:12 pm --------------------------------

It works when I make firmware shared by another person. It doesn't work on your files. I think my WiFi is different from yours.

Post Number:#8 Post Sun May 10, 2020 2:07 pm
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

When using another firmware have you connected to your network some time?
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#9 Post Sun May 10, 2020 3:51 pm
Posts: 27
Topics: 1
Images: 12
Solve rating: 0
Joined: Sun May 10, 2020 9:05 am
Topics: 1
Age: 34
Gender: None specified
National Flag:
Turkey
Image



Image



Image



Image



Image



Pictures made with other user's files.
Last edited by Fernando Garcia on Sun May 10, 2020 6:13 pm, edited 1 time in total.
Reason: Please post images using the tags [img=left][/img]

Post Number:#10 Post Sun May 10, 2020 6:28 pm
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Open the serial monitor in Arduino IDE then reset the ESP. After set the baud rate to 115200 and check if you can see something like this:

  121>
   122> ** esp-link v3.0.14-g963ffbb
   122> Flash config restore ok
   122> CONN led=0
   122> SER led=14
   220> Wifi init, mode=STA
   220> Wifi uses DHCP, hostname=esp-link
   220> "ip": "0.0.0.0"
   220> "netmask": "0.0.0.0"
   226> "gateway": "0.0.0.0"
   234> "hostname": "esp-link"
   243> sleep enable,type: 2
   251> Httpd init, conn=0x3fff3820
   260> No user file system found!
   270> Serbridge pins: reset=12 isp=13 swap=0
   308> Reset cause: 6=external
   308> exccause=0 epc1=0x0 epc2=0x0 epc3=0x0 excvaddr=0x0 depc=0x0
   309> Flash map 4MB:512/512, manuf 0xE0 chip 0x4016
   323> ** esp-link v3.0.14-g963ffbb: ready, heap=21368
   338> SNTP timesource set to us.pool.ntp.org with offset 0
   354> initializing MQTT
   361> MQTT_Init, host=ferduino.com
   371> initializing user application
   381> Waiting for work to do...
   390> mode : sta(18:fe:34:d2:fc:db) + softAP(1a:fe:34:d2:fc:db)
   408> add if0
   412> add if1

Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#11 Post Mon May 11, 2020 3:45 pm
Posts: 27
Topics: 1
Images: 12
Solve rating: 0
Joined: Sun May 10, 2020 9:05 am
Topics: 1
Age: 34
Gender: None specified
National Flag:
Turkey
Esp8266 means reset. Do you mean press the reset button?(RESET BUTTON)

-------------------------------- Last edited Mon May 11, 2020 3:56 pm --------------------------------

Image




Image





This is the final result.
Last edited by Fernando Garcia on Mon May 11, 2020 4:00 pm, edited 1 time in total.
Reason: Please post images using the tags [img=left][/img]

Post Number:#12 Post Mon May 11, 2020 4:01 pm
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Hi!

Yes but install ESP-link first.

Best regards.
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#13 Post Mon May 11, 2020 4:06 pm
Posts: 27
Topics: 1
Images: 12
Solve rating: 0
Joined: Sun May 10, 2020 9:05 am
Topics: 1
Age: 34
Gender: None specified
National Flag:
Turkey
Hello by the way how are you?. I don't know where to install the ESP link.

Post Number:#14 Post Mon May 11, 2020 4:08 pm
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Fine, thanks! I hope you are fine too.

In this way:

Image
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#15 Post Mon May 11, 2020 4:24 pm
Posts: 27
Topics: 1
Images: 12
Solve rating: 0
Joined: Sun May 10, 2020 9:05 am
Topics: 1
Age: 34
Gender: None specified
National Flag:
Turkey
I'm very well, thank you. I did not understand this picture.

Post Number:#16 Post Mon May 11, 2020 4:36 pm
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Install according to this video:

Watch on youtube.com
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#17 Post Mon May 11, 2020 4:42 pm
Posts: 27
Topics: 1
Images: 12
Solve rating: 0
Joined: Sun May 10, 2020 9:05 am
Topics: 1
Age: 34
Gender: None specified
National Flag:
Turkey
I told you yesterday. This video does not show up in the Network list when I make it according to ESP8266

Post Number:#18 Post Mon May 11, 2020 5:15 pm
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

I want to see the result on serial monitor after install ESP-link.
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#19 Post Mon May 11, 2020 6:20 pm
Posts: 27
Topics: 1
Images: 12
Solve rating: 0
Joined: Sun May 10, 2020 9:05 am
Topics: 1
Age: 34
Gender: None specified
National Flag:
Turkey
Esp link does this video install?

Post Number:#20 Post Mon May 11, 2020 6:27 pm
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

ESP-link is the software used on nodeMCU.

It's available here.

Image
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Next



Return to Ferduino code





Who is online

Users viewing this topic: No registered users and 1 guest

cron