I am trying establish serial communication between my tablet and arduino nano. I found that the direction of the cable Im using is importent:
while using adapter from usb to usb micro I wanted to be able to connect the adatper like so:
so I would be able to plug in any cable (of any kind) and communicate with the arduino.
While trying to do so I found out that when the cable is with the usb side connected (with the adapter) to the arduino the arduino doesnt have power and I can not communicate with it:
and when I switched the direction of the cable (the adapter side connected to the tablet) the arduino gets power and I can communicate with it:
*I tried with my phone (with usb C connection) and I came with the same result so I dont think that the problem is the power supply.
If any one know why is it happening or if there is any way that I would be able to have usb female exit in the arduino side?