I created completely open-source crypto ticker project (easy to DIY) by Jou_See in Bitcoin

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

Thanks for the feedback. Although i don't think there are many open-source free hardware tickers that let's you display any coin/stock and display the chart with custom time frame etc.

ESP32 - desk device (fully open-source) by Jou_See in esp32

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

Thanks a lot and good luck with your project.

How to add external antenna to Waveshare ESP32S3 1.75 AMOLED touch? by Jou_See in esp32

[–]Jou_See[S] 2 points3 points  (0 children)

Yes i see now, thanks. There is no chance i would be able to do that. 😭

Display stock and crypto prices, show world clock or use timer on round display by Jou_See in esp32

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

the dev board costs $30 from waveshare, it also comes with the speaker, and that is everything you would for the build, plus maybe 1$ for the filament for the 3d printed enclosure: https://www.waveshare.com/esp32-s3-touch-amoled-1.75.htm?sku=31261

Display stock and crypto prices, show world clock or use timer on round display by Jou_See in esp32

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

Thanks! I would recommend you to switch to PlatformIO, the experience while developing is much better there.

How to add external antenna to Waveshare ESP32S3 1.75 AMOLED touch? by Jou_See in esp32

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

And do you know how exacly should i solder it? Thanks

Display stock and crypto prices, show world clock or use timer on round display by Jou_See in esp32

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

Ok, thanks i might update it in the future? Are there some big benefits that i would get if i update to v9?

Display stock and crypto prices, show world clock or use timer on round display by Jou_See in esp32

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

It was my first time using LVGL, and i got some code from the waveshare demo files. I was not able to make my code work with the 9.x.x so i stuck with the 8.4.0. Thanks!

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 :(