I have been working on interfacing my Daytona 2 Deluxe to the model3 emulator.
So I have an arduino mega that should interface with the Daytona 2 driveboard but I am having some problems, I send the bigpaniks init sequence and I always get Er 22 on my driveboard.
I attached 3x 5k pots connected to the arduino and I can steer, accelerate and brake with these on the emulator (I adjusted the (Model3.cpp) source to receive that data from the arduino).
Also I adjusted the source (Model3.cpp) to send the view lights and leader light data to the arduino and the leds light up accordingly.
I adjusted the force feedback code (DriveBoard.cpp) on the emulator to send the correct left and right force and vibration codes to the driveboard and when i look at the leds the data is correct.
I think when I can successfully send data to the driveboard I can play it without the Daytona 2 PCBs and use the original hardware with working lights and force feedback just with this one arduino mega 2560 board


