Previous Thread
Next Thread
Print Thread
Rate This Thread
Hop To
Page 92 of 112 1 2 90 91 92 93 94 111 112
#4433757 - 08/09/18 06:59 PM Re: MMJoy/MMjoy2 - Build your own USB controller ***** [Re: Sokol1]  
Joined: Jul 2016
Posts: 25
Snagov Offline
Junior Member
Snagov  Offline
Junior Member

Joined: Jul 2016
Posts: 25
Hi Folks...

Here is it my last creation. Now i builded a MFD with one 8" LCD and 20 buttons like
the original.

I hope you like it....

[Linked Image]

[Linked Image]

[Linked Image]

[Linked Image]

[Linked Image]

Inline advert (2nd and 3rd post)

#4433811 - 08/10/18 07:38 AM Re: MMJoy/MMjoy2 - Build your own USB controller [Re: Snagov]  
Joined: Mar 2015
Posts: 51
Sak75 Offline
Junior Member
Sak75  Offline
Junior Member

Joined: Mar 2015
Posts: 51
Madrid, Spain
Very very nice Snagov!! if I had a 3d printer the things I could do frown

#4433872 - 08/10/18 07:33 PM Re: MMJoy/MMjoy2 - Build your own USB controller [Re: Sokol1]  
Joined: Jul 2016
Posts: 25
Snagov Offline
Junior Member
Snagov  Offline
Junior Member

Joined: Jul 2016
Posts: 25
Me too!!!!!. I haven't a 3d printer, i paid for that....

#4438007 - 09/09/18 09:29 PM Re: MMJoy/MMjoy2 - Build your own USB controller [Re: Sokol1]  
Joined: Apr 2018
Posts: 8
Thasiet Offline
Junior Member
Thasiet  Offline
Junior Member

Joined: Apr 2018
Posts: 8
Got the keypad installed a while back, X35T is done for lack of any more pins on the arduino. Keypad is permanently mapped to F1-F12 with Universal Control Remapper, and works quite well for touch typing voice commands in DCS.

Attached Files JJS08543.jpg
#4442110 - 10/03/18 11:52 PM Re: MMJoy/MMjoy2 - Build your own USB controller [Re: Sokol1]  
Joined: Jan 2017
Posts: 35
sunrrrise Offline
Junior Member
sunrrrise  Offline
Junior Member

Joined: Jan 2017
Posts: 35
Guys,
quick question: in my joystick I have connected CD4021 and TLE5010 to ProMicro like this:

CD4021 -> TLE5010 -> ProMicro

Right now, I have to switch to:

TLE5010 -> CD4021 -> ProMicro

I am using Debolestis's board and have shared:
- VCC
- GND
- SCK (clock) - B1

CD4021 is connected as and is working fine:
DATA - F7
CS - F6

TLE5010 is connected as below:
GEN - B6
CS - B2
DATA- B3

and is not working at all.

What is wrong here?

Last edited by sunrrrise; 10/03/18 11:54 PM.
#4442129 - 10/04/18 01:58 AM Re: MMJoy/MMjoy2 - Build your own USB controller [Re: Sokol1]  
Joined: Dec 2016
Posts: 454
Kb1rd1 Offline
Member
Kb1rd1  Offline
Member

Joined: Dec 2016
Posts: 454
Been a while since I did mine but.......

One TLE5010 ? or two? if two each one needs it's own CS

Also don't share the TLE 5010 Data and CD4021 Data Pin (miso) use any digital Pin for the CD4021 Data wire (yellow)

Attached Files
FLCS_TLE5010 Wiring.pdf (244 downloads)
Handle_FLCS Wiring Colors.jpgPins_Arduino[promicro]_Axis Pins.pngTLE_5010_arduino_pro_micro.jpg

My FLCS+TQS Conversion here on SimHQ

