Search found 30 matches

by 1163167506
Tue Mar 17, 2020 1:31 am
Forum: ESP-IDF
Topic: How to reduce Ping delay
Replies: 1
Views: 4108

How to reduce Ping delay

hi all

1.ESP set to AP mode

2.Using computer to connect to WiFi of esp32

3.Using computer to Ping esp32

How to reduce Ping delay

thanks!
by 1163167506
Tue Jul 16, 2019 2:12 am
Forum: ESP-IDF 中文讨论版
Topic: MODBUS ASCII master
Replies: 1
Views: 3806

MODBUS ASCII master

esp32 idf 支持 modbus ascii协议的主机模式吗?
by 1163167506
Tue Jul 16, 2019 2:10 am
Forum: ESP-IDF
Topic: MODBUS ASCII master
Replies: 1
Views: 3216

MODBUS ASCII master

hi allfriend
Does esp32 support MODBUS ASCII master mode?
by 1163167506
Tue May 14, 2019 3:10 am
Forum: ESP-IDF 中文讨论版
Topic: [已解决] linux环境搭建问题
Replies: 1
Views: 4009

Re: linux环境搭建问题

已经解决了
要sudo su
再执行python -m pip install --user -r /home/admins/esp/esp-idf/requirements.txt

不能sudo python -m pip install --user -r /home/admins/esp/esp-idf/requirements.txt
by 1163167506
Tue May 14, 2019 2:05 am
Forum: ESP-IDF 中文讨论版
Topic: [已解决] linux环境搭建问题
Replies: 1
Views: 4009

[已解决] linux环境搭建问题

半年前用esp32做了一个wifi产品。如今要修改需求。 但是发现git上新加了很多更能,所以打算重新拉代码,搭建环境 ------------------------分割线---------------------------------- 编译的时候报python不满足条件 admins@admins-VirtualBox:~/esp/my_app/hello_world$ make menuconfig The following Python requirements are not satisfied: cryptography>=2.1.4 Please refer to the ...
by 1163167506
Fri Oct 26, 2018 6:13 am
Forum: ESP-IDF
Topic: about wifi scan
Replies: 0
Views: 2829

about wifi scan

hi all
Can esp32 scan WiFi in AP mode? and how to set it
thanks
by 1163167506
Thu Oct 25, 2018 2:26 am
Forum: ESP-IDF
Topic: What is WIFI_PROTOCOL_LR
Replies: 3
Views: 5125

What is WIFI_PROTOCOL_LR

hi all:
What is WIFI_PROTOCOL_LR in function esp_wifi_set_protocol?
thanks

Code: Select all

#define WIFI_PROTOCOL_11B         1
#define WIFI_PROTOCOL_11G         2
#define WIFI_PROTOCOL_11N         4
#define WIFI_PROTOCOL_LR          8
by 1163167506
Wed Sep 26, 2018 8:57 am
Forum: ESP-IDF
Topic: how to convert 802.11 data to 802.3
Replies: 0
Views: 2681

how to convert 802.11 data to 802.3

Can esp32 convert 802.11(wifi) data to 802.3(eth) data?
Like a route

how to do it?
Best Regards
by 1163167506
Wed Sep 19, 2018 2:47 am
Forum: ESP-IDF
Topic: Special baud rate
Replies: 1
Views: 4108

Special baud rate

hi all
Does esp32 support special baud rate? like 115555
by 1163167506
Tue Sep 11, 2018 9:50 am
Forum: ESP-IDF
Topic: eth and wifi
Replies: 1
Views: 3600

eth and wifi

hi man

(1) I set esp32 to AP mode, connect esp32 with PC1, IP 192.168.55.2.

(2) use PC2 to connect ESP's eth, IP to 192.168.55.200.、
But PC2 can't communicate with PC1.


Can esp32 enable WiFi to communicate with eth? Can anyone help it?