Search found 4 matches
- Tue May 12, 2026 10:20 am
- Forum: General Discussion
- Topic: ESP8266 ESP-WROOM-02D RTOS
- Replies: 0
- Views: 22
ESP8266 ESP-WROOM-02D RTOS
I’m wondering if the ESP8266 ESP-WROOM-02D can achieve a seamless, almost parallel experience when working with UART and a TCP connection for sending and receiving packets, or if it will always be blocking. For example, while retrieving TCP packets, is it possible to also receive some UART data at ...
- Mon May 11, 2026 5:41 am
- Forum: General Discussion
- Topic: ESP8266 ESP-WROOM-02D RTOS
- Replies: 2
- Views: 59
Re: ESP8266 ESP-WROOM-02D RTOS
Thanks for the answer. I also wanted to ask about the RTOS documentation, as it seems outdated. When I use the MGW, it depends on an old version of Python, which causes the program to malfunction. I switched to Visual Studio Code, built the program using CMake and Ninja, and uploaded it to the ESP ...
- Wed May 06, 2026 6:17 am
- Forum: General Discussion
- Topic: ESP8266 ESP-WROOM-02D RTOS
- Replies: 2
- Views: 59
ESP8266 ESP-WROOM-02D RTOS
I would like to ask what the latest free RTOS version compatible with this board is. Can it also be used with PlatformIO? The official page only mentions version 1.5: https://www.espressif.com/en/products/m ... /resources.
- Wed Apr 08, 2026 8:28 am
- Forum: General Discussion
- Topic: ESP8266 ESP-WROOM-02D
- Replies: 0
- Views: 57
ESP8266 ESP-WROOM-02D
I am looking for information regarding my WROOM ESP-WROOM-02D module. I am trying to understand the following terminal output:
WS:ac
:rn 22
:rch 22, 5
:rch 27, 8
:rch 35, 22
:rch 57, 5
:rch 62, 8
I have created a program where I am listening for packets from a host, but sometimes the ESP does not ...
WS:ac
:rn 22
:rch 22, 5
:rch 27, 8
:rch 35, 22
:rch 57, 5
:rch 62, 8
I have created a program where I am listening for packets from a host, but sometimes the ESP does not ...