Search found 3 matches

by rbhagwat62
Wed Jul 31, 2024 1:03 pm
Forum: General Discussion
Topic: ESP32-S3 and ILI_9488
Replies: 1
Views: 586

Re: ESP32-S3 and ILI_9488

You can start with https://github.com/lvgl/lv_port_esp32 . This used LVGL library for UI and has ILI_9488 driver ported for ESP32. You can also refer to https://docs.lvgl.io/master/get-started/index.html to start with LVGL I used WT32-SC01 you can find data sheet here https://files.seeedstudio.com/p...
by rbhagwat62
Wed Jul 31, 2024 12:49 pm
Forum: General Discussion
Topic: Installing several different versions of ESP-IDF in VS Code - particularly the tools!
Replies: 5
Views: 1351

Re: Installing several different versions of ESP-IDF in VS Code - particularly the tools!

I have installed two IDF version 4.3.1 and 5.2.1 in my VS code. I have given separate path for IDF and tool for particular version while installing it. When I want switch between IDF I will go to configure ESP-IDF extension -> select existing setup it shows me two IDF version, selecting any one will...
by rbhagwat62
Tue Jul 30, 2024 1:44 pm
Forum: ESP-IDF
Topic: How to Access any node mesh lite network through its IP address
Replies: 0
Views: 443

How to Access any node mesh lite network through its IP address

Hello, We are using BACnet devices with MSTP interface. As we all know BACnet also supports BACnetIP. We get some sample code for BACnetIP and tested with ESP32 with BACnet explorer. It works fine as per expectation. BACnetIP basically runs UDP server with BACnet stack. What we want to do is, create...