kl0ibi
kl0ibi
Hey, thank you for your feedback appreciate it! My apologies for the delayed reply, however, I'm excited to share some great news with you. I've successfully developed a Terminal version...
Hi, thank you! Yes you need to be connected with a serial interface or you could use a rs232 to bluetooth module (HC-05 / HC-06) with this you archive a...
Hi, thank you for your valuable feedback! Regarding the captive portal for Google's Wi-Fi, you've pointed out that its SSID is "Google Free Wifi Test." I agree, the word "test"...
Hey, please lower the log level especially for esp-idf files like bluetooth and wifi!
Hey, waritsriyadi, thank you really appreciate it. It appears that you've already installed the ESP-IDF framework. If that's the case, you're likely familiar with commands like idf.py build and idf.py...
Hey, please clone the project again and try again. Thanks!
hi, i think you are looking for line 1784 - 1792 in my provided sdkconfig.h file. ``` CONFIG_MIPI_DISPLAY_SPI_HOST=0x01 CONFIG_MIPI_DISPLAY_PIN_MISO=-1 CONFIG_MIPI_DISPLAY_PIN_MOSI=19 CONFIG_MIPI_DISPLAY_PIN_CLK=18 CONFIG_MIPI_DISPLAY_PIN_CS=5 CONFIG_MIPI_DISPLAY_PIN_DC=16 CONFIG_MIPI_DISPLAY_PIN_RST=23 CONFIG_MIPI_DISPLAY_PIN_BL=4 CONFIG_MIPI_DISPLAY_PWM_BL=-1 ``` note: you can...