ESP32 Forum
Skip to content
Home
Quick links
FAQ
Forum
Unanswered topics
Active topics
Register
Login
Contact us
Login
Register
I forgot my password
Remember me
Hide my online status this session
Board index
Search
Search found 26 matches
Go to advanced search
Search
Advanced search
Search found 26 matches
1
2
3
Next
by
feng_esp32_2021
Mon Nov 29, 2021 5:47 am
Forum:
ESP-IDF 中文讨论版
Topic:
esp32的http问题
Replies:
7
Views:
16426
Re: esp32的http问题
这个就是我在 手机的 百度浏览器中的 搜索框中 输入 192.168.3.194 提示 “该网页无法访问” ,但是 在pc中是可以访问的。
你说,不是 搜索框中,是在 浏览器中,手机中的浏览器,我也没有看到 输入URL在什么地方
Jump to post
by
feng_esp32_2021
Mon Nov 29, 2021 5:26 am
Forum:
ESP-IDF 中文讨论版
Topic:
esp32的http问题
Replies:
7
Views:
16426
Re: esp32的http问题
怎么可能 看不到,是不是 没有存在正确?
我这边是可以的。
Jump to post
by
feng_esp32_2021
Fri Nov 26, 2021 6:11 am
Forum:
ESP-IDF 中文讨论版
Topic:
esp32的http问题
Replies:
7
Views:
16426
Re: esp32的http问题
比如:PC在浏览器 中 输入 192.168.3.194/hello 然后 就可以 显示 内容了xxxxxxx
或者https 模式 直接 输入192.168.3.194 就可以 显示内容 xxxxx 了
我要是想使用手机 访问 192.168.1.194 ,在什么地方输入呢?在 手机中的百度 浏览器中输入,不行的
就这样
Jump to post
by
feng_esp32_2021
Fri Nov 26, 2021 3:35 am
Forum:
ESP-IDF 中文讨论版
Topic:
http/https 在开始的时候 不断复位,是什么原因?
Replies:
7
Views:
15116
Re: http/https 在开始的时候 不断复位,是什么原因?
你好 大牛,再请教几个问题的问题,先说说我们的需求吧。
我们的需求就是,手机连接ESP32(最为AP模式),可以在手机上打开ESP32的网页。
问题1:
esp-idf\examples\protocols\http_server\simple
esp-idf\examples\protocols\https_server\simple
我把这2个例程烧录到esp32中,我在PC 端都可以访问网页,不过他们是作为STA模式的。手机,PC,esp32都是同一个局域网的。
PC----->可以访问ESP32
PC----->可以ping通手机
但这个时候 ...
Jump to post
by
feng_esp32_2021
Fri Nov 26, 2021 1:38 am
Forum:
ESP-IDF 中文讨论版
Topic:
http/https 在开始的时候 不断复位,是什么原因?
Replies:
7
Views:
15116
Re: http/https 在开始的时候 不断复位,是什么原因?
你是 把 start_webserver() 放在 wifi_init_softap();之后的吗?ESP32 吗?是最为AP 还是STA ?如果作为AP 模式,手机和ESP32 连接后,ESP32还能作为 STA 模式吗?
Jump to post
by
feng_esp32_2021
Thu Nov 25, 2021 10:46 am
Forum:
ESP-IDF 中文讨论版
Topic:
http/https 在开始的时候 不断复位,是什么原因?
Replies:
7
Views:
15116
Re: http/https 在开始的时候 不断复位,是什么原因?
我不知道 怎么做菜可以 插入图片?
我点击 Img 的时候 ,也看不到什么。
我是在
\esp-idf\examples\wifi\getting_started\softAP 添加的
void app_main(void)
{
esp_err_t ret = nvs_flash_init();
if (ret == ESP_ERR_NVS_NO_FREE_PAGES || ret == ESP_ERR_NVS_NEW_VERSION_FOUND)
{
ESP_ERROR_CHECK(nvs_flash_erase());
ret = nvs_flash_init ...
Jump to post
by
feng_esp32_2021
Thu Nov 25, 2021 7:18 am
Forum:
ESP-IDF 中文讨论版
Topic:
esp32的http问题
Replies:
7
Views:
16426
esp32的http问题
\esp-idf\examples\protocols\http_server\simple\main
我使用该目录下的 httP ,ESP32 作为STA模式, 连接后,PC 端可以访问ESP32,PC端可以访问手机,他们都在同一个网络。但是手机不能访问 esp32,这是什么问题呢?
Jump to post
by
feng_esp32_2021
Thu Nov 25, 2021 5:21 am
Forum:
ESP-IDF 中文讨论版
Topic:
http/https 在开始的时候 不断复位,是什么原因?
Replies:
7
Views:
15116
http/https 在开始的时候 不断复位,是什么原因?
我在wifi\softAP的程序调用start_webserver(); 函数,结果 设备不断复位,这个什么情况?
开始的输出信息
Jump to post
by
feng_esp32_2021
Thu Nov 25, 2021 2:01 am
Forum:
ESP-IDF 中文讨论版
Topic:
extern "C" esp_err_t nvs_flash_erase(void),是什么意思?
Replies:
2
Views:
8379
Re: extern "C" esp_err_t nvs_flash_erase(void),是什么意思?
有知道的 请告诉我谢谢
Jump to post
by
feng_esp32_2021
Thu Nov 25, 2021 1:57 am
Forum:
ESP-IDF 中文讨论版
Topic:
extern "C" esp_err_t nvs_flash_erase(void),是什么意思?
Replies:
2
Views:
8379
extern "C" esp_err_t nvs_flash_erase(void),是什么意思?
我看程序中有 extern "C" esp_err_t nvs_flash_erase(void) ,这个语句 中的 “C” 是什么意思?谢谢!
Jump to post
Sort by
All results
1 day
7 days
2 weeks
1 month
3 months
6 months
1 year
Author
Post time
Forum
Topic title
Post subject
Ascending
Descending
Search found 26 matches
1
2
3
Next
Go to advanced search
Jump to
English Forum
Explore
News
General Discussion
FAQ
Documentation
Documentation
Sample Code
Discussion Forum
ESP32-S31
Hardware
ESP-IDF
ESP-BOX
ESP-ADF
ESP-MDF
ESP-WHO
ESP-SkaiNet
ESP32 Arduino
IDEs for ESP-IDF
ESP-AT
ESP IoT Solution
ESP RainMaker
Rust
ESP8266
Report Bugs
Showcase
Chinese Forum 中文社区
活动区
乐鑫活动专区
讨论区
ESP32-S31 中文讨论版
喵伴 中文讨论版
ESP-IDF 中文讨论版
《ESP32-C3 物联网工程开发实战》书籍讨论版
中文文档讨论版
ESP-AT 中文讨论版
ESP-BOX 中文讨论版
ESP IoT Solution 中文讨论版
ESP-ADF 中文讨论版
ESP Mesh 中文讨论版
ESP Cloud 中文讨论版
ESP-WHO 中文讨论版
ESP-SkaiNet 中文讨论版
ESP 生产支持讨论版
硬件问题讨论
项目展示