Search found 2 matches
- Sun Jan 05, 2025 9:32 am
- Forum: ESP32 Arduino
- Topic: Receive simple data (number 0-10,000,000) over USB from any devices
- Replies: 3
- Views: 777
Re: Receive simple data (number 0-10,000,000) over USB from any devices
You are right, it's just a matter of plugging in the port. Actually I chose USB because I thought it would be easier and pretty much common. But other than USB, what port would you recommend as an alternative? I don't want it to be connected directly on the pins like RX/TX, so I think an external sp...
- Sat Jan 04, 2025 3:04 am
- Forum: ESP32 Arduino
- Topic: Receive simple data (number 0-10,000,000) over USB from any devices
- Replies: 3
- Views: 777
Receive simple data (number 0-10,000,000) over USB from any devices
I'd like to make a device that will read data from other devices (could be ESP / Arduino, or other devices) over USB. I've asked GPT on how to do this, and it says I must use intermediate USB Host. Tbh, I am a beginner at this electronics thing, so I don't really know the nitty gritty on how to use/...