Search found 4 matches

by rbhagwat62
Thu Jan 23, 2025 1:56 pm
Forum: General Discussion
Topic: Start download mode on ESP32 without hard reset
Replies: 0
Views: 1219

Start download mode on ESP32 without hard reset

Hello,

In my current project, ESP32 is connected with another Microcontroller. ESP32's flashing UART pins are connected with microcontroller one of UART. We need to flash ESP32 using microcontroller. In current hardware ESP EN pin and second microcontroller reset pin are connected together with ...
by rbhagwat62
Wed Jul 31, 2024 1:03 pm
Forum: General Discussion
Topic: ESP32-S3 and ILI_9488
Replies: 1
Views: 1217

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 ...
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: 5991

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 ...
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: 1285

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 ...

Go to advanced search