Jump to content

Recommended Posts

Posted

Hi,

I bought the components and stuck them together. I would like someone with arduino sketch knowledge to help me finish this thing.

 

 

FA411FD8-3EE1-4A09-B679-D8DC832E764F.jpeg

AWAITING ED NEW DAMAGE MODEL IMPLEMENTATION FOR WW2 BIRDS

 

Fat T is above, thin T is below. Long T is faster, Short T is slower. Open triangle is AWACS, closed triangle is your own sensors. Double dash is friendly, Single dash is enemy. Circle is friendly. Strobe is jammer. Strobe to dash is under 35 km. HDD is 7 times range key. Radar to 160 km, IRST to 10 km. Stay low, but never slow.

  • 2 weeks later...
Posted (edited)
On 3/12/2023 at 7:27 PM, Richi said:

Creating a HID device from Arduino is not as easy as you think.
Better to use another solution where you can easily edit as many buttons, switches and analog axes as you want.

MMJoy2, it can be cheap if you're handy:
https://github.com/MMjoy/mmjoy_en/wiki

Or use a more expensive but already working device from Leo Bodnar:
https://www.leobodnar.com/shop/

 

I wish..  its not commercially available where I am. That said, thanks for your input. I am using this board based of ATMega32U4. As I understand it, this is compatible with MMJOY? 

Edited by WildBillKelsoe

AWAITING ED NEW DAMAGE MODEL IMPLEMENTATION FOR WW2 BIRDS

 

Fat T is above, thin T is below. Long T is faster, Short T is slower. Open triangle is AWACS, closed triangle is your own sensors. Double dash is friendly, Single dash is enemy. Circle is friendly. Strobe is jammer. Strobe to dash is under 35 km. HDD is 7 times range key. Radar to 160 km, IRST to 10 km. Stay low, but never slow.

Posted (edited)

Atmega32u4 is OK.

Now just how many buttons and axes you want to use and how to connect the buttons, button matrix or shift registers.
You probably don't have many buttons there, the matrix will be easier I think here. SH you can use next time.

Definitely a bit of information to study. 🙂

Edited by Richi
  • Like 1
Posted
On 3/23/2023 at 3:41 PM, Richi said:

Atmega32u4 is OK.

Now just how many buttons and axes you want to use and how to connect the buttons, button matrix or shift registers.
You probably don't have many buttons there, the matrix will be easier I think here. SH you can use next time.

Definitely a bit of information to study. 🙂

 

Oh yes I think I am not even close to finishing the sketch..

On 3/23/2023 at 10:16 AM, Biggus said:

You should probably ask in the home cockpits subforum.  But yes, that should work with MMJoy2.

Will do. Thanks

  • Like 1

AWAITING ED NEW DAMAGE MODEL IMPLEMENTATION FOR WW2 BIRDS

 

Fat T is above, thin T is below. Long T is faster, Short T is slower. Open triangle is AWACS, closed triangle is your own sensors. Double dash is friendly, Single dash is enemy. Circle is friendly. Strobe is jammer. Strobe to dash is under 35 km. HDD is 7 times range key. Radar to 160 km, IRST to 10 km. Stay low, but never slow.

Posted

You don´t need sketch.
Just upload the MMJoy2 firmware to the Arduino and you already have a HID device.
Just physically connect the buttons and axes.

  • Like 2
Posted
On 3/24/2023 at 11:51 PM, Richi said:

You don´t need sketch.
Just upload the MMJoy2 firmware to the Arduino and you already have a HID device.
Just physically connect the buttons and axes.

oh. I just connect the wires? cool!

AWAITING ED NEW DAMAGE MODEL IMPLEMENTATION FOR WW2 BIRDS

 

Fat T is above, thin T is below. Long T is faster, Short T is slower. Open triangle is AWACS, closed triangle is your own sensors. Double dash is friendly, Single dash is enemy. Circle is friendly. Strobe is jammer. Strobe to dash is under 35 km. HDD is 7 times range key. Radar to 160 km, IRST to 10 km. Stay low, but never slow.

Posted

After flashing the microcontroller, yes.  But you'll need to have diodes for each switch to avoid ghost presses, and doing it like this severely limits your number of inputs.

Spend some time reading the wiki and working out how you want to configure your hardware.  I generally prefer to use shift registers but a diode matrix is fine too.

 

I'd strongly suggest switching to an STM32 and using Freejoy though.  MMJoy2 is no longer in active development and can be quite confusing to configure.  I liked using it, but Freejoy is vastly more intuitive and the developer is generally active on the forums for another WW2-centric sim.

  • Like 1
Posted
1 hour ago, Biggus said:

After flashing the microcontroller, yes.  But you'll need to have diodes for each switch to avoid ghost presses, and doing it like this severely limits your number of inputs.

Spend some time reading the wiki and working out how you want to configure your hardware.  I generally prefer to use shift registers but a diode matrix is fine too.

 

I'd strongly suggest switching to an STM32 and using Freejoy though.  MMJoy2 is no longer in active development and can be quite confusing to configure.  I liked using it, but Freejoy is vastly more intuitive and the developer is generally active on the forums for another WW2-centric sim.

wealth of info there thanks! I noticed a lot of praise for Freejoy too, which confirms my suspicions that MMjoy is no longer actively developed. 

AWAITING ED NEW DAMAGE MODEL IMPLEMENTATION FOR WW2 BIRDS

 

Fat T is above, thin T is below. Long T is faster, Short T is slower. Open triangle is AWACS, closed triangle is your own sensors. Double dash is friendly, Single dash is enemy. Circle is friendly. Strobe is jammer. Strobe to dash is under 35 km. HDD is 7 times range key. Radar to 160 km, IRST to 10 km. Stay low, but never slow.

Posted
On 3/11/2023 at 5:27 PM, WildBillKelsoe said:

Hi,

I bought the components and stuck them together. I would like someone with arduino sketch knowledge to help me finish this thing.

 

 

FA411FD8-3EE1-4A09-B679-D8DC832E764F.jpeg

Hi.

GO check this link: 

Amazing. I have three of them plugged in as different controllers and I have more buttons/joysticks than I can handle!

Worth a try, sure....

Saludos.

Saca111

  • Like 1
Posted
14 hours ago, Sacarino111 said:

Hi.

GO check this link: 

Amazing. I have three of them plugged in as different controllers and I have more buttons/joysticks than I can handle!

Worth a try, sure....

Saludos.

Saca111

god this is awesome thank you!

AWAITING ED NEW DAMAGE MODEL IMPLEMENTATION FOR WW2 BIRDS

 

Fat T is above, thin T is below. Long T is faster, Short T is slower. Open triangle is AWACS, closed triangle is your own sensors. Double dash is friendly, Single dash is enemy. Circle is friendly. Strobe is jammer. Strobe to dash is under 35 km. HDD is 7 times range key. Radar to 160 km, IRST to 10 km. Stay low, but never slow.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...