Install Anaconda Link: https://www.continuum.io/downloads
-
Check/List installed packages:
Conda list -
Upgrade Conda packages:
conda upgrade conda conda upgrade --all
| /*This is sketch for internal temperature sensor ESP32 CPU. | |
| * The main ideas are: | |
| * to ignore 53.3 (128 before converting to Celsius); | |
| * WiFi must be connected, if else you'll get 53.3 (128) only. | |
| * | |
| * Tested in AI Thinker ESP32 Cam module. Can be add to standard camera example in Arduino. | |
| * While ESP32 Cam module was idle - the temperature was around 47*C. | |
| * While camera video stream was on - the temperature was rising to around 57*C. | |
| * See temperature values in serial monitor at 115200. | |
| * Best regards, Anton S |
Install Anaconda Link: https://www.continuum.io/downloads
Check/List installed packages:
Conda list
Upgrade Conda packages:
conda upgrade conda conda upgrade --all