• Skip to main content
  • Skip to primary sidebar

RNTLab.com

The Ultimate Shortcut to Learn Electronics and Programming with Open Source Hardware and Software

  • Courses
  • Forum
    • Forum
    • Ask Question
  • Shop
  • Account
  • Blog
  • Login

Problem in boot.py por ESP-32

Q&A Forum › Category: ESP32 › Problem in boot.py por ESP-32
0 Vote Up Vote Down
Marcelo Guarderas asked 4 years ago

Please, if you can give me an idea of ​​what may happen. I am loading the boot.py program to start the study of WEB.

The same program charge on a plate ESP8266 AND IT WORKS WELL BUT IF I CHARGE ON A PLATE esp-32 shows me the following message, repeatedly.

Thank you

# Complete project details at https://RandomNerdTutorials.com
try:
  import usocket as socket
except:
  import socket

from machine import Pin
import network
import esp
esp.osdebug(None)
import gc
gc.collect()

ssid = 'REPLACE_WITH_YOUR_SSID'
password = 'REPLACE_WITH_YOUR_PASSWORD'
station = network.WLAN(network.STA_IF)
station.active(True)
station.connect(ssid, password)

while station.isconnected() == False:
  pass

print('Connection successful')
print(station.ifconfig())
led = Pin(2, Pin.OUT)
1 Answers
0 Vote Up Vote Down
Rui Santos Staff answered 4 years ago

Hello Marcelo, which message do you see repeatedly? 

Primary Sidebar

Login to Ask or Answer Questions

This Forum is private and it’s only available for members enrolled in our Courses.

Login »

Latest Course Updates

  • [eBook Updated] SMART HOME with RPi, ESP32, and ESP8266 (version 1.2) March 8, 2023
  • [eBook Updated] ESP32-CAM Projects (version 1.3) January 7, 2023

You must be logged in to view this content.

Contact Support - Refunds - Privacy - Terms - MakerAdvisor.com - Member Login

Copyright © 2013-2023 · RandomNerdTutorials.com · All Rights Reserved

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.