Send data from ESP32 to Thonny......how to do ?
Posted: Sun Jun 05, 2022 11:27 am
Hello....
I have MakePython ESP32 Development Kit with Thonny...
I have made a program witch send data (temperature and humidity) to the web(ThingSpeek) it run well , the BOARD CONNECTED to my PC
The I download my program as main.py into the ESP32 board
I reset the board.....now the program do not word , some files must be not present on my board ?
A part of the program run (temperature and humidity on OLED display ) , but nothing is send to web
Searching to solve the problem
I try a elementary program you can see below named main.py I have downloaded in the ESP32 board
Obviously this program work well and I receive the message 'a very difficult program' when I execute the program with Thonny....but the board alone connected to Pc do not work ?
main.py #my program on ESP32
#****************************************************
print('a very difficult program') #only that !!!!
#****************************************************
Now
*my board always connected to my PC
*Thonny IDE always open
*I reset the board with the reset button
I don't receive the message ? How to do ?
Thanks very much for all suggestions
Best regards
I have MakePython ESP32 Development Kit with Thonny...
I have made a program witch send data (temperature and humidity) to the web(ThingSpeek) it run well , the BOARD CONNECTED to my PC
The I download my program as main.py into the ESP32 board
I reset the board.....now the program do not word , some files must be not present on my board ?
A part of the program run (temperature and humidity on OLED display ) , but nothing is send to web
Searching to solve the problem
I try a elementary program you can see below named main.py I have downloaded in the ESP32 board
Obviously this program work well and I receive the message 'a very difficult program' when I execute the program with Thonny....but the board alone connected to Pc do not work ?
main.py #my program on ESP32
#****************************************************
print('a very difficult program') #only that !!!!
#****************************************************
Now
*my board always connected to my PC
*Thonny IDE always open
*I reset the board with the reset button
I don't receive the message ? How to do ?
Thanks very much for all suggestions
Best regards