http://simhq.com/forum/ubbthreads.php/topics/4324940/1
#4443066 - 10/09/18 10:09 PM Re: MMJoy/MMjoy2 - Build your own USB controller [Re: Sokol1]  
Joined: Jan 2017
Posts: 35
sunrrrise Offline
Junior Member
sunrrrise  Offline
Junior Member

Joined: Jan 2017
Posts: 35
Thank you! I don't know what was the problem cause today it has just started working smile

#4443545 - 10/13/18 09:05 AM Re: MMJoy/MMjoy2 - Build your own USB controller [Re: Sokol1]  
Joined: Jul 2016
Posts: 25
Snagov Offline
Junior Member
Snagov  Offline
Junior Member

Joined: Jul 2016
Posts: 25
I want configure 8 axis without MCP3208 external ADC, this is possible?, i only see six analog inputs on a leonardo board

thx

#4443569 - 10/13/18 01:26 PM Re: MMJoy/MMjoy2 - Build your own USB controller [Re: Sokol1]  
Joined: Nov 2001
Posts: 3,955
Sokol1 Offline
Senior Member
Sokol1  Offline
Senior Member

Joined: Nov 2001
Posts: 3,955
Internet
You can use 8 analog inputs in PRO Micro - at trade of use less buttons in matrix.

Pins labeled "AI":

F4
F5
F6
F7
B6
B5
B4
D4

#4443607 - 10/13/18 05:18 PM Re: MMJoy/MMjoy2 - Build your own USB controller [Re: Sokol1]  
Joined: Dec 2016
Posts: 454
Kb1rd1 Offline
Member
Kb1rd1  Offline
Member

Joined: Dec 2016
Posts: 454
I thought there were 12 AI Pins on the Leonardo?

See Pics....maybe they are wrong ?

Attached Files Pins_Arduino_Micro_MMJoy2_Axis Pins.pngPins_Arduino[promicro]_Axis Pins.pngLeonardo AXIS PINS.jpg

My FLCS+TQS Conversion here on SimHQ

http://simhq.com/forum/ubbthreads.php/topics/4324940/1
#4443616 - 10/13/18 06:38 PM Re: MMJoy/MMjoy2 - Build your own USB controller [Re: Sokol1]  
Joined: Nov 2001
Posts: 3,955
Sokol1 Offline
Senior Member
Sokol1  Offline
Senior Member

Joined: Nov 2001
Posts: 3,955
Internet
Yes, you have more options for choose as AI, but remember that firmware and Windows HID drivers limit the use in 8 axes.

#4443617 - 10/13/18 06:41 PM Re: MMJoy/MMjoy2 - Build your own USB controller [Re: Sokol1]  
Joined: Dec 2016
Posts: 454
Kb1rd1 Offline
Member
Kb1rd1  Offline
Member

Joined: Dec 2016
Posts: 454
Originally Posted by Sokol1
Yes, you have more options for choose as AI, but remember that firmware and Windows HID drivers limit the use in 8 axes.


Ok Snagov seemed to think there was only 6 on a Leo. which I thought was wrong....


My FLCS+TQS Conversion here on SimHQ

http://simhq.com/forum/ubbthreads.php/topics/4324940/1
#4443702 - 10/14/18 06:47 PM Re: MMJoy/MMjoy2 - Build your own USB controller [Re: Sokol1]  
Joined: Dec 2017
Posts: 27
JJCTHMFS Offline
Junior Member
JJCTHMFS  Offline
Junior Member

Joined: Dec 2017
Posts: 27
So hey I'm a freaking N00b, and I read for hrs so, what I want to do is whole joystick from scratch and 3D printed.*picture

[Linked Image]

I dont have the code to program the thing but what I figure I'll need so far is> CD4021B CD4021BE CD4021 DIP-16 // TLE5010 SOP-8 TLE5010G SOP 5010 SOP8 // 74HC165D CD4021 DIY // Pro Micro Atmega32u4 // am I missing somthing? need some guides here plz :P THKS IN ADVANCE!

