Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by yojik24

  1. Y

    Patch Antenna Altium

    You can draw the contour of the antenna on any mechanical layer end convert it to solid region: 1) draw the contour on mechanical1 layer for instance 2) select the contour 3) go to Tools>Convert>Create Region from Selected Primitives 4) click right button on the region and select Properties 5)...
  2. Y

    Need help in programming PIC for turning off LCD backlight in idle mode.

    You can use timer in compare mode see in the attached link. 1) Make interrupt by compare module with exact interval (10 - 100msec) 2) Set some global flag and turn on the backlight every time you sense some key is pressed except Mode key. 3) In the interrupt routine check the flag if(flag) {...
  3. Y

    Need help in programming PIC for turning off LCD backlight in idle mode.

    You can use some small MOSFET like si2301-sot23 or something like this to control the backlight. Arrange in your program some counter that will be erased every time when key is pressed. In case the counter reaches some value (value equals to desired delay) the backlight turns off. Another way to...
  4. Y

    Connect AGND and DGND in ADC

    It depends of your layout. In any case the connection should be done shortly to pins of the ADC. If you want more detailed answer, please post your layout.
  5. Y

    changing board size in altium

    1) sketch you board outlines on any mechanical layer on mechanical 1 for example 2) select only the outlines 3) select "Define from selected objects" from "Designe --> Board shape" menu
  6. Y

    digital signal processing question

    1. Continuous-time signal that is composed of harmonically related sinusoids is periodic. 2. Sum of finite number of periodic signals is periodic too.

Part and Inventory Search

Back
Top