hi Stefan
sorry, but where did you find your "esp32s_sdkconfig" file? is it inside
"C: \ ProgramData \ MatrixTSL \ FlowcodeV9 \ FCD \ ESP \ Batch"?
because mine is totally different. I attact the file in txt format
best regards
ESP32 WROOM bluetooth programming
-
- Posts: 11
- http://meble-kuchenne.info.pl
- Joined: Thu Dec 03, 2020 10:30 pm
- Has thanked: 1 time
- Been thanked: 4 times
-
- Valued Contributor
- Posts: 1002
- Joined: Wed Dec 02, 2020 10:53 am
- Has thanked: 191 times
- Been thanked: 217 times
Re: ESP32 WROOM bluetooth programming
Hi luibra63
Yes that's the place and yes the file there looks different.
For your first time bluetooth better change the sdkconfig file in the project folder.
You can also post this file as .txt and will have a look if I can change it and post it again for you.
regards
Stefan
Yes that's the place and yes the file there looks different.
For your first time bluetooth better change the sdkconfig file in the project folder.
You can also post this file as .txt and will have a look if I can change it and post it again for you.
regards
Stefan
Re: ESP32 WROOM bluetooth programming
hi Stefan
finally I understood how to navigate through the folders and modify the "sdkconfig" file of the project with "idf.py menuconfig", only with this method the "sdkconfig" file is not overwritten, if I directly modified the "sdkconfig" file with notepad, when I compiled, the file was overwritten. I made the same changes as you. Unfortunately I can't program, the programming starts but then aborts.
were you able to program with this file?
I attact file and attact error file compiler Best Regards
finally I understood how to navigate through the folders and modify the "sdkconfig" file of the project with "idf.py menuconfig", only with this method the "sdkconfig" file is not overwritten, if I directly modified the "sdkconfig" file with notepad, when I compiled, the file was overwritten. I made the same changes as you. Unfortunately I can't program, the programming starts but then aborts.
were you able to program with this file?
I attact file and attact error file compiler Best Regards
-
- Valued Contributor
- Posts: 1002
- Joined: Wed Dec 02, 2020 10:53 am
- Has thanked: 191 times
- Been thanked: 217 times
Re: ESP32 WROOM bluetooth programming
Hi luibra63
The config file should be fine now.
I suspect there is a little problem with your program.
Can you post the .fcfx file?
regards
Stefan
The config file should be fine now.
I suspect there is a little problem with your program.
Can you post the .fcfx file?
regards
Stefan
-
- Valued Contributor
- Posts: 1002
- Joined: Wed Dec 02, 2020 10:53 am
- Has thanked: 191 times
- Been thanked: 217 times
Re: ESP32 WROOM bluetooth programming
Hi luibra63
I changed your program a little and changed the sdkconfig file like you did.
and bluetooth it's working now.
A little hint about connecting: only send when connected.
Sometimes it is better to send A or B and not send all possible characters
And can you check in the project option if your programmer port is there.
regards
Stefan
I changed your program a little and changed the sdkconfig file like you did.
and bluetooth it's working now.
A little hint about connecting: only send when connected.
Sometimes it is better to send A or B and not send all possible characters
And can you check in the project option if your programmer port is there.
regards
Stefan
Re: ESP32 WROOM bluetooth programming
Hi Stefan
A big THANK YOU, now my program works too, it was necessary to delete all the folders inside the project, recompile and edit the "sdkconfig" file again as indicated by you. Now I finally see that it works. THANK YOU again for your patience.
best Regards
A big THANK YOU, now my program works too, it was necessary to delete all the folders inside the project, recompile and edit the "sdkconfig" file again as indicated by you. Now I finally see that it works. THANK YOU again for your patience.
best Regards