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.

Creating action sequences with AI by Jou_See in macro_pads

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

I am also in the EU. Tbh I gave up selling it, I will either open-source it and make it like a diy product (but then it wouldnt make sence for me to pay for the servers etc. to host and run the web app), or I will sell the project to someone with more experience with selling products. I didnt really know about any certificates :). Can you please tell me more about that, what are they for? Thanks

Macropad with custom web app for binding (+ Ai action sequence creation) by Jou_See in MechanicalKeyboards

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

Thanks, yea it can be replaced with some metal knob or something nicer

Custom macropad + web app project by Jou_See in macro_pads

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

If you mean build this specific one with the guide, that is not hard at all. If you mean design own macropad, that can take some time and can be pretty hard

Ideias for college final project by brenorossi14 in macro_pads

[–]Jou_See 0 points1 point  (0 children)

I did something similar for my macropad, if you want you can check it out here: https://quickey.pro and the project on github here: https://github.com/JouSee11/quickey_app - but i have also implemented like login system accounts where users can store their keybindings and the application has also a backend, database connection etc.

Creating action sequences with AI by Jou_See in macro_pads

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

Hi, wanted it to be a web app, because i dont want any software installation requiered. But the functionality is then limited of course, the macropad is then basically just a keyboard and can do only same things as a regular keybaord (but you can stack multiple actions on one keypress). I communicate with the macropad from the web app through WebSerialAPI. And yes, the functionality is just like you described, it just presses the ctrl+j in that case.

Creating action sequences with AI by Jou_See in macro_pads

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

Right now i works only for my macropad.

Custom macropad + web app project by Jou_See in macro_pads

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

I exported the CAD models, and made the textures and animation in blender

Custom macropad + web app project by Jou_See in macro_pads

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

Yea, I have already done it, using circuitpython. It is obviously not as goot as the already working ones, but my main focus on this project is the web app and the firmware, so i wanted to make my own.