element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Personal Blogs
  • Community Hub
  • More
Personal Blogs
NexGen Flight Simuator NexGen: The Lab / Fuel Load Indicator adendum
  • Blog
  • Documents
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: phoenixcomm
  • Date Created: 2 Jan 2015 8:16 AM Date Created
  • Views 645 views
  • Likes 3 likes
  • Comments 2 comments
  • hardware
  • hdsp-2131
  • hdsp-2111
  • nexgen_flight_simulator
  • arduino
  • diy_cockpit
  • software
  • linux
Related
Recommended

NexGen: The Lab / Fuel Load Indicator adendum

phoenixcomm
phoenixcomm
2 Jan 2015

Well it looks like I found a working 5 volt supply that works! image  It's a Lambda LXS-A-5-0V (a brick, and this is stock photo off the web)..  So I wanted to test the the power supply. So I grabbed  the Fuel Load Indicator, that I tore apart in my blog post NexGen: Hacking the Fuel Load Indicator. image

I hooked my +5 to pin 16 of the display and Ground on pin 17 and I got the following:

Manufacturer: LAMBDA
Model Number: LXS-A-5-0V
Output Voltage: 0 - 5 vdc
Output Current: 4 amps


Upon Power Up I got a "No Data" message (Figure 2)
Depressing the right hand switch to the test position (Figure 3) then (Figure 4) and then back to (Figure 1)


So at least I now have a starting point using an arduino.
The header from the display board is a 15x2 or 30 pin header ( 0.10" x 0.10" centers)

 

imageimageimage
Figure 2
"No Data" Message
Figure 3
Self Test I
Figure 4
Self Test Message II


This is what I will need to run the displays:

  • 8 data lines
  • 5 Address Lines
  • 7 Control Lines ( CLS, CLK, WR,  RD,  CE, FL*,  RST )
  • This is 19 20 pins + 5 more for the switches
  • 24 25 pins Total

Note:  FL* This pin is for accessing flash ram and will not be used.


Here is a link to a similar project http://www.nycresistor.com/2010/05/30/working-with-the-hdsp-2111/. The big difference between the hdsp-2111 and my hdsp-2131 is that the 2111 is a plastic part and my part is a hirel glass sealed over ceramic. Both, the 2111 and the 2131 share the same I/O; so a lot of my work is done. But they are using a Arduino Diecimila and I plan on using a Arduino Meg 2560 which has much more I/O pins which means I would not have to use the shift register. Also my two (2)  hdsp-2131 displays are already mounted on a PCB that I will not modify.  The hdsp display series data bus is bidirectional.

 

MnemonicU1U2J1
Power
Vcc16+1628, 30
GND17+173
Logic GND18+184
Data Bus
D011+115
D112+128
D213+1310
D314+147
D419+192
D520+206
D621+211
D7222224[U1]    22[U2]
Address Bus
A028+2811
A129+299
A230+3012
A331+3127, 29
A432+3227, 29
Controls
CLS1114[U1]    15[U2]
CLK2223[U1]    21[U2]
WR3+316
CE4420[U1]    17[U2]
RST5525[U1]    26[U2]
RD6619[U1]    18[U2]
FL272713

The two way of showing this data, firs is laid out buy looking at the pins of J1.

The other way of showing this data  by grouping functions together by their mnemonic.

 

MnemonicJ1 pinsToToTo
D61U1-21U2-21
D42U1-19U2-19
GND display3U1-17U2-17
GND logic4U1-18U2-18
D05U1-11U2-11
D56U1-20U2-20
D37U1-14U2-14
D18U1-12U2-12
A19U1-29U2-29
D210U1-13U2-13
A011U1-28U2-28
A212U1-30U2-30
FL - Not Used13U1-27U2-27
CLS.114U1-1
CLS.215U2-1
WR16U1-23U2-3
CE.217U2-4
RD.2 - Not Used18U2-6
RD.1 - Not Used19U1-6
CE.120U1-4
D7.222U2-22
CLK.221U2-2
CLK.123U1-2
D7.124U1-22
RST.125U1-5
RST.226U2-5
A3 & A427U1-31U2-3129
Vcc28U1-16U2-1630
A3 & A429U1-32U2-3227
Vcc30U1-16U2-1628

    Keep Tuned In, More To Come

    ~~Cris image

  BTW: It seems I can't add in the above list;

  8 + 5 + 7 = 20 != 19

  There for the next number should be 25 Total

  ~~Cris  image  6/4/15

  • Sign in to reply

Top Comments

  • DAB
    DAB over 10 years ago +1
    Hi Chris, Good update. It looks like you have a good meter to work with and a reasonable power supply to keep it running. I also like your documentation of the pins. I remember spending many hours looking…
Parents
  • DAB
    DAB over 10 years ago

    Hi Chris,

     

    Good update.  It looks like you have a good meter to work with and a reasonable power supply to keep it running.

     

    I also like your documentation of the pins.  I remember spending many hours looking through schematics and manuals to get that kind of data on various devices.

     

    DAB

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
Comment
  • DAB
    DAB over 10 years ago

    Hi Chris,

     

    Good update.  It looks like you have a good meter to work with and a reasonable power supply to keep it running.

     

    I also like your documentation of the pins.  I remember spending many hours looking through schematics and manuals to get that kind of data on various devices.

     

    DAB

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
Children
  • phoenixcomm
    phoenixcomm over 10 years ago in reply to DAB

    yah, the Lambda bricks are amazing little things... and my HP Harrison Div Ps.. will give me my 20v. I really did the By Mnemonic fist but I had trouble with it... So I made a pin/route list from it.. I have had to do the docs on the pins as I can't modify the CPU (core is locked) So out the three (3) boards Power Supply(Rear) Cpu (Middle) and Display (Front) the Rear, and Cpu cards are going to be recycled!!! My Plan is to take the Middle board to the UTA (University of Texas at Arlington)'s Makers Lab in the library and get the data (shapes, and placement of connector to display) and then fab a board or see if they can cut one out on the router (FR4 proto). So I can test my design before committing to a fab of one....LOL The new board will have the 30 pins to mate with j1 but also have a small cpu as well. will then need:

    • USB-A-Male.
    • power plug to drive the displays.
    • 5 pin header to mate with the switches.
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube