Search found 14 matches

by mwirth
Thu Feb 16, 2023 7:06 pm
Forum: ESP-IDF
Topic: Does the ESP32-C6 support example apps in new ESP Matter SDK?
Replies: 2
Views: 2017

Re: Does the ESP32-C6 support example apps in new ESP Matter SDK?

To be perfectly clear, I should have said "Does the ESP32-C6 support Thread example apps in new ESP Matter SDK?"
by mwirth
Thu Feb 16, 2023 7:01 pm
Forum: ESP-IDF
Topic: Does the ESP32-C6 support example apps in new ESP Matter SDK?
Replies: 2
Views: 2017

Does the ESP32-C6 support example apps in new ESP Matter SDK?

The new ESP32-C6 supports Thread. Can it be used with the Matter SDK (https://docs.espressif.com/projects/esp ... ction.html)? The SDK docs refer only to the ESP32-H2.
by mwirth
Wed Nov 24, 2021 7:24 am
Forum: IDEs for ESP-IDF
Topic: Python version problem with Eclipse IDE setup on macOS Big Sur
Replies: 8
Views: 24234

Re: Python version problem with Eclipse IDE setup on macOS Big Sur

Sean, No, have not found a solution for this specific problem. But I have encountered a version of it again in the IDE setup for yet another brand of SBCs. In both cases, Python is actively used in the IDE setup and application build chain. It's clear that differences in the Python environment (vers...
by mwirth
Fri Feb 26, 2021 5:11 pm
Forum: ESP-IDF
Topic: Inconsistent Python versions between ESP-IDF tools and native OS
Replies: 4
Views: 7507

Re: Inconsistent Python versions between ESP-IDF tools and native OS

Roland,

Thanks for checking. Sorry I wasn't more clear. Yes, I now have ESP-IDF working for command line use. Still have a problem with the Eclipse plugin, but that's due to a plugin bug.

Mike

PS: Feel free to close this issue.
by mwirth
Thu Feb 25, 2021 10:56 pm
Forum: ESP-IDF
Topic: Inconsistent Python versions between ESP-IDF tools and native OS
Replies: 4
Views: 7507

Re: Inconsistent Python versions between ESP-IDF tools and native OS

Roland, Thanks for the quick reply. FYI, on my Big Sur MacBook Pro, Python 2.7 and 3.8 are installed be default (in R/O system image) and invoked by "python" and "python3" respectively. In an effort to avoid python 2.7, I had aliased "python" to "/usr/local/bin/python...", my local installation of P...
by mwirth
Thu Feb 25, 2021 8:36 am
Forum: ESP-IDF
Topic: Inconsistent Python versions between ESP-IDF tools and native OS
Replies: 4
Views: 7507

Inconsistent Python versions between ESP-IDF tools and native OS

The ./install.sh command in section "Step 3. Set up the tools" of the Get Started page for the ESP32-S2 downloads a number of large binary tools, saves the downloads and installs them in an .espressif folder. It then creates a Python 2.7 environment and installs a bunch of Python modules in the same...
by mwirth
Sat Feb 20, 2021 9:57 pm
Forum: ESP-IDF
Topic: Project Launch Bar missing in Eclipse plug-in for IDF
Replies: 7
Views: 7339

Project Launch Bar missing in Eclipse plug-in for IDF

Folks, Just installed a fresh current version of Eclipse on my MacBook Pro running macOS Big Sur, 11.0.1, and the current ESP-IDF plugin for Eclipse: Eclipse Version: 2020-12 (4.18.0), Build id: 20201210-1552 with all current updates installed. Espressif IDF Plugins for Eclipse 1.2.4.202101041022 co...
by mwirth
Thu Jan 21, 2021 1:21 am
Forum: General Discussion
Topic: Porting firmware between ESP32 variants?
Replies: 1
Views: 2142

Porting firmware between ESP32 variants?

Kind folks, I am interested in porting an existing single-threaded firmware package, written in C, from the ESP32-S2 to an ESP32, initially to run in a single core (with the second core idle). What are the obstacles which need to be overcome, your estimate of their difficulty, and your advice on how...
by mwirth
Tue Dec 29, 2020 7:54 am
Forum: IDEs for ESP-IDF
Topic: Python version problem with Eclipse IDE setup on macOS Big Sur
Replies: 8
Views: 24234

Re: Python version problem with Eclipse IDE setup on macOS Big Sur

kolipakakondal, I tried lots of experiments to no avail: Set the IDF_PYTHON_ENV_PATH environment variable, as in: Eclipse build env prefs.png I installed the plugin from a local archive. I installed the plugin from the Eclipse Marketplace. I poked around the Python code in the Espressif tools and pl...
by mwirth
Fri Dec 25, 2020 7:31 am
Forum: IDEs for ESP-IDF
Topic: Python version problem with Eclipse IDE setup on macOS Big Sur
Replies: 8
Views: 24234

Re: Python version problem with Eclipse IDE setup on macOS Big Sur

<Final Image> Here's the screenshot from trying to build a new IDF project, BlinkyTest2. Note that IDF_PYTHON_ENV_PATH isn't set. Is this the critical error? That is, Python 2.7, somehow being used, instead of 3.9.1, so the associated Python requirements aren't satisfied.? How do I set this environ...