Eagle PCB ULP Tutorial: User Language Program that lists the directory path of the Project File

When you need to know the path of the project you are running the ULP within the following code snippet is useful. string get_project_path() {   if (board)     board(B)     return(filedir(B.name));   if (schematic) schematic(B) return(filedir(S.name));   if (library)   library(B)   return(filedir(L.name)); } string Directory; Directory Read more…

Microstrip Filling Factor versus Relative Dielectric Constant Given fixed Line Impedance

Research Links Microwaves101: Filling Factor The question arose given a fixed microstrip transmission line characteristic impedance how does the percentage of the field in the substrate change? This is called the filling factor: Keff=ER*FF+1x(1-FF) It is the fraction of the field in the substrate.  I calculated the following values: FF=(Keff-1)/(ER-1) Dk=4 Read more…

ARM Laptop Motherboard – IMX53QSB: i.MX53 Quick Start Board

Research Links http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX53QSB#  – 149 USD with touch screen Google Search:Freescale IMX53 ARM motherboard IMX53 ARM motherboard on Alibaba ARM Chromebook Using Hard Drive with imx53 QSB – see detailed explanation by Dejan QSB Hardware Guide The i.MX53 Quick Start Board is a $149 open source development platform. Integrated with Read more…