Search found 4 matches

by dhruvpareek_
Thu Sep 12, 2024 5:32 pm
Forum: ESP-IDF
Topic: Flashing new Code to an ESP32s3 While it is Acting as a MSC
Replies: 4
Views: 675

Re: Flashing new Code to an ESP32s3 While it is Acting as a MSC

Do you know if there is anything like those implementation done through the ESP-IDF? Or how to do something like that with ESP-IDF? All of my work so far that I am integrating this MSC into is with ESP-IDF so unfortunately I can't use the Arduino code. I'm also new to the MSC and CDC stuff so I'm no...
by dhruvpareek_
Wed Sep 11, 2024 9:28 pm
Forum: ESP-IDF
Topic: Flashing new Code to an ESP32s3 While it is Acting as a MSC
Replies: 4
Views: 675

Flashing new Code to an ESP32s3 While it is Acting as a MSC

Hi, I am working with an ESP32s3, this Espressif MSC code - https://github.com/espressif/esp-idf/tree/v5.3.1/examples/peripherals/usb/device/tusb_msc and this Espressif Composite CDC+MSC code - https://github.com/espressif/esp-idf/tree/v5.3.1/examples/peripherals/usb/device/tusb_composite_msc_serial...
by dhruvpareek_
Mon Aug 05, 2024 4:33 am
Forum: General Discussion
Topic: How to Setup LoRaWAN Gateway with ESP32's
Replies: 0
Views: 423

How to Setup LoRaWAN Gateway with ESP32's

Hi, I want to set up some ESP32's (specifically ESP32c6's) to communicate with each other either with LoRa or LoRaWAN. I also want to setup a LoRaWAN gateway so that I can send data being read from the ESP32's to servers online. What are the different possible ways to do this? Is it possible to setu...
by dhruvpareek_
Fri Jul 19, 2024 11:37 pm
Forum: ESP-IDF
Topic: ESP32 MODBus Communication Failing
Replies: 0
Views: 453

ESP32 MODBus Communication Failing

Hi, I am using an ESP32 c6 that I am programming with a modified version of the sample Espressif Code to send read/write requests over MODBus. This is a link to the framework of the code I am using - https://github.com/espressif/esp-idf/tree/master/examples/protocols/modbus/serial/mb_master I am usi...