{"id":8213,"date":"2017-05-15T11:27:00","date_gmt":"2017-05-15T11:27:00","guid":{"rendered":"http:\/\/localhost:8105\/?p=8213"},"modified":"2021-12-07T16:43:43","modified_gmt":"2021-12-07T16:43:43","slug":"737-fmc-cdu-pcb-board","status":"publish","type":"post","link":"https:\/\/blog.shahada.abubakar.net\/?p=8213","title":{"rendered":"737 FMC CDU &#8211; PCB Board"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Overview<\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"896\" src=\"https:\/\/blog.shahada.abubakar.net\/wp-content\/uploads\/2021\/12\/20170515_195330-1024x896.jpg\" alt=\"\" class=\"wp-image-8937\" srcset=\"https:\/\/blog.shahada.abubakar.net\/wp-content\/uploads\/2021\/12\/20170515_195330-1024x896.jpg 1024w, https:\/\/blog.shahada.abubakar.net\/wp-content\/uploads\/2021\/12\/20170515_195330-300x262.jpg 300w, https:\/\/blog.shahada.abubakar.net\/wp-content\/uploads\/2021\/12\/20170515_195330-768x672.jpg 768w, https:\/\/blog.shahada.abubakar.net\/wp-content\/uploads\/2021\/12\/20170515_195330-1536x1343.jpg 1536w, https:\/\/blog.shahada.abubakar.net\/wp-content\/uploads\/2021\/12\/20170515_195330-2048x1791.jpg 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>This is the PCB I designed to be used with the <a href=\"http:\/\/www.thingiverse.com\/thing:774564\">FMC CDU 3D Panel<\/a> by &#8220;User0180&#8243; on thingiverse. It has a cutout to suit the recommended 5&#8221; 4:3 <a href=\"https:\/\/goo.gl\/sFTShF\">LCD Display<\/a> and features the standard 69 switches, as well 3mm LED positions for the EXEC, CALL, FAIL, MSG and OFST indicators.<\/p>\n\n\n\n<p>It was designed to be hooked up to any microcontroller or I\/O board that supports decoding a 9&#215;8 matrix keyboard. The board also has transistors and current limiting resistors for the LEDs, allowing you to drive them from low-current low-voltage GPIO pins such as from the Raspberry Pi.<\/p>\n\n\n\n<p>I used EasyEDA.com to design the schematic and PCB using their online editor. The design can be downloaded from the links, or you can get EasyEDA to fabricate the boards and ship them to you. The fabrication cost me USD20.19 for 5 pieces, and tracked shipping was an additional USD17.00 that took around 10 days.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Schematic Design<\/h2>\n\n\n\n<p>I based my keypad schematic on the excellent article &#8220;<a href=\"http:\/\/blog.komar.be\/how-to-make-a-keyboard-the-matrix\/\">How To Make a Keyboard &#8211; The Matrix<\/a>&#8220;. To cover 69 keys I created a matrix of 8 rows x 9 columns (there are some unused key positions). The article mentions that to be able to handle multiple simultaneous keypresses, you need a diode on each keyswitch. However, with the FMC CDU, only one key needs to be pressed at any time, and therefore I only placed diodes only on the columns &#8212; there is much less to solder this way.<\/p>\n\n\n\n<p>For the LED indicators, I did not power them directly from the input signals. Some microcontrollers such as the Raspberry Pi only have 3.3V outputs and very limited current to drive the LEDs. To overcome this limitation I used the GPIO only as a signal to turn on a circuit using a <a href=\"http:\/\/www.electronics-tutorials.ws\/transistor\/tran_4.html\">transistor<\/a> for each LED. Each LED also has a current limiting resistor next to it &#8212; the size of this resistor depends on the voltage you supply and also the LEDs you use.<\/p>\n\n\n\n<p>I made a number of connectors to hook the PCB up to the microcontroller. &#8220;P1 &#8211; Cols&#8221; and &#8220;P2 &#8211; Rows&#8221; connect to the columns and rows on the matrix keypad. Another connector &#8220;P3 &#8211; LEDs&#8221; provide input voltage and ground, as well as GPIO signals to control the LEDs.<\/p>\n\n\n\n<p>The FMC CDU has a brightness knob to control the brightness of the display. My 5&#8243; display however uses on-screen menus to set the brightness. I&#8217;ve brought out two additinal pins on the LED connector (labelled GPIOA and GPIOB) close to the brightness knob location. You may want to connect this to a potentiometer or a rotary encoder. In my case, I just used a dummy knob.<\/p>\n\n\n\n<p>Here&#8217;s a screenshot of my schematic <a href=\"https:\/\/easyeda.com\/dotsha747\/737FMCCDU_V2-83f14eb14ced4e928df00539a30b3de3\">here<\/a> for a more detailed view).<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"725\" src=\"https:\/\/blog.shahada.abubakar.net\/wp-content\/uploads\/2021\/12\/Schematic_737FMCCDU-V2_737FMCCDU-V2.1_20190309161103-1024x725.png\" alt=\"\" class=\"wp-image-8938\" srcset=\"https:\/\/blog.shahada.abubakar.net\/wp-content\/uploads\/2021\/12\/Schematic_737FMCCDU-V2_737FMCCDU-V2.1_20190309161103-1024x725.png 1024w, https:\/\/blog.shahada.abubakar.net\/wp-content\/uploads\/2021\/12\/Schematic_737FMCCDU-V2_737FMCCDU-V2.1_20190309161103-300x212.png 300w, https:\/\/blog.shahada.abubakar.net\/wp-content\/uploads\/2021\/12\/Schematic_737FMCCDU-V2_737FMCCDU-V2.1_20190309161103-768x544.png 768w, https:\/\/blog.shahada.abubakar.net\/wp-content\/uploads\/2021\/12\/Schematic_737FMCCDU-V2_737FMCCDU-V2.1_20190309161103.png 1169w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">PCB Design<\/h2>\n\n\n\n<p>As I was designing the PCB to fit an existing physical model, I started with tracing the design of the FMC CDU Panel. I was not able to import the 3D model into EasyEDA&#8217;s PCB editor, so what I did instead was to import the .STL file into <a style=\"color: #000000;\" href=\"http:\/\/www.tinkercad.com\/\">TinkerCAD<\/a>. By applying TinkerCAD&#8217;s ruler, and setting the distance of the top left of the model to 0, I was able to accurately get the size of the panel and also the center position of each of the keys. I then used this as offsets in EasyEDA&#8217;s PCB Editor when positioning the PCB outline, LCD panel cutout, and also the position of each keyswitch.<\/p>\n\n\n\n<p>The keyswitches used are similar to the ones <a href=\"https:\/\/www.reichelt.de\/TASTER-9308\/3\/index.html?&amp;ACTION=3&amp;LA=446&amp;ARTICLE=44532&amp;artnr=TASTER+9308&amp;SEARCH=taster+9308\">recommended<\/a>\u00c2&nbsp;by User0180, but I found similar ones cheaper on <a href=\"http:\/\/www.ebay.com\/itm\/100Pcs-Square-Head-6x6x7-3-mm-Tact-Tactile-Push-Button-Momentary-PCB-Switch-\/400978790825\">ebay.com<\/a> (search for &#8220;100Pcs Square Head 6x6x7.3 mm Tact Tactile Push Button Momentary PCB Switch&#8221;) at USD7.45 for 100 pieces with free shipping, which arrived within two weeks. I needed the keyswitch component to have its origin at its center, so ended up designing my own <a href=\"https:\/\/easyeda.com\/component\/6x6_microswitch-f4332c63840842aa89c46ace0bccb67f\">component<\/a> for this, with the holes for the feet 200 mils by 300 mils apart. This way, when I keyed in the X and Y coordinate of the keyswitch in the PCB editor, it would fall centered exactly at that point.<\/p>\n\n\n\n<p>The 3D Design for the FMC CDU faceplate did not incorporate any holes for lighting up the EXEC button. I placed two LEDs near the switch so that they could be positioned either above the key (as in the original \u00c2&nbsp;737 &#8212; this would require adding a slit to the 3D design) or as part of some sort of backlight for the EXEC key itself.<\/p>\n\n\n\n<p>I placed the header connectors and transistors on the bottom side of the PCB &#8212; these would stick out and may interfere with the faceplate if placed on the top side. Finally I added mounting holes for brakets for the the 5&#8243; LCD display and also for the brightness knob, should it be needed.<\/p>\n\n\n\n<p>Here&#8217;s the PCB layout (click <a style=\"color: #000000;\" href=\"https:\/\/easyeda.com\/dotsha747\/737FMCCDU_V2-83f14eb14ced4e928df00539a30b3de3\">here<\/a> for a more detailed view):<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"583\" height=\"869\" src=\"https:\/\/blog.shahada.abubakar.net\/wp-content\/uploads\/2021\/12\/Screenshot-from-2017-05-15-22-46-11.png\" alt=\"\" class=\"wp-image-8939\" srcset=\"https:\/\/blog.shahada.abubakar.net\/wp-content\/uploads\/2021\/12\/Screenshot-from-2017-05-15-22-46-11.png 583w, https:\/\/blog.shahada.abubakar.net\/wp-content\/uploads\/2021\/12\/Screenshot-from-2017-05-15-22-46-11-201x300.png 201w\" sizes=\"auto, (max-width: 583px) 100vw, 583px\" \/><\/figure>\n\n\n\n<p>You should be able to connect the 737 FMC CDU PCB Board to any microcontroller such as a Raspberry PI, Arduino or I\/O board, provided you have enough GPIO pins.<\/p>\n\n\n\n<p>The P1 &#8211; Cols connector connects to all the columns in the matrix.<\/p>\n\n\n\n<p>The P2 &#8211; Cols connect to the rows.<\/p>\n\n\n\n<p>The P3 &#8211; LEDS connector has the following pins:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>\n<div><span style=\"font-weight: bold;\"><span style=\"font-size: 14px; color: #000000; font-family: inherit;\">Pin<\/span><\/span><\/div>\n<\/td><td>\n<div><span style=\"font-weight: bold;\"><span style=\"font-size: 14px; color: #000000; font-family: inherit;\">Name<\/span><\/span><\/div>\n<\/td><td>\n<div><span style=\"font-weight: bold;\"><span style=\"font-size: 14px; color: #000000; font-family: inherit;\">Notes<\/span><\/span><\/div>\n<\/td><\/tr><tr><td>\n<div><span style=\"font-size: 14px; color: #000000; font-family: inherit;\">1<\/span><\/div>\n<\/td><td>\n<div><span style=\"font-size: 14px; color: #000000; font-family: inherit;\">VIN<\/span><\/div>\n<\/td><td>\n<div><span style=\"font-size: 14px; color: #000000; font-family: inherit;\">Voltage Input. This voltage input is to drive the LEDs. You can feed any reasonable voltage you like in here, provided you size your current limiting resistors accordingly. This does not feed back into the GPIO signals.<\/span><\/div>\n<\/td><\/tr><tr><td>\n<div><span style=\"font-size: 14px; color: #000000; font-family: inherit;\">2<\/span><\/div>\n<\/td><td>\n<div><span style=\"font-size: 14px; color: #000000; font-family: inherit;\">GND<\/span><\/div>\n<\/td><td>\n<div><span style=\"font-size: 14px; color: #000000; font-family: inherit;\">Voltage GND. If you are using a different power supply to feed VIN (for the LEDs) than what you use for your microcontroller, you will want to tie the grounds of the two supplies together.<\/span><\/div>\n<\/td><\/tr><tr><td>\n<div><span style=\"font-size: 14px; color: #000000; font-family: inherit;\">3<\/span><\/div>\n<\/td><td>\n<div><span style=\"font-size: 14px; color: #000000; font-family: inherit;\">EXEC<\/span><\/div>\n<\/td><td>\n<div><span style=\"font-size: 14px; color: #000000; font-family: inherit;\">Connect this to your GPIO for the EXEC indicator.\u00c2&nbsp;It feeds the activation signal into the transistors to switch on the LEDs.<\/span><\/div>\n<\/td><\/tr><tr><td>\n<div><span style=\"font-size: 14px; color: #000000; font-family: inherit;\">4<\/span><\/div>\n<\/td><td>\n<div><span style=\"font-size: 14px; color: #000000; font-family: inherit;\">DSPY<\/span><\/div>\n<\/td><td>\n<div><span style=\"font-size: 14px; color: #000000; font-family: inherit;\">Connect this to your GPIO for the DSPY indicator.\u00c2&nbsp;It feeds the activation signal into the transistors to switch on the LED.<\/span><\/div>\n<\/td><\/tr><tr><td>\n<div><span style=\"font-size: 14px; color: #000000; font-family: inherit;\">5<\/span><\/div>\n<\/td><td>\n<div><span style=\"font-size: 14px; color: #000000; font-family: inherit;\">MSG<\/span><\/div>\n<\/td><td>\n<div><span style=\"font-size: 14px; color: #000000; font-family: inherit;\">Connect this to your GPIO for the MSG indicator.\u00c2&nbsp;It feeds the activation signal into the transistors to switch on the LED.<\/span><\/div>\n<\/td><\/tr><tr><td>\n<div><span style=\"font-size: 14px; color: #000000; font-family: inherit;\">6<\/span><\/div>\n<\/td><td>\n<div><span style=\"font-size: 14px; color: #000000; font-family: inherit;\">OFST<\/span><\/div>\n<\/td><td>\n<div><span style=\"font-size: 14px; color: #000000; font-family: inherit;\">Connect this to your GPIO for the OFST indicator.\u00c2&nbsp;It feeds the activation signal into the transistors to switch on the LED.<\/span><\/div>\n<\/td><\/tr><tr><td>\n<div><span style=\"font-size: 14px; color: #000000; font-family: inherit;\">7<\/span><\/div>\n<\/td><td>\n<div><span style=\"font-size: 14px; color: #000000; font-family: inherit;\">FAIL<\/span><\/div>\n<\/td><td>\n<div><span style=\"font-size: 14px; color: #000000; font-family: inherit;\">Connect this to your GPIO for the FAIL indicator.\u00c2&nbsp;It feeds the activation signal into the transistors to switch on the LED.<\/span><\/div>\n<\/td><\/tr><tr><td>\n<div><span style=\"font-size: 14px; color: #000000; font-family: inherit;\">9 and 10<\/span><\/div>\n<\/td><td>\n<div><span style=\"font-size: 14px; color: #000000; font-family: inherit;\">GPIOA &amp; GPIOB<\/span><\/div>\n<\/td><td>\n<div><span style=\"font-size: 14px; color: #000000; font-family: inherit;\">This lead to a connector near the brightness knob. \u00c2&nbsp;<\/span><\/div>\n<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\nResistors R1 &#8211; R5 are current limiting resistors for the GPIO signal feeding into the transistors. I used 1Kohm resistors.\n\n\n\nResistors R6-R9 are current limiting resistors for the LEDs. I used 330ohm resistors.\n\n\n\nQ1 to Q5 are NPN transistors used for switching the VIN current into the LEDs. I used BC547 transistors.\n\n\n\n<h2 class=\"wp-block-heading\">Bugs<\/h2>\n\n\n\n<ol class=\"wp-block-list\"><li><div><span style=\"font-style: italic;\"><span style=\"font-size: 14px; color: #000000; font-family: inherit;\">If you are using the Rev.2 board, and following the matrix design in Komar&#8217;s blog post above, I discovered I&#8217;d got the diodes labelled backwards &#8230; so you will want to solder them with the Cathode\/black line towards the right.<\/span><\/span><\/div> <\/li><li><div><span style=\"font-size: 14px; color: #000000; font-family: inherit;\"><span style=\"font-style: italic;\">If you are using the Rev.2 board, the LED for &#8220;OFST&#8221; is wired backwards &#8230; just solder on your LED with the cathode\/longer leg towards the bottom of the board for this particular LED. For all other LEDs, the cathode\/longer leg is towards the top of the board.<\/span><\/span><\/div> <\/li><li><div><span style=\"font-style: italic;\"><span style=\"font-size: 14px; color: #000000; font-family: inherit;\">These have been fixed on the Rev 2.1 board.<\/span><\/span><\/div> <\/li><\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Downloading<\/h2>\n\n\n\n<p>The latest schematic and PCB design for the FMC CDU can be found here: <span style=\"font-size: 14px; color: #000000;\"><a href=\"https:\/\/easyeda.com\/dotsha747\/737FMCCDU_V2-83f14eb14ced4e928df00539a30b3de3\">https:\/\/easyeda.com\/dotsha747\/737FMCCDU_V2-83f14eb14ced4e928df00539a30b3de3<\/a> It is licensed under the Creative Commons CC-BY-NC-SA license.<\/span><\/p>\n\n\n\n<p>If you want to order a PCB, see my blog post here: <a href=\"https:\/\/blog.shahada.abubakar.net\/?p=8210\">https:\/\/blog.shahada.abubakar.net\/?p=8210<\/a><span style=\"font-size: 14px; color: #000000;\"><\/span><\/p>\n\n\n\n<p>More notes on my 737FMC build can be found here: <a href=\"https:\/\/blog.shahada.abubakar.net\/?cat=211\">https:\/\/blog.shahada.abubakar.net\/?cat=211<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Where to Buy Stuff<\/h2>\n\n\n\n<p>To help everyone source the needed components, here&#8217;s a shopping list and some links on where to get the items from (as of 9 Mar 2019). I&#8217;ve assumed you&#8217;re planning to hook this up to a Raspberry Pi to use with X-Plane.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><div><span style=\"color: #000000; font-family: inherit; font-size: 14px;\">The 737 FMC CDU PCB<\/span><\/div> <ul><li><div><span style=\"font-size: 14px; color: #000000;\"><a href=\"http:\/\/blog.shahada.abubakar.net\/post\/737-fmc-cdu-ordering-the-pcb\">http:\/\/blog.shahada.abubakar.net\/post\/737-fmc-cdu-ordering-the-pcb<\/a><\/span><\/div> <\/li><li><div><span style=\"font-family: inherit; color: #000000;\">Note: If you&#8217;re buying the PCB from JLCPCB, you can combine shipping with parts from <a href=\"http:\/\/lcsc.com\">lcsc.com<\/a><\/span><span style=\"color: #000000; font-family: inherit;\">.<\/span><\/div>  <\/li><\/ul><\/li><li><div><span style=\"color: #000000; font-family: inherit; font-size: 14px;\">4:3 640&#215;480\u00a0 LCD Display with VGA input<\/span><\/div> <ul><li><div><span style=\"color: #000000; font-family: inherit; font-size: 14px;\"><a href=\"http:\/\/www.good-display.com\/products_detail\/productId=107.html\">www.good-display.com<\/a>\u00a0<\/span><span style=\"letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; color: #000000; font-family: inherit; font-size: 14px; font-variant-caps: normal; font-variant-ligatures: normal;\">5.0&#8221; digital TFT LCD Module\/LED Backlight\/VIDEO VGA input\u00c2\u00a0<\/span><span style=\"color: #000000; font-family: inherit; font-size: 14px;\">Item# GDN-D567AT-GTI050NA-08C (<\/span><span style=\"color: #000000; font-family: inherit; font-size: 14px; font-style: italic;\">what I used<\/span><span style=\"color: #000000; font-family: inherit; font-size: 14px;\">)<\/span><\/div> <\/li><li><div><span style=\"color: #000000; font-family: inherit; font-size: 14px;\"><a href=\"https:\/\/www.ebay.com\/itm\/VGA-AV-Lcd-Controller-Driver-Board-5-ZJ050NA-08C-640x480-LCD-Screen-Durable\/123537043309?hash=item1cc361af6d:g:3uUAAOSwRlhar09d\">ebay.com<\/a>\u00a0ZJ050NA + VGA Adapter Board (should be ok &#8212; let me know!)<\/span><\/div>  <\/li><\/ul><\/li><li><div><span style=\"color: #000000; font-family: inherit; font-size: 14px;\">HDMI to VGA Adapater<\/span><\/div> <ul><li><div><span style=\"font-size: 14px; color: #000000;\"><a href=\"https:\/\/www.ebay.com\/itm\/HDMI-Male-to-VGA-Cable-HDTV-PC-Cord-Converter-Adapter-1080P-Female-Video-Audio\/163570081263?hash=item2615895def:m:mYOQOP_TP29QrYQBA4AnbvQ\">ebay.com<\/a><br><\/span><\/div>  <\/li><\/ul><\/li><li><div><span style=\"color: #000000; font-family: inherit; font-size: 14px;\">DB-15 Gender Changer Male-Male (so you don&#8217;t need a VGA cable)<\/span><\/div> <ul><li><div><span style=\"font-size: 14px; color: #000000;\"><a href=\"https:\/\/www.ebay.com\/itm\/Premium-HD-DB-15-VGA-SVGA-KVM-Gender-Changer-Adapter-Male-Male\/392182673541?hash=item5b4fe8b085:g:y~QAAOxy-WxTDabn\">ebay.com<\/a><br><\/span><\/div>  <\/li><\/ul><\/li><li><div><span style=\"color: #000000; font-family: inherit; font-size: 14px;\">Raspberry Pi (2\/3\/Zero W\/Zero WH)<\/span><\/div> <ul><li><div><span style=\"font-size: 14px; color: #0083e5;\"><a href=\"https:\/\/www.ebay.com\/itm\/Premium-HD-DB-15-VGA-SVGA-KVM-Gender-Changer-Adapter-Male-Male\/392182673541?hash=item5b4fe8b085:g:y~QAAOxy-WxTDabn\">RS-Online<\/a><\/span><\/div> <\/li><li><div><span style=\"font-size: 14px;\"><span style=\"color: #000000;\"><a href=\"http:\/\/www.thepihut.com\">www.thepihut.com<\/a><\/span><\/span><\/div> <\/li><li><div><span style=\"font-size: 14px;\"><span style=\"color: #000000;\"><a href=\"https:\/\/www.cytron.io\/index.php?route=product\/search&amp;description=1&amp;search=raspberry%20pi\">Cytron.IO<\/a><\/span><\/span><\/div>  <\/li><\/ul><\/li><li><div><span style=\"color: #000000; font-family: inherit; font-size: 14px;\">69-pieces momentary key switches<\/span><\/div> <ul><li><div><span style=\"color: #000000; font-family: inherit; font-size: 14px;\"><a href=\"https:\/\/www.reichelt.de\/kurzhubtaster-betaetigungsknopf-quadratisch-taster-9308-p44532.html?SEARCH=taster+9308&amp;&amp;r=1\">TASTER 9308<\/a><\/span><\/div> <\/li><li><div><span style=\"font-size: 14px; color: #000000;\"><a href=\"https:\/\/www.ebay.com\/itm\/100Pcs-Square-Head-6x6x7-3-mm-Tact-Tactile-Push-Button-Momentary-PCB-Switch\/400978790825?hash=item5d5c32c9a9:g:apEAAOSwd0BV0Aqb\">ebay.com<\/a><br><\/span><\/div>  <\/li><\/ul><\/li><li><div><span style=\"color: #000000; font-family: inherit; font-size: 14px;\">9 pieces through-hole 1N4148 Signalling diodes<\/span><\/div> <ul><li><div><a href=\"http:\/\/lcsc.com\">lcsc.com<\/a><span style=\"font-family: inherit; color: #000000;\"> <a href=\"https:\/\/lcsc.com\/product-detail\/Switching-Diode_1N4148-Tube_C85057.html\">C85057<\/a><\/span><\/div>  <\/li><\/ul><ul><li><div><span style=\"font-size: 14px; color: #000000;\"><a href=\"https:\/\/www.ebay.com\/sch\/i.html?_from=R40&amp;_trksid=m570.l1313&amp;_nkw=1n4148&amp;_sacat=0\">ebay.com<\/a><br><\/span><\/div> <\/li><\/ul><\/li><li><div><span style=\"color: #000000; font-family: inherit; font-size: 14px;\">6 pieces 1\/4W 330R through-hole Resistors (Current Limiting for LEDs)<\/span><\/div> <ul><li><div><span style=\"font-size: 14px; color: #000000;\"><a href=\"https:\/\/lcsc.com\/product-detail\/Others_Futaba-Elec-RNS14F3300A520NH_C274479.html\">lcsc.com C274479<\/a><br><\/span><\/div> <\/li><li><div><span style=\"font-size: 14px; color: #000000;\"><a href=\"https:\/\/www.ebay.com\/itm\/300PCS-Pack-30-Values-1-4W-1-Metal-Film-Resistors-Resistance-Assortment-Kits\/264035889730?epid=15025673213&amp;hash=item3d79c3f242%3Ag%3ApPEAAOSwqRlb6R5S&amp;LH_BIN=1\">ebay.com (multipack<\/a>)<br><\/span><\/div>  <\/li><\/ul><\/li><li><div><span style=\"color: #000000; font-family: inherit; font-size: 14px;\">5 pieces 1\/4W 1K through-hole\u00a0Resistors (Current Limiting for Transistors)<\/span><\/div> <ul><li><div><span style=\"font-size: 14px; color: #000000;\"><a href=\"https:\/\/lcsc.com\/product-detail\/Metal-Film-Resistor-TH_Uniroyal-Elec-MFR0W4F1001A50_C57435.html\">lcsc.com C57435<\/a><br><\/span><\/div> <\/li><li><div><span style=\"color: #000000; font-family: inherit; font-size: 14px;\"><a href=\"https:\/\/www.ebay.com\/itm\/300PCS-Pack-30-Values-1-4W-1-Metal-Film-Resistors-Resistance-Assortment-Kits\/264035889730?epid=15025673213&amp;hash=item3d79c3f242%3Ag%3ApPEAAOSwqRlb6R5S&amp;LH_BIN=1\">ebay.com (multipack)<\/a>\u00a0(same as above)<\/span><\/div>  <\/li><\/ul><\/li><li><div><span style=\"color: #000000; font-family: inherit; font-size: 14px;\">5 pieces BC547 NPN through-hole Transistors<\/span><\/div> <ul><li><div><span style=\"font-size: 14px; color: #000000;\"><a href=\"https:\/\/lcsc.com\/product-detail\/Transistors-NPN-PNP_ON-Semicon_BC547BTA_ON-Semicon-ON-BC547BTA_C258144.html\">lcsc.com C258144<\/a><br><\/span><\/div>  <\/li><li><div><span style=\"font-size: 14px; color: #000000;\"><a href=\"https:\/\/www.ebay.com\/sch\/i.html?_from=R40&amp;_trksid=p2047675.m570.l1313.TR11.TRC2.A0.H0.XBC547.TRS1&amp;_nkw=BC547&amp;_sacat=0\">ebay.com<\/a><br><\/span><\/div>  <\/li><\/ul><\/li><li><div><span style=\"color: #000000; font-family: inherit; font-size: 14px;\">1-piece 40-pin 2.54mm pitch\u00a0straight Male Header Pins<\/span><\/div> <ul><li><div><span style=\"font-size: 14px; color: #000000;\"><a href=\"https:\/\/lcsc.com\/product-detail\/_Nextronics-Engineering-Z-211-4011-0021-001_C113597.html\">lcsc.com C113597<\/a><br><\/span><\/div> <\/li><li><div><span style=\"font-size: 14px; color: #000000;\"><a href=\"https:\/\/www.ebay.com\/sch\/i.html?_from=R40&amp;_trksid=p2334524.m570.l1313.TR1.TRC0.A0.H0.X40-pin+male+header+pin.TRS0&amp;_nkw=40-pin+male+header+pin&amp;_sacat=0&amp;LH_TitleDesc=0&amp;_osacat=0&amp;_odkw=bc547&amp;LH_BIN=1&amp;LH_TitleDesc=0\">ebay.com<\/a><br><\/span><\/div>  <\/li><\/ul><\/li><li><div><span style=\"color: #000000; font-family: inherit; font-size: 14px;\">40-pin Dupont Female-to-Female Jumper Cables<\/span><\/div> <ul><li><div><span style=\"font-size: 14px; color: #000000;\"><a href=\"https:\/\/www.ebay.com\/sch\/i.html?_from=R40&amp;_trksid=m570.l1313&amp;_nkw=female+to+female+jumper+cables+40-pin&amp;_sacat=0\">ebay.com<\/a><\/span><\/div>  <\/li><\/ul><\/li><li><div><span style=\"font-size: 14px; color: #000000;\">3mm LEDs<\/span><\/div> <ul><li><div><span style=\"font-size: 14px; color: #000000;\"><a href=\"https:\/\/www.ebay.com\/itm\/New-200Pcs-3mm-5mm-LED-Light-White-Yellow-Red-Blue-Green-Assortment-Diodes-Kit\/222785956373?epid=8022871955&amp;hash=item33df13ea15:g:KDsAAOSwEVZaUaux\">ebay.com (multipack)<\/a><br><\/span><\/div>  <\/li><\/ul><\/li><li><div><span style=\"color: #000000; font-family: inherit; font-size: 14px;\">3D printed Faceplate + Keys<\/span><\/div> <ul><li><div><span style=\"font-size: 14px; color: #000000;\"><a href=\"https:\/\/www.thingiverse.com\/thing:774564\">Thingiverse.com<\/a><br><\/span><\/div>  <\/li><\/ul><\/li><\/ul>\n\n\n\n<p><i>Originally created with EverNote at 20170515T112700Z<\/i><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Overview This is the PCB I designed to be used with the FMC CDU 3D Panel by &#8220;User0180&#8243; on thingiverse. It has a cutout to suit the recommended 5&#8221; 4:3 LCD Display and features&#46;&#46;&#46;<\/p>\n","protected":false},"author":1,"featured_media":8937,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[211],"tags":[],"class_list":["post-8213","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-737-fmc"],"_links":{"self":[{"href":"https:\/\/blog.shahada.abubakar.net\/index.php?rest_route=\/wp\/v2\/posts\/8213","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.shahada.abubakar.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.shahada.abubakar.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.shahada.abubakar.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.shahada.abubakar.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8213"}],"version-history":[{"count":4,"href":"https:\/\/blog.shahada.abubakar.net\/index.php?rest_route=\/wp\/v2\/posts\/8213\/revisions"}],"predecessor-version":[{"id":9009,"href":"https:\/\/blog.shahada.abubakar.net\/index.php?rest_route=\/wp\/v2\/posts\/8213\/revisions\/9009"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.shahada.abubakar.net\/index.php?rest_route=\/wp\/v2\/media\/8937"}],"wp:attachment":[{"href":"https:\/\/blog.shahada.abubakar.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8213"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.shahada.abubakar.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=8213"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.shahada.abubakar.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=8213"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}