#4443721 - 10/14/18 09:09 PM Re: MMJoy/MMjoy2 - Build your own USB controller [Re: Sokol1]  
Joined: Jul 2016
Posts: 25
Snagov Offline
Junior Member
Snagov  Offline
Junior Member

Joined: Jul 2016
Posts: 25
Thx socol!

#4443748 - 10/15/18 03:27 AM Re: MMJoy/MMjoy2 - Build your own USB controller [Re: Sokol1]  
Joined: May 2016
Posts: 36
TomVR Offline
Junior Member
TomVR  Offline
Junior Member

Joined: May 2016
Posts: 36
For hooking up a regular encoder switch to debolestis CD4021 PCBs, I don't need any fancy diodes or anything? Do I just hook the two ends up like regular buttons and the ground to the common ground row?

https://oshpark.com/profiles/Debolestis/page/2

#4443751 - 10/15/18 04:10 AM Re: MMJoy/MMjoy2 - Build your own USB controller [Re: JJCTHMFS]  
Joined: Nov 2001
Posts: 3,955
Sokol1 Offline
Senior Member
Sokol1  Offline
Senior Member

Joined: Nov 2001
Posts: 3,955
Internet
Originally Posted by JJCTHMFS

https://postimg.cc/GB2jsVsd][img]https://i.postimg.cc/xdGpBSfJ/DUAL-JOYSTICK-PROJECT.png

I dont have the code to program the thing but what I figure I'll need so far is>
CD4021B CD4021BE CD4021 DIP-16 //
TLE5010 SOP-8 TLE5010G SOP 5010 SOP8 //
74HC165D CD4021 DIY //
Pro Micro Atmega32u4 // am I missing somthing?


Part list is OK, but or you use CD4021B or 74HC165D, both do the same thing - Shift Register.
CD3021B is preferable because are a standard used by Thrustmaster, VIrPil, BRD...

#4443775 - 10/15/18 01:44 PM Re: MMJoy/MMjoy2 - Build your own USB controller [Re: Sokol1]  
Joined: Dec 2017
Posts: 27
JJCTHMFS Offline
Junior Member
JJCTHMFS  Offline
Junior Member

Joined: Dec 2017
Posts: 27
Originally Posted by Sokol1
Originally Posted by JJCTHMFS

https://postimg.cc/GB2jsVsd][img]https://i.postimg.cc/xdGpBSfJ/DUAL-JOYSTICK-PROJECT.png

I dont have the code to program the thing but what I figure I'll need so far is>
CD4021B CD4021BE CD4021 DIP-16 //
TLE5010 SOP-8 TLE5010G SOP 5010 SOP8 //
74HC165D CD4021 DIY //
Pro Micro Atmega32u4 // am I missing somthing?


Part list is OK, but or you use CD4021B or 74HC165D, both do the same thing - Shift Register.
CD3021B is preferable because are a standard used by Thrustmaster, VIrPil, BRD...




Hey thks Soko for replying, so here is a pic of what i have so far in the list, also i couldn't find CD3021B and the boards for this are a pain! for me

[Linked Image]

keep in mind i live in Argentina, things are slow expensive and no many options lol

#4443776 - 10/15/18 01:46 PM Re: MMJoy/MMjoy2 - Build your own USB controller [Re: Sokol1]  
Joined: Dec 2017
Posts: 27
JJCTHMFS Offline
Junior Member
JJCTHMFS  Offline
Junior Member

Joined: Dec 2017
Posts: 27
forgot to put the TLE5010 chips, the whole thing is giving me a head hake ! if u could do a diagram of the components... it would be awesome!!!! like for dummies lol

#4443793 - 10/15/18 04:05 PM Re: MMJoy/MMjoy2 - Build your own USB controller [Re: TomVR]  
Joined: Dec 2016
Posts: 454
Kb1rd1 Offline
Member
Kb1rd1  Offline
Member

