Search found 5 matches
- Fri Mar 22, 2024 7:31 am
- Forum: ESP-IDF
- Topic: Wifi: Changing Hostname
- Replies: 3
- Views: 1046
Re: Wifi: Changing Hostname
Did you try to start wifi before _set_hostname? Thanks for your reply! I moved the _set_hostname call after ESP_ERROR_CHECK(esp_wifi_start() ); , but unfortunately the hostname still isn't changed. Do I have to change the hostname after wifi is connected maybe? Or as soon as there is an IP address ...
- Thu Mar 21, 2024 9:57 pm
- Forum: ESP-IDF
- Topic: Wifi: Changing Hostname
- Replies: 3
- Views: 1046
Wifi: Changing Hostname
I tried adapting the wifi-station-example ( https://github.com/espressif/esp-idf/blob/master/examples/wifi/getting_started/station/main/station_example_main.c ), so that the hostname is changed via esp_netif_set_hostname . More specifically, I changed this line from the example: esp_netif_create_def...
- Sun Mar 03, 2024 8:29 pm
- Forum: ESP-IDF
- Topic: Bidirectional SPI - Man in the Middle
- Replies: 2
- Views: 1726
Bidirectional SPI - Man in the Middle
I want to make my standing desk accessible via WiFi. I analysed the signal, which I found out was Bidirectional SPI. Usually SPI is transmitted on two wires. Bidirectional SPI is a mode, where a single wire is used to transmit and receive data. I have attached a picture of how I think of the connect...
- Fri Mar 01, 2024 3:41 pm
- Forum: ESP-IDF
- Topic: How to find out which boards are supported?
- Replies: 3
- Views: 1143
Re: How to find out which boards are supported?
Thanks for your reply! That's very useful. Btw. Is there a chat-like forum for esp-idf? I have a few other short-scoped questions about the platform. I thought it might not make sense to open topics for them individually. A big "is this project possible with esp-idf" might also be kind of inappropri...
- Fri Mar 01, 2024 7:54 am
- Forum: ESP-IDF
- Topic: How to find out which boards are supported?
- Replies: 3
- Views: 1143
How to find out which boards are supported?
Hello! I want to dive into esp-idf. My goal is to use the WaveShare ESP32-S3 Zero ( https://www.waveshare.com/esp32-s3-zero.htm ) for my project. When looking at the documentation, I found this link: https://www.espressif.com/en/products/devkits?id=ESP32 , but that's just the development boards made...