Search found 7 matches
- Wed Jul 15, 2020 6:59 am
- Forum: Sample Codes
- Topic: SPIFFS: From image creation to read & write through flashing
- Replies: 8
- Views: 15205
Re: SPIFFS From image creation to read write through flashing
Use the IrTool program to decode Pronto hex, but in this case I did it for you. They are both Panasonic protocol, device 160, subdevice 0. The first was command 63 EFC=026. The second was command 62 EFC=022. /path/to/ESP8266_RTOS_SDK/third_party/spiffs/*.c (but not esp_spiffs.c) to /path/to/mkspiff...
- Sat Jun 27, 2020 6:56 am
- Forum: Sample Codes
- Topic: [ESP8266] PWM Demo_For_ESP8266_NONOS_SDK
- Replies: 7
- Views: 21940
Re: [ESP8266] PWM Demo_For_ESP8266_NONOS_SDK
用逻辑分析仪测得有1.6us的高电平每1000ms周期内,见附件图。但是duty为100时,PWM只有10ns的低电平,效果比SDK自带PWM库会好一点。为什么duty设置为0时,duty不为0?麻烦帮我解决。谢谢! 192.168.100.1 192.168.1.1 jpg to pdf
- Sat Jun 27, 2020 6:56 am
- Forum: Sample Codes
- Topic: Passive Scan on ESP8266(AP Beacon)
- Replies: 5
- Views: 8329
Re: Passive Scan on ESP8266(AP Beacon)
Also ESP8266 cannot connect to any access point in sniffer mode. You need to disable sniffer mode on esp8266 before connecting to access point. snaptube word to pdf vidmate
- Sat Jun 20, 2020 5:30 am
- Forum: Sample Codes
- Topic: [ESP8266] SPI as slave
- Replies: 7
- Views: 20951
Re: [ESP8266] SPI as slave
如果使用 ESP8266_NONOS_SDK_V1.5.0 或之后版本,请在示例的 Makefile snaptube word to pdf vidmate 中 'LINKFLAGS_eagle.app.v6" 区域增加 "-lcrypto" 。
- Sat Jun 20, 2020 5:29 am
- Forum: Sample Codes
- Topic: [ESP8266] Station mode: Scan for routers
- Replies: 2
- Views: 13050
Re: [ESP8266] Station mode: Scan for routers
ESP8266 init with station mode, then it can scan routers nearby. 192.168.100.1 192.168.1.1 jpg to pdf
- Sat Jun 20, 2020 5:23 am
- Forum: General Q&A
- Topic: 8266的异常掉线?
- Replies: 4
- Views: 10857
Re: 8266的异常掉线?
路由器一般会踢掉那些不活跃的 station,你可以试试从 8266 周期性的向外发心跳包,看是否还会掉线。
- Mon Apr 20, 2020 2:49 am
- Forum: Chit Chat
- Topic: Compiling rtos sdk idf project with CMake
- Replies: 18
- Views: 23383
Re: Compiling rtos sdk idf project with CMake
Windows 10 and Python 3.8 and idf. Tutuapp 9Apps ShowBox py works fine. I saw a reference to issues with ESP-IDF and Python 3.x on Espressif’s documents, but so far I haven’t had any issues. What issues are you facing? I saw a reference to issues with ESP-IDF and Python 3.x on Espressif’s documents...