Search found 10 matches

by Sunbelt57
Wed Mar 05, 2025 5:12 am
Forum: ESP8266
Topic: how to set ip address in examples/protocols/http_server/simple/main/main.c
Replies: 6
Views: 480

Re: how to set ip address in examples/protocols/http_server/simple/main/main.c

It started working as in the serial output shows the ip address assigned by the DHCP of the 1st router. It assigns it 192.168.88.234 and the browser showed "this URI doesn't exist" until you set it to: "192.168.88.234/hello". I'm not quite sure what I did to get it to work. I'll change the lwip.c fi...
by Sunbelt57
Wed Mar 05, 2025 3:36 am
Forum: ESP-IDF
Topic: can't git clone the esp-idf repo
Replies: 2
Views: 513

Re: can't git clone the esp-idf repo

The service tech came out and put up another (bigger) dish and now it works.
by Sunbelt57
Wed Mar 05, 2025 3:25 am
Forum: ESP8266
Topic: how to set ip address in examples/protocols/http_server/simple/main/main.c
Replies: 6
Views: 480

Re: how to set ip address in examples/protocols/http_server/simple/main/main.c

It looks like the 2 routers can't both have DHCP reservation lists. The chip keeps showing up on the 1st router reserved as either 236 or 237 and as 5 on the 2nd one. They are both D-Link routers. I should try turning off the wifi on the 2nd router and recompile for the ssid in the garage and take i...
by Sunbelt57
Wed Mar 05, 2025 3:13 am
Forum: ESP8266
Topic: how to set ip address in examples/protocols/http_server/simple/main/main.c
Replies: 6
Views: 480

Re: how to set ip address in examples/protocols/http_server/simple/main/main.c

OK, I set the DHCP reservation list on the 2nd router for 192.168.88.4-6 and it shows at the bottom the dynamic clients with the MAC address of the ESP8266 chip but the website doesn't work.
by Sunbelt57
Wed Mar 05, 2025 3:08 am
Forum: ESP8266
Topic: how to set ip address in examples/protocols/http_server/simple/main/main.c
Replies: 6
Views: 480

Re: how to set ip address in examples/protocols/http_server/simple/main/main.c

the router with the wifi is in a different building than the router for 192.168.88.1.This one is 88.2. I tried changing the ssid to the other one and went to that location (the garage) and it logged onto that wifi ok but the same result. The main router has a DHCP reservation list where all the ip a...
by Sunbelt57
Wed Mar 05, 2025 2:58 am
Forum: ESP8266
Topic: how to set ip address in examples/protocols/http_server/simple/main/main.c
Replies: 6
Views: 480

Re: how to set ip address in examples/protocols/http_server/simple/main/main.c

I found this in components/tcpip_adapter/tcpip_adapter_lwip.c void tcpip_adapter_init(void) { if (tcpip_inited == false) { tcpip_inited = true; tcpip_init(NULL, NULL); memset(esp_ip, 0, sizeof(tcpip_adapter_ip_info_t)*TCPIP_ADAPTER_IF_MAX); memset(esp_ip_old, 0, sizeof(tcpip_adapter_ip_info_t)*TCPIP...
by Sunbelt57
Wed Mar 05, 2025 1:25 am
Forum: ESP8266
Topic: how to set ip address in examples/protocols/http_server/simple/main/main.c
Replies: 6
Views: 480

how to set ip address in examples/protocols/http_server/simple/main/main.c

all my ip addresses in my LAN start from 192.168.88.1 because of my ISP. So my DHCP reservation list goes from there up to 255. When trying to run the example program examples/protocols/http_server/simple/main/main.c, I get the output that says: I (438) example_connect: Connecting to extra ssid... I...
by Sunbelt57
Mon Feb 24, 2025 10:07 am
Forum: ESP-IDF
Topic: can't git clone the esp-idf repo
Replies: 2
Views: 513

can't git clone the esp-idf repo

I have a slow internet connection and I keep getting errors while trying to clone the esp-idf repo. Could I possibly go to someone else's connection and clone it onto a thumb drive or cdrom and then carry it back to my desktop? I see that it won't compile if it doesn't see an actual git repo. I trie...
by Sunbelt57
Sun Feb 23, 2025 9:30 am
Forum: ESP-IDF
Topic: About command "idf.py"
Replies: 5
Views: 3386

Re: About command "idf.py"

I just now had the same error show up when going thru the 'getting started guide' at the end of the . ./export.sh script. I went into the tools directory and saw all the *.py files did not have the executable bits set. I did a 'chmod +x idf.py and the export.sh worked. I'm just now wondering if I sh...
by Sunbelt57
Wed Feb 12, 2025 5:48 pm
Forum: Hardware
Topic: Seeed Studio XIAO ESP32C3 - anyone have problems with these?
Replies: 1
Views: 979

Seeed Studio XIAO ESP32C3 - anyone have problems with these?

https://www.seeedstudio.com/Seeed-XIAO-ESP32C3-p-5431.html I saw a YT video about these and a few comments said they were junk. https://www.youtube.com/watch?v=LnFYCHeL84w @outkast187 2 months ago 100% of mine fail and have to use boot mode to get any write to work. Then, they are useless because t...