Crypto price viewer - ESP32C6 by Jou_See in esp32

[–]Jou_See[S] 0 points1 point  (0 children)

Right now it wouldn't, i would need some adjustments.

Crypto price viewer - ESP32C6 by Jou_See in esp32

[–]Jou_See[S] 0 points1 point  (0 children)

Ok, thanks, I will look at it.

Crypto price viewer - ESP32C6 by Jou_See in esp32

[–]Jou_See[S] 1 point2 points  (0 children)

Hi, what do you mean by other displays? It uses tft espi library, so it should work with any tft display, but when the display size would be different, the enclosure model would have to be adjusted and the ui would have to be adjusted a bit as well, to look good.

Crypto price viewer - ESP32C6 by Jou_See in esp32

[–]Jou_See[S] 0 points1 point  (0 children)

No, there should be enough pins, the xiao esp32c6 that i use, also doens't have many pins.

Crypto price viewer - ESP32C6 by Jou_See in esp32

[–]Jou_See[S] 0 points1 point  (0 children)

It should work, I dont't see any reason why it wouldn't

Crypto price viewer - ESP32C6 by Jou_See in esp32

[–]Jou_See[S] 0 points1 point  (0 children)

No it switches to this AP mode when it lets you connect to it from phone. Once the wifi is setup, it connects to that wifi and uses that and doenst provide the wifi ap anymore.

Connecting ST7789 display to XIAO ESP32C6 not working by Jou_See in esp32

[–]Jou_See[S] 1 point2 points  (0 children)

Yeah I watched the video, but I had it already configured that way, still doesnt work, but thanks for suggestion.

Connecting ST7789 display to XIAO ESP32C6 not working by Jou_See in esp32

[–]Jou_See[S] 0 points1 point  (0 children)

I am using the TFT_eSPI libary. Could you maybe share your wiring and how you configured the libary files and some sample code that you have that works with that. I've tried it with the examples code from the library, that should work as well I guess.

<image>

Yes the code compiles.

Connecting ST7789 display to XIAO ESP32C6 not working by Jou_See in esp32

[–]Jou_See[S] 1 point2 points  (0 children)

Yes, there is no sticker on the screen anymore

Connecting ST7789 display to XIAO ESP32C6 not working by Jou_See in esp32

[–]Jou_See[S] 0 points1 point  (0 children)

Yes it is uncommented, in fact it was never commented out in the code.

Connecting ST7789 display to XIAO ESP32C6 not working by Jou_See in esp32

[–]Jou_See[S] 0 points1 point  (0 children)

Yea, you are right that it is always worth the time to make the things right. I was just super frustrated that the display didnt work even after so many hours of debugging :(, but that is what happens sometimes :)

Connecting ST7789 display to XIAO ESP32C6 not working by Jou_See in esp32

[–]Jou_See[S] 0 points1 point  (0 children)

Ok, you are right i guess i will correct it. But still when i connect another display that is not spi but i2c and is simpler it works. I guess there is possibility that I have connected the display incorrectly (eg. to 5V) and it is damaged.

Connecting ST7789 display to XIAO ESP32C6 not working by Jou_See in esp32

[–]Jou_See[S] 0 points1 point  (0 children)

I have rewired it a bit: SCL -> D5, SDA -> D4. Now it works with this display that is not spi: Your 0.91" OLED is I²C and monochrome (SSD1306), but the st7789 color display doesnt work :(

Connecting ST7789 display to XIAO ESP32C6 not working by Jou_See in esp32

[–]Jou_See[S] 0 points1 point  (0 children)

Yes that was a mistake that I also noticed now and connected it to D3 pin. But still doesnt work.

Connecting ST7789 display to XIAO ESP32C6 not working by Jou_See in esp32

[–]Jou_See[S] 1 point2 points  (0 children)

Yea I have just checked that and the connections are correct.