Previous Thread
Next Thread
Print Thread
Rating: 5
Hop To
Page 112 of 112 1 2 110 111 112
Joined: Nov 2001
Posts: 3,957
S
Sokol1 Offline OP
Senior Member
OP Offline
Senior Member
S
Joined: Nov 2001
Posts: 3,957
Originally Posted by tirta

why is there no error under win7, but there is error under win10?


Open a game in Windows 10 an press a button in the MMjoy2.

If the game see the button press, the error in Game Controllers is caused due change in MMjoy2 joystick name, but the one used previous remain in Windows Register, what prevents the Game Controllers see the new name.

If is the case is need clear the Windows register, try use the button "Clear" in MMJoySetup or do this manually using Regedit.

Inline advert (2nd and 3rd post)

Joined: Apr 2015
Posts: 15,771
Likes: 53
Veteran
Online Cool
Veteran
Joined: Apr 2015
Posts: 15,771
Likes: 53
Thanks Sokol1


"In the vast library of socialist books, there’s not a single volume on how to create wealth, only how to take and “redistribute” it.” - David Horowitz
Joined: Jan 2010
Posts: 464
T
Member
Offline
Member
T
Joined: Jan 2010
Posts: 464
Originally Posted by Sokol1
Originally Posted by tirta

why is there no error under win7, but there is error under win10?


Open a game in Windows 10 an press a button in the MMjoy2.

If the game see the button press, the error in Game Controllers is caused due change in MMjoy2 joystick name, but the one used previous remain in Windows Register, what prevents the Game Controllers see the new name.

If is the case is need clear the Windows register, try use the button "Clear" in MMJoySetup or do this manually using Regedit.



Hi Sokol1,

Thanks for the reply.
I have tried using the mmjoy2 under IL2 great battles & tiny combat arena, but it is not detected,
the only game can detect it is falcon BMS, the detected controller name is MMjoy2, but I can not save the keymapping.

MMjoy2 is the same name under regedit, only there are 2 version detected:
MMjoy2-20150121 and MMjoy2-20150405.

MMjoy2-20150405 is the current version that I use.

I still do not understand which name should I change.
Please explain more.

Joined: Apr 2019
Posts: 3
S
Junior Member
Offline
Junior Member
S
Joined: Apr 2019
Posts: 3
Hello mates. I need some help. I want to build a board for the TLE 5010 sensor.Do i need to put any resistors or i just simple connect sensor to arduino?

Joined: Mar 2024
Posts: 3
T
Junior Member
Offline
Junior Member
T
Joined: Mar 2024
Posts: 3
Good morning,
I have tried to recreate the same schema, but somehow all 8 buttons are marked red....
what am i doing wrong ?
I have only connected one button for testing.


thanks for help

Attached Images
mmjoy2.PNG bread.PNG
Joined: Mar 2024
Posts: 3
T
Junior Member
Offline
Junior Member
T
Joined: Mar 2024
Posts: 3
now i have another problem...
i have connected a register... it recognizes all 8 and all are displayed as 8 red boxes... as if they were pressed.....
what am i doing wrong ?
does anyone have another plan with a 74HC165?

Joined: Dec 2009
Posts: 751
A
Member
Offline
Member
A
Joined: Dec 2009
Posts: 751
Hi,

Had a look at your circuit and the pinout for the 74HC165.

The serial output from the chip is on PIN 10. You have the serial out on PIN 9 which is an output of some sort.

That's why the program is seeing it as pushed.

Change the Yellow wire to pin 10 and that should work.

Hope this helps you.

Cheers,

AndyB


Andy's simpit: http://www.simpit.me.uk
Joined: Jun 2022
Posts: 2
M
Junior Member
Offline
Junior Member
M
Joined: Jun 2022
Posts: 2
Hi everyone, I'm trying to make a shift register board on my breadboard but so far I'm not getting it to work properly with mmjoy2.
I've used mmjoy2 with a button matrix before and it worked perfectly but I'm having a lot of issues with the shift registers.

Apologies for the messy fritzing diagram. It's my first time using it. I followed various schematics I found online and on this thread.
In my first iteration, I didn't have the extra 10k resistors and the 100nf capacitors and the buttons kept flashing randomly in mmjoy2 while nothing was pressed.
After reading parts of this thread, I added the 10k resistors and capacitors. Now the buttons don't randomly flash when the buttons aren't pressed, but once I press a button, the button indicator will light up and multiple buttons will start to randomly flash again.

Any help on what I am doing wrong would be greatly appreciated!!

Attached Images
IMG_0717.jpg shift register diagram.png mmjoy2 shift register button flash.png
Joined: Dec 2016
Posts: 456
K
Member
Offline
Member
K
Joined: Dec 2016
Posts: 456

Hi MC2MC2,

Been quite a while since I was here, I did my FLCS/TQS conversions in 2016 and there is a Thread on that too.

I had trouble with the Shift Registers as well at 1st and ended up making my own PCB out of ProtoBoard following MegaMorg's PCB diagram,
but got some good advice on My thread about that, as I had Issues too, which I believe starts on page 131 and goes on for 4-5 pages here :

https://simhq.com/forum/ubbthreads....uild-your-own-usb-controller#Post4348359

or

https://simhq.com/forum/ubbthreads.php/topics/4347381/133


KB.


My FLCS+TQS Conversion here on SimHQ

