Thank you
Sergio
Search found 33 matches
- Mon Feb 22, 2021 5:48 am
- Forum: General Discussion and Questions
- Topic: Save the software inside ESP32
- Replies: 2
- Views: 129
- Fri Feb 19, 2021 10:27 pm
- Forum: General Discussion and Questions
- Topic: Save the software inside ESP32
- Replies: 2
- Views: 129
Save the software inside ESP32
Hi there !
I wrote a proram for my ESP32 with uPyCraft_V1.1. Everthingh work but i don't understand why if i turn off and turn on the current i need the save again the software inside the ESP 32, i need the change or write somethingh inside the boot ?
Thanks soo much
Sergio
I wrote a proram for my ESP32 with uPyCraft_V1.1. Everthingh work but i don't understand why if i turn off and turn on the current i need the save again the software inside the ESP 32, i need the change or write somethingh inside the boot ?
Thanks soo much
Sergio
- Fri Feb 12, 2021 4:09 pm
- Forum: General Discussion and Questions
- Topic: Class method return none why ?
- Replies: 9
- Views: 256
- Fri Feb 12, 2021 11:33 am
- Forum: General Discussion and Questions
- Topic: Class method return none why ?
- Replies: 9
- Views: 256
- Fri Feb 12, 2021 8:02 am
- Forum: General Discussion and Questions
- Topic: Class method return none why ?
- Replies: 9
- Views: 256
Re: Class method return none why ?
i just try with REPL and my code works, but still dosen't work on ESP32, i don't know what to think is the ESP32? is the firmware ? really i don't understand





- Thu Feb 11, 2021 10:41 pm
- Forum: General Discussion and Questions
- Topic: Class method return none why ?
- Replies: 9
- Views: 256
Re: Class method return none why ?
i did but still dosen't work i really don't understand
- Thu Feb 11, 2021 8:07 pm
- Forum: General Discussion and Questions
- Topic: Class method return none why ?
- Replies: 9
- Views: 256
Re: Class method return none why ?
I use an ESP32 ESP-32S ESP-WROOM-32
and i use this firmware GENERIC : esp32-idf3-20210202-v1.14.bin
i try to put one print and the print work but still return None

and i use this firmware GENERIC : esp32-idf3-20210202-v1.14.bin
Code: Select all
def stampa(self):
print("ciao")
return width



- Thu Feb 11, 2021 6:07 pm
- Forum: General Discussion and Questions
- Topic: Class method return none why ?
- Replies: 9
- Views: 256
Class method return none why ?
Hi there! i start to wrote my fist class but i got a problem. I post my code here this is my class: ST7735R.py width = 0 height = 0 class ST7735R: def __init__(self, w, h): self.width = w self.height = h def stampa(self): return self.width in the main.py i wrote : from ST7735R import ST7735R dspl = ...
- Wed Apr 01, 2020 9:05 am
- Forum: Programs, Libraries and Tools
- Topic: Wlan.scan()
- Replies: 2
- Views: 580
Re: Wlan.scan()
Hi
yes that is what i mean thank you soo much. Your code gave me one error but i sobstitute result with x and now wok
Have a wonderful day
Sergio
yes that is what i mean thank you soo much. Your code gave me one error but i sobstitute result with x and now wok
Have a wonderful day
Sergio
- Tue Mar 31, 2020 9:39 pm
- Forum: Programs, Libraries and Tools
- Topic: Wlan.scan()
- Replies: 2
- Views: 580
Wlan.scan()
Hi there!
When i use wlan.scan() for check the wireless networks i receve back a string with all’ networks, my problem is how i can exstrapolate the data ?
Thank you
Sergio
When i use wlan.scan() for check the wireless networks i receve back a string with all’ networks, my problem is how i can exstrapolate the data ?
Thank you
Sergio