Hello, i am working on a project to make a wireless ps2 controller and transfer data to atmega2560 board.
I have a wired ps2 controller i want to modify it and add a bluetooth module to it and trasfer data. As ps2 controller uses spi protocol to communicate is it possible to do the communication using bluetooth module hc-05?
What all modifications will be required will be required?
Like by removing the wired communication to which pins should i connect my bluetooth module tx and rx?
And how do i read the data at recieving end that is atmega2560.
I am not using any extra microcontroller only the pins of controller inside ps2 controller are to be used.
Thanks in advance.