Search found 2 matches
- Sat Feb 15, 2020 7:22 am
- Forum: ESP-IDF
- Topic: ILI9341 read registers in ESP-IDF
- Replies: 1
- Views: 3980
ILI9341 read registers in ESP-IDF
Hi ALL, In my app for some purposes I need not only to draw on TFT but also read some registers of ILI9341. There is an example in ESP-IDF which demonstartes of how to use ILI9341: https://github.com/espressif/esp-idf/tree/master/examples/peripherals/spi_master In this example there is a function to...
- Thu Jun 06, 2019 6:21 pm
- Forum: ESP-IDF
- Topic: MQTT Client bind IP/interface
- Replies: 0
- Views: 2263
MQTT Client bind IP/interface
Hi! Does anybody know if there any way to bind local IP/interface for mqtt client connection? Now the logic of my app is the following: 1. Connecting Wifi STA 2. Connecting ETH 3. ETH set as default IF with the following function: esp_err_t setDefaultIf(tcpip_adapter_if_t tcpip_if) { struct netif *_...