Joined: Dec 2016
Posts: 454
Originally Posted by TomVR
For hooking up a regular encoder switch to debolestis CD4021 PCBs, I don't need any fancy diodes or anything? Do I just hook the two ends up like regular buttons and the ground to the common ground row?

https://oshpark.com/profiles/Debolestis/page/2


He has a Forum thread over on the ED Forums , ask him there perhaps

https://forums.eagle.ru/showthread.php?t=160114&highlight=debolestis+CD4021


My FLCS+TQS Conversion here on SimHQ

http://simhq.com/forum/ubbthreads.php/topics/4324940/1
#4443795 - 10/15/18 04:18 PM Re: MMJoy/MMjoy2 - Build your own USB controller [Re: JJCTHMFS]  
Joined: Dec 2016
Posts: 454
Kb1rd1 Offline
Member
Kb1rd1  Offline
Member

Joined: Dec 2016
Posts: 454
Originally Posted by JJCTHMFS
Originally Posted by Sokol1
Originally Posted by JJCTHMFS

https://postimg.cc/GB2jsVsd][img]https://i.postimg.cc/xdGpBSfJ/DUAL-JOYSTICK-PROJECT.png

I dont have the code to program the thing but what I figure I'll need so far is>
CD4021B CD4021BE CD4021 DIP-16 //
TLE5010 SOP-8 TLE5010G SOP 5010 SOP8 //
74HC165D CD4021 DIY //
Pro Micro Atmega32u4 // am I missing somthing?


Part list is OK, but or you use CD4021B or 74HC165D, both do the same thing - Shift Register.
CD3021B is preferable because are a standard used by Thrustmaster, VIrPil, BRD...




Hey thks Soko for replying, so here is a pic of what i have so far in the list, also i couldn't find CD3021B and the boards for this are a pain! for me

[Linked Image]

keep in mind i live in Argentina, things are slow expensive and no many options lol


I think CD3021B is just a Typo and should of been CD4021B but as he said the 74HC165 will do the same thing , I have both in my FLCS and TQS but they came with 4021 Chips in them

I got my TLE5010s from New Hope too , you will need 2 minimum , one for each axis.....maybe 3 or more if you plan Rudders and a throttle too?

For my 1st SR Board I made my own but I also got the 74HC165 boards from new hope with extra TLE5010 Boards for a 2nd conversion.

New Hope also has a Kit with a STM32 Board (replaces Arduino), TLE5010 and 74HC165 , I think I posted about it further back in the Thread a few pages....
The Maker of the STM32 Board supplies his Software for it instead of MMJoy as part of the Package.

My thread about Converting a FLCS and TQS last year has most of my Notes and Diagrams i made for myself in PDFs , not sure if they will help a custom build like yours though?

http://SimHQ.com/forum/ubbthreads.php/topics/4324054/1


My FLCS+TQS Conversion here on SimHQ

http://simhq.com/forum/ubbthreads.php/topics/4324940/1
Page 92 of 112 1 2 90 91 92 93 94 111 112

Moderated by  RacerGT 

Quick Search
Recent Articles
Support SimHQ

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


Recent Topics
Carnival Cruise Ship Fire....... Again
by F4UDash4. 03/26/24 05:58 PM
Baltimore Bridge Collapse
by F4UDash4. 03/26/24 05:51 PM
The Oldest WWII Veterans
by F4UDash4. 03/24/24 09:21 PM
They got fired after this.
by Wigean. 03/20/24 08:19 PM
Grown ups joke time
by NoFlyBoy. 03/18/24 10:34 PM
Anyone Heard from Nimits?
by F4UDash4. 03/18/24 10:01 PM
RIP Gemini/Apollo astronaut Tom Stafford
by semmern. 03/18/24 02:14 PM
10 years after 3/8/2014
by NoFlyBoy. 03/17/24 10:25 AM
Copyright 1997-2016, SimHQ Inc. All Rights Reserved.

Powered by UBB.threads™ PHP Forum Software 7.6.0