2020-03-02 04:55 PM
I am trying to connect dualshock3 to stm32f746zg these months.
I heard f7 has pins which fit to Arduino so I bought usb host shield 2.0 (for Arduino) and a bluetooth donglel. I know some people use Arduino Ide and run with this shield.
but how can I run with "cube Ide"? and how can I get value of dualshock3?
if u know good websites to solve this problem or do the same ting, please tell me. thank you.
usb host shield ->
https://www.amazon.co.jp/USBホストシールド-Arduino-compatible-Google-Android/dp/B007YNG6RW
usb dongle->
I use stm32 cube ide ver 1.3.0
2020-03-02 06:07 PM
Couldn't you host off an STM32F7 directly? Do you know anything about the end-points and expectations of the DualShock3 ?
Google spiders a lot of repositories that might have code, or info.
Realistically you're going to have to review the Arduino drivers/libraries for your interface board, and port them to the STM32 platform.
2020-03-02 06:42 PM
Sorry I can’t get what u meant...
�?Do you know anything about the end-points and expectations of the DualShock3 ?�?
I checked this site before and I tried but still can’t work. According to the site, host shield doesn’t port stm32 series so I added some code in the library in order to use the shield with stm32.