Hi, I'm really new to Arduino. I've been watching a lot of YouTube videos about microcontroller, and it seems that Arduino is very beginner friendly. I have experience in soldering so its not a problem to me.
My motivation at the moment is to make a PS3 controller charger. It doesn't charge to any usual 5V charger, it needs a USB handshake as I understand.
The only project that I came across is this:
It uses ATTINY13A, I researched more into it, it seems that its really way beyond my comprehension. Would I be able to achieve the same result if I use Arduino?
The controller won't receive any charge from "dumb" charger like most of phone chargers. It needs a handshake from the host USB. It needs the data line as well. Something like game console, PC, TV, DVR or router.
That project I mentioned emulates (for lack of a better term) the 12mhz USB data line to trigger the handshake process to begin charging.