Search found 479 matches

by username
Sun Jan 29, 2023 2:50 pm
Forum: General Discussion
Topic: ESP v5.0 removed mdns Why? (IDFGH-9213)
Replies: 9
Views: 3610

Re: ESP v5.0 removed mdns Why? (IDFGH-9213)

I don't think all that manual setup is necessary. The build process creates the components subfolder. You just need to run the `idf.py add-dependency` tool and it creates the necessary yml in your source folder. The build process takes care of the rest. (A full clean beforehand is recommended.) Sor...
by username
Sun Jan 29, 2023 5:40 am
Forum: General Discussion
Topic: ESP v5.0 removed mdns Why? (IDFGH-9213)
Replies: 9
Views: 3610

Re: ESP v5.0 removed mdns Why? (IDFGH-9213)

Just wanted to update this for the solution incase anyone else needs to know how to do it for PlatformIO At the root level of your project create a components folder and inside there create a mdns folder. Then go here: https://components.espressif.com/components/espressif/mdns And click "download ar...
by username
Fri Jan 27, 2023 3:59 am
Forum: General Discussion
Topic: ESP v5.0 removed mdns Why? (IDFGH-9213)
Replies: 9
Views: 3610

Re: ESP v5.0 removed mdns Why? (IDFGH-9213)

Thank you both for the info!

Now I just need to figure out how to do it in PlatformIO. as we dont have idf.py ;-(
by username
Tue Jan 24, 2023 12:15 pm
Forum: General Discussion
Topic: ESP v5.0 removed mdns Why? (IDFGH-9213)
Replies: 9
Views: 3610

Re: ESP v5.0 removed mdns Why? (IDFGH-9213)

Thanks for responding.
Out of curiosity, Why would you guys move it to the component registry?
by username
Tue Jan 24, 2023 3:50 am
Forum: General Discussion
Topic: ESP v5.0 removed mdns Why? (IDFGH-9213)
Replies: 9
Views: 3610

ESP v5.0 removed mdns Why? (IDFGH-9213)

In v4.4.3 we had mdns which I was using.
Upgraded to v5.0 and its gone.
Why did they remove it from the components folder, and examples ?
by username
Wed Jan 11, 2023 2:51 am
Forum: General Discussion
Topic: if float > float, , What precision does "If" have
Replies: 1
Views: 1203

if float > float, , What precision does "If" have

When checking float values with an if then, how many places to the right of the decimal does if then check ?
float x= 1.0020002;
float y= 1.002;

if(x > y)
{
}
by username
Sat Dec 24, 2022 2:44 pm
Forum: ESP-IDF
Topic: [SOLVED] VP and VN pins on ESP32-WROOM-32
Replies: 5
Views: 9086

Re: VP and VN pins on ESP32-WROOM-32

Can you confirm that they are "normal" pins?
What is your definition of a "normal" pin?
by username
Sat Dec 24, 2022 12:41 am
Forum: ESP-IDF
Topic: [SOLVED] VP and VN pins on ESP32-WROOM-32
Replies: 5
Views: 9086

Re: VP and VN pins on ESP32-WROOM-32

That is answered in the data sheet.
https://www.espressif.com/sites/default ... eet_en.pdf
by username
Thu Dec 22, 2022 9:32 pm
Forum: ESP32 Arduino
Topic: S3 BootLoop Revisited
Replies: 5
Views: 2085

Re: S3 BootLoop Revisited

Sorry it didn't work for you. Hopefully someone else can chime in.