Search found 23 matches

by xenpac
Sat Oct 22, 2022 5:26 pm
Forum: General Discussion
Topic: Is having 2 IDF versions installed for development possible?
Replies: 9
Views: 11548

IDF installer, multible IDF versions, Win7

So yes, its working. just installed 4.2 and then 4.4.2. creating each a cmd-shortcut. ( i start liking windows;) compiles fine, even in parallel. i used an example project. Some observations: if you re-run the installer to modify your installation, make sure u select "existing idf" with path to esp-...
by xenpac
Sat Oct 22, 2022 4:03 pm
Forum: General Discussion
Topic: Is having 2 IDF versions installed for development possible?
Replies: 9
Views: 11548

IDF installer, multible IDF versions

I just re-activated an older PC running WIN7: Windows 7 Ultimate Version 6.1.7601 Service Pack 1 Build 7601, for my devel work. It got powershell: CLRVersion 2.0.50727.8805 BuildVersion 6.1.7601.17514 PSVersion 2.0 WSManStackVersion 2.0 PSCompatibleVersions {1.0, 2.0} SerializationVersion 1.1.0.1 PS...
by xenpac
Thu Mar 10, 2022 10:17 am
Forum: General Discussion
Topic: Howto get idf version of older compiled project
Replies: 3
Views: 1918

Howto get idf version of older compiled project

i have an older compiled project of which i dont know the idf-version i used to compile it.
is there related information somewhere in the build directory to retrieve the used idf-version ?
by xenpac
Thu Jun 24, 2021 8:16 am
Forum: ESP-IDF
Topic: esp32 mesh, internet server on node
Replies: 0
Views: 1370

esp32 mesh, internet server on node

Good morning, i would like to setup an esp32-mesh network with one master-node being connected to the internet. The master-node could hook up to internet via cable or wifi(router accesspoint) as i understand, each node of the mesh network then can have internet access, ie. requesting connections to ...
by xenpac
Sat Apr 24, 2021 5:15 pm
Forum: General Discussion
Topic: esp32-cam ai-thinker, antenna, ext.antenna, your experience
Replies: 1
Views: 2019

esp32-cam ai-thinker, antenna, ext.antenna, your experience

i have several esp32-cam modules. they all have this pcd-antenna and an external connector via switchable resistor select. recently i ordered one of these standard external stick-antenna with short cable to connect to the boards antenna-socket. my wifi performance increased with the external antenna...
by xenpac
Thu Apr 22, 2021 12:54 pm
Forum: General Discussion
Topic: install.sh failed, ubuntu 16.04
Replies: 5
Views: 4571

Re: install.sh failed, ubuntu 16.04

success...

rm .rf .local was a bad idea.

had to run python3 get-pip.py again.

then install.sh worked fine
by xenpac
Thu Apr 22, 2021 9:39 am
Forum: General Discussion
Topic: install.sh failed, ubuntu 16.04
Replies: 5
Views: 4571

Re: install.sh failed, ubuntu 16.04

ok, what a drama.. python -m pip uninstall pip sudo apt remove pip sudo apt remove python-pip sudo apt autoremove curl "https://bootstrap.pypa.io/pip/3.5/get-pip.py" -o "get-pip.py" python3 get-pip.py ... DEPRECATION: Python 3.5 reached the end of its life on September 13th, 2020. Please upgrade you...
by xenpac
Wed Apr 21, 2021 3:50 pm
Forum: General Discussion
Topic: install.sh failed, ubuntu 16.04
Replies: 5
Views: 4571

Re: install.sh failed, ubuntu 16.04

ok, followed the instruction. got: tom@LinuxLaptop:~/esp/esp-idf$ ./install.sh Detecting the Python interpreter Checking "python" ... Checking "python3" ... Python 3.5.2 "python3" has been detected Installing ESP-IDF tools Installing tools: xtensa-esp32-elf, xtensa-esp32s2-elf, xtensa-esp32s3-elf, r...
by xenpac
Wed Apr 21, 2021 10:10 am
Forum: General Discussion
Topic: install.sh failed, ubuntu 16.04
Replies: 5
Views: 4571

install.sh failed, ubuntu 16.04

hi, just cloned the latest IDF and ./install.sh failed. (there was a previous older IDF version that i deleted.) see log: tom@LinuxLaptop:~/esp/esp-idf$ git describe v4.4-dev-960-gcf457d4 tom@LinuxLaptop:~/esp/esp-idf$ ./install.sh Detecting the Python interpreter Checking "python" ... Checking "pyt...
by xenpac
Mon Apr 05, 2021 5:24 pm
Forum: Sample Code
Topic: is ESP-Mesh + softAP possible
Replies: 7
Views: 22284

Re: is ESP-Mesh + softAP possible

Also looking for this. (wifi extension via mesh)

Is that implemented in the ESP-MDF ?