Search found 4 matches

by smbunn
Sat Apr 13, 2019 6:58 am
Forum: ESP-WHO
Topic: Is there a set up guide for Windows
Replies: 4
Views: 7797

Re: Is there a set up guide for Windows

That worked. Seems that I followed the 'hello_world" example which sets up a completely different IDF, which then confused everything. A complete uninstall and fresh install of just ESP-WHO worked
by smbunn
Sat Apr 13, 2019 2:44 am
Forum: ESP-WHO
Topic: Can I link esp-eye to my home WiFi
Replies: 2
Views: 10790

Can I link esp-eye to my home WiFi

I finally got the demo application 'recognition_solution" running. The Windows guide gets you to try out 'hello_world'. DO NOT DO THIS!! The hello_world example has its own IDF which is incompatible with the ESP-EYE. A full uninstall and re-install of the MSYS32 environment, then git pull of the ESP...
by smbunn
Fri Apr 12, 2019 11:41 pm
Forum: ESP-WHO
Topic: Is there a set up guide for Windows
Replies: 4
Views: 7797

Re: Is there a set up guide for Windows

Thanks, that got me a lot further. I thought the path had to be to the project, since when you look at ESP-WHO documentation it asks you to set IDF_PATH to this dircetory. I changed it back. I ran make defconfig, successfully. I ran make menuconfig and set my serial port to COM4 which is correct and...
by smbunn
Thu Apr 11, 2019 7:50 am
Forum: ESP-WHO
Topic: Is there a set up guide for Windows
Replies: 4
Views: 7797

Is there a set up guide for Windows

I have just bought an ESP-EYE and have successfully set up the environment, started the shell, loaded, compiled and flashed the Hello_World example to my ESP-EYE. Thought it was time to do something a little more exciting so grabbed the esp-who files using git clone --recursive https://github.com/es...