Hmm...okaay. Hey everyone. This kind of topic has been here for ages, but not once have i found a clear point to point explanation. So,
- Lets start with a dumb one..
Can an arduino(uno/nano,mega,mini) or nodemcu 'see' all the bits of an usb D+ D- pin? I mean, can the mcu pins switch state fast enough to keep up with the usb transmission?
-
How much actual data bandwidth is required to pass a 2MP video stream over usb?
-
Why is it mostly a big no-no when it comes to using a nodemcu/wifi capable mcu to create a transparent wireless bridge?
-
This one.... Please remember im still learning..
Everytime there is a discussion about using a certain usb device with an mcu, why does the driver thing come up? Is it essential that the mcu that is connected to the device has to call the protocols of that device? Why cant the device send the traffic over to a capable device, for example, a pc, and then the pc can decide how to process the data.
Simply put, just as a wire conveys the data from point A to point B, why is it improbable(impossible?) to do it over a wireless method? So basically a wireless wire.. Huh