ESP32 Set Bluetooth problem

For general Flowcode discussion that does not belong in the other sections.
Post Reply
stefan.erni
Valued Contributor
Posts: 758
http://meble-kuchenne.info.pl
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 149 times
Been thanked: 171 times

ESP32 Set Bluetooth problem

Post 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>

stefan.erni
Valued Contributor
Posts: 758
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 149 times
Been thanked: 171 times

Re: ESP32 Set Bluetooth problem

Post 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



Post Reply