FT812 and ESP32-DevKit V1 30 GPIO. How to use in Arduino IDE and Espressif IDE #152
Replies: 6 comments 47 replies
-
Hi. I have not checked the Espressif IDE and quite frankly I have no idea why there had to be yet another IDE and I really do not like Eclipse. Generally it should look like what I am doing with Microchip Studio for ATSAM: So I put a sub-folder with the library in the project folder. And then the tricky part, afaik the Arduino IDE does not allow this, but the configuration of my library is supposed to be done with macros thru build flags, like -DEVE_SCK=12. If you can not set these thru the environment, you need to edit files in the library. The pin configurations are either in And there is support code in |
Beta Was this translation helpful? Give feedback.
-
I am trying to download and install Espressif IDE, easier said than done. Anyways, installed the GB monster, created a new C/C++ project which compiles. Whatever, checked the project Properties and now I am lost because these are not actually the properties of my project. Adding files to the project does nothing, they are displayed but not compiled, odd. |
Beta Was this translation helpful? Give feedback.
-
I was travelling for my company the past two days, not like a vacation, but a lot of driving. :-) |
Beta Was this translation helpful? Give feedback.
-
Hello, you did not fix the chip-select:
This initializes the SPI class with automatic chip-select control and then you continue and try to use manual control as you need I highly recommend getting a logic analyzer. |
Beta Was this translation helpful? Give feedback.
-
Okay. Thank you so much. I will try it in a few minutes. Thank you so much Rudolph. |
Beta Was this translation helpful? Give feedback.
-
And Working My Friend!!!! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Dr Riedel,
Thank you very much for the EVE Library. I appreciate it. I have an ESP32-DevKit V1 with 30 GPIO and a 5-inch TFT NHD-5.0-800480FT-CTXL-T with FT812 Driver. Also, I have the Espressif IDE and Arduino IDE running correctly on my PC. I am trying to use the FT800-FT813 library, but I could not even set up the right folder and file format for a Project in Espressif IDE and Arduino IDE. I appreciate your guidance on this Dr Riedel. Thank you so much.
Beta Was this translation helpful? Give feedback.
All reactions