Search found 2 matches
- Wed Jul 29, 2020 4:44 am
- Forum: ESP-IDF
- Topic: ESP HTTP Client fetching old data
- Replies: 0
- Views: 1514
ESP HTTP Client fetching old data
Hi, I am working with the ESP_HTTP_CLIENT_EXAMPLE from the ESP-IDF examples folder to test fetching a JSON text file from a webserver. I am running into what I think is a caching issue using the http_perform_as_stream_reader. I run the code once and get the response I expect. I edit the file online ...
- Thu Nov 29, 2018 11:04 pm
- Forum: ESP-IDF
- Topic: Blufi RAW Packet Diagnostics
- Replies: 0
- Views: 2072
Blufi RAW Packet Diagnostics
Hi, I am developing a system which is utilizing the Blufi framework for wifi config but I am having some issues with my app development. For diagnostic purposes is there a method to display the raw BLE packet payload so I can compare what I am sending versus what the EspBlufi app is sending? I looke...