http://simhq.com/forum/ubbthreads.php/topics/4324940/1
Joined: Jun 2022
Posts: 2
M
Junior Member
Offline
Junior Member
M
Joined: Jun 2022
Posts: 2
Hi Kb1rd1!

Thank you very much for pointing me in the right direction! I managed to figure it out and get the shift registers to work by following your hand drawn diagram. Turns out I also didn't realise there were 0k resistors and I was using 10k resistors in their place. I swapped those out and now the shift registers work!
I have some more questions if that is ok, I'm trying to add some rotary encoders into the circuit but I can't seem to get them to work properly. Setting them as normal buttons seems to allow mmjoy2 to register the key presses, but I get some bouncing and double key presses. From what I understand, using the timer should compensate for this? However, whenever I add the switches as an encoder within mmjoy2, or use a timer, the rotary encoder completely ceases to function. Any ideas?

Also, would adding a hardware debounce circuit work with mmjoy2? Apologies for all the questions and thank you again!

Edit: I sat down to build the debounce circuit yesterday evening and it actually works. Now mmjoy2 allows me to set it as an encoder within the software and the bounces are gone:) I wonder why it only works with a hardware debounce.

Attached Images
IMG_0751.jpg
Last edited by mc2mc2; 05/08/24 05:04 AM. Reason: update
Joined: Mar 2024
Posts: 3
T
Junior Member
Offline
Junior Member
T
Joined: Mar 2024
Posts: 3
Hi,
I have tried to build two boards.
unfortunately it doesn't work as it should...
the display in the software flashes back and forth...
some buttons work... but as soon as i connect it to windows as HID it doesn't really work anymore...
the board with the arduino on it doesn't work at all.
I don't know if I've built something wrong...
maybe someone can tell me where the error lies...
i also use 10k resistors... is that the reason for the blinking ?
hope someone can help me... because i'm slowly going crazy
.thanks

Attached Images
PCB MCP3208.PNG PCB 74HC165.PNG
Joined: Dec 2016
Posts: 456
K
Member
Offline
Member
K
Joined: Dec 2016
Posts: 456
Originally Posted by mc2mc2
Hi Kb1rd1!

Thank you very much for pointing me in the right direction! I managed to figure it out and get the shift registers to work by following your hand drawn diagram. Turns out I also didn't realise there were 0k resistors and I was using 10k resistors in their place. I swapped those out and now the shift registers work!
I have some more questions if that is ok, I'm trying to add some rotary encoders into the circuit but I can't seem to get them to work properly. Setting them as normal buttons seems to allow mmjoy2 to register the key presses, but I get some bouncing and double key presses. From what I understand, using the timer should compensate for this? However, whenever I add the switches as an encoder within mmjoy2, or use a timer, the rotary encoder completely ceases to function. Any ideas?

Also, would adding a hardware debounce circuit work with mmjoy2? Apologies for all the questions and thank you again!

Edit: I sat down to build the debounce circuit yesterday evening and it actually works. Now mmjoy2 allows me to set it as an encoder within the software and the bounces are gone:) I wonder why it only works with a hardware debounce.



Might be to late but . I hade encoder issues too and Erichos did a step by step setup for me here :

https://simhq.com/forum/ubbthreads....uild-your-own-usb-controller#Post4333127


KB


My FLCS+TQS Conversion here on SimHQ

http://simhq.com/forum/ubbthreads.php/topics/4324940/1
Joined: Apr 2016
Posts: 64
E
Junior Member
Offline
Junior Member
E
Joined: Apr 2016
Posts: 64
Hi guys, how are you? Long time I was not here... I hope you are guys more experienced than me now ;-)

I made my new project, P51 Mustang piedestal from authentikit.org but I want to use MMJoy2 of course. Problem is that all trims (elevator, rudder and aileron) are on rotary encoders so like switches. It can be like switches for IL-2 Great Battles sim but I would like to do it like axis you know. I set up all 3 rotary encoders and it is working correctly. In MMJoy2 is choice "Virtual" in Joystick axes, I set up decrease, increase and step of change but it is not working. Do somebody experiences with that please? I need to make "button to axe" function. I am not sure if it is possible in MMjoy2...

Thank you very much.

Page 112 of 112 1 2 110 111 112

Moderated by  RacerGT 

Link Copied to Clipboard
Quick Search
Support SimHQ

If you shop on Amazon use this Amazon link to support SimHQ
.
Social


Recent Topics
Are There Billions More People Than We Thought?
by F4UDash4 - 03/22/25 02:50 PM
George Foreman was 76
by F4UDash4 - 03/22/25 02:31 AM
Boeing Gets a Win - Will Build the "F-47"
by F4UDash4 - 03/21/25 03:48 PM
Actor Wing Hauser passes at 77
by NoFlyBoy - 03/21/25 08:37 AM
Amazing return of Crew 9 SpaceX
by oldgrognard - 03/18/25 10:30 PM
Last of The Few dies
by oldgrognard - 03/17/25 11:00 PM
Happy St. Patrick's Day!
by CyBerkut - 03/17/25 07:51 PM
Beware.......
by F4UDash4 - 03/15/25 10:10 AM
Steam scam alert
by Mr_Blastman - 03/09/25 03:39 AM
Seafarer
by RossUK - 03/05/25 09:38 PM
Popular Topics(Views)
6,895,755 SAM Simulator
Copyright 1997-2016, SimHQ Inc. All Rights Reserved.

Powered by UBB.threads™ PHP Forum Software 7.7.5