Search found 2 matches
- Fri Apr 12, 2019 2:12 am
- Forum: General Discussion
- Topic: About Driving TFT with 3-wire SPI (no D/C pin, 9 bit data)
- Replies: 3
- Views: 6643
About Driving TFT with 3-wire SPI (no D/C pin, 9 bit data)
Hi, I am able to drive a TFT display using SPI with 4 wires which are CS, CLK, MOSI, D/C. But recently, I am working on driving another TFT display using SPI with only CS, CLK, MOSI (without D/C pin). The trick is that I need to add once more bit in front of the 8 bits data/command I want to send. A...
- Tue Mar 19, 2019 3:54 am
- Forum: ESP-IDF
- Topic: about aws cloud ota using mqtt on esp32
- Replies: 3
- Views: 7276
about aws cloud ota using mqtt on esp32
Hi, I have successfully interact with the aws cloud using the example in esp-idf (esp-idf/examples/protocols/aws_iot/thing_shadow). However, I am confused when I try to implement the ota features. For the example provided in esp-idf/examples/system/ota/, it is using http to to get the image and then...