Page 1 of 1

ESP32 Set Bluetooth problem

Posted: Wed Dec 20, 2023 2:20 pm
by stefan.erni
Hi Ben

Problem to set Bluetooth to SPP. I can not start the menuconfig
I made the 'idf.py fullclean but did not help

Code: Select all

C:\Users\stefan.erni\Desktop\esp-idf>CD C:\FcM510\just_log\just_logger24 & idf.py menuconfig
Executing action: menuconfig
'C:\ESP32_if\.espressif\python_env\idf5.1_py3.12_env\Scripts\python.exe' is currently active in the environment
while the project 
was configured with 'C:\ESP32_if\.espressif\python_env\idf5.1_py3.7_env\Scripts\python.exe'. 
Run 'idf.py fullclean' to start again.

C:\FcM510\just_log\just_logger24>

Re: ESP32 Set Bluetooth problem

Posted: Thu Dec 21, 2023 2:13 pm
by stefan.erni
Hi Ben

My second computer also creat a problem.
I can set the menuconfig and change the BT parameter but after this I can not complie anymore
The ESP32 C3 and ESP32 S3 have worked
Getting a led to flash works nice.

Problem I have are with my old program on ESP32 wroom32

Which python version should I install?

regards

Stefan
idf.py build

Target: esp32 ...
. . .

'C:\Users\Kfs-Forschung\.espressif\python_env\idf5.1_py3.7_env\Scripts\python.exe' is currently active in the environment while the project was configured with 'C:\Users\Kfs-Forschung\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe'. Run 'idf.py fullclean' to start again.
Executing action: all (aliases: build)

Build Failed