I recently have installed the ESP-IDF extension in VS Code, but when I go to "Show Examples" I get this notification message:
"No ESP-IDF frameworks found"
:(:(
Search found 2 matches
- Mon Jun 03, 2024 8:44 am
- Forum: ESP-IDF
- Topic: Issue with ESP-IDF "No ESP-IDF frameworks found"
- Replies: 3
- Views: 1337
- Sun Nov 05, 2023 8:46 pm
- Forum: ESP-IDF
- Topic: UART Communication with LoRa nodule RYLR998
- Replies: 0
- Views: 507
UART Communication with LoRa nodule RYLR998
Hello!!! Has anyone use the Reyax LoRa module RYLR998 using ESP-IDF? I'm having problems dealing with AT+SEND command. I configured UART Port, and sent the config AT commands (ADDRESS, NETWORKID, BAND) to the module. But when I send, for example, AT+SEND=100,5,HELLO, I get +READY as answer (in few l...