Search found 15 matches

by nmjb18
Thu Dec 14, 2023 2:34 pm
Forum: Projects - Embedded
Topic: ESP Hostname Change
Replies: 13
Views: 26285

Re: ESP Hostname Change

HI Ben, Thanks for spending some of your time on this, I am sure you have 101 other things to do. I will try changing the local hostname in the file you identify and report back. For you interest: My router shows both the Host name and vendor (along with MAC and IP) the hostname and vendor are curre...
by nmjb18
Wed Dec 13, 2023 11:44 am
Forum: Projects - Embedded
Topic: ESP Hostname Change
Replies: 13
Views: 26285

Re: ESP Hostname Change

Hi Ben,

Thank you, I will give it a go. For what it's worth, I think this would be useful to add into the component. FC makes it so easy to use the ESP32, only for the projects to become difficult to use if more than one set of hardware in on the same network.

Cheers.
by nmjb18
Tue Dec 12, 2023 7:12 pm
Forum: Projects - Embedded
Topic: ESP Hostname Change
Replies: 13
Views: 26285

Re: ESP Hostname Change

Hi Steve,

I have tried the code you have advised and researched the documentation supporting the ESP32 and I a failing to get the host name to change.
by nmjb18
Sat Nov 18, 2023 11:08 pm
Forum: Projects - Embedded
Topic: ESP Hostname Change
Replies: 13
Views: 26285

Re: ESP Hostname Change

Thank you, it would be much apriciated, still stuck on this one!
by nmjb18
Wed Nov 08, 2023 8:39 pm
Forum: Projects - Embedded
Topic: ESP Hostname Change
Replies: 13
Views: 26285

ESP Hostname Change

Hi,

Does anyone know how to change the hostname of an ESP32? I have more than one ESP-VROOM-32 modules on a network and as the default hostname is "espressif" it's not possible to tell between them on my router!

Many thanks
by nmjb18
Wed Aug 09, 2023 8:34 pm
Forum: Projects - Embedded
Topic: ESP32 static IP
Replies: 2
Views: 3185

Re: ESP32 static IP

Thanks LeighM, I understand that is an option.

I was looking for something like the first part of this article https://randomnerdtutorials.com/esp32-s ... duino-ide/ where the ESP32 is used to assign it's own IP on the network.
by nmjb18
Wed Aug 09, 2023 4:26 pm
Forum: Projects - Embedded
Topic: ESP32 static IP
Replies: 2
Views: 3185

ESP32 static IP

Hi, Any one know how to fix (I.e. make static) the IP of an ESP32 device? I would like to make sure that my app will always connect to my esp32 project after a network reboot. Currently the IP is dynamic and randomly assigned. Inorder to reconnect to my project I have to look up what's connected to ...
by nmjb18
Sun May 14, 2023 3:11 pm
Forum: Projects - Embedded
Topic: ESP32 Espressif Compiler Failure
Replies: 7
Views: 4318

Re: ESP32 Espressif Compiler Failure

The instruction in the above linked post worked for me. Thank you for your help.
by nmjb18
Sun May 14, 2023 3:04 pm
Forum: General
Topic: ESP32 - python.exe doesn't support asyncio --no-hints
Replies: 5
Views: 7566

Re: ESP32 - python.exe doesn't support asyncio --no-hints

Hi,

This fixed my issue, thank you. I will watch out for the permanent fix.

Thanks!
by nmjb18
Fri May 12, 2023 12:09 pm
Forum: Projects - Embedded
Topic: ESP32 Espressif Compiler Failure
Replies: 7
Views: 4318

Re: ESP32 Espressif Compiler Failure

Hi,

I haven't and will try over the weekend, it looks promising, thanks for link.