esp32-usbip-poc icon indicating copy to clipboard operation
esp32-usbip-poc copied to clipboard

Help

Open westucs opened this issue 9 months ago • 5 comments

I'm using an ESP32-S3 chip. I want to use it from USB/IP. I have another USB device that would give me a DHCP address for my ESP32-S3 chip. I want to send a simple UDP packet across USB/IP to the other device. All my codebase for my project is in Arduino. If it wasn't for that I'd try using the esp-idf. Looking around the internet you seem to be one of the most knowledgeable people on this subject. Some where you mentioned any help would be appreciated. If you could point me in the right direction with also pitfalls I'm up against, it would be appreciated. I'm happy to share my code changes and contribute.

westucs avatar May 02 '24 16:05 westucs

sorry, for my noob questions :

  1. Is it possible to connect USB form UPS over the WIFI to Linux server ?
  2. How to use this to write it in ESP32-S3 chip ?

panayotovip avatar May 02 '24 23:05 panayotovip

Hi im not most knowledgeable person, just i am sharing my knowledge. This project is harder than i thought and i failed to implement it correctly (some devices are working and other dont). Since there is also not much interest in the topic i decided to not go deeper and leave it as is.

chegewara avatar May 16 '24 00:05 chegewara

Hi im not most knowledgeable person, just i am sharing my knowledge. This project is harder than i thought and i failed to implement it correctly (some devices are working and other dont). Since there is also not much interest in the topic i decided to not go deeper and leave it as is.

Yes, it should be possible to connect UPS and should be easy. Just flash this project to esp32-s3, connect over wifi to home network, then connect usb/ip protocol on linux machine to esp32 and that should be all.

chegewara avatar May 16 '24 00:05 chegewara

Thank you for your answer chegewara. Because i am a real noob in that area ( esp32 ), is there a some manual how to build and flash this project ?

panayotovip avatar May 16 '24 19:05 panayotovip

https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/get-started/index.html

chegewara avatar May 17 '24 02:05 chegewara