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 AMK1971

  1. A

    MATLAB GPS Code Tracking

    there are some codes available in matlab for GPS baseband processing. most common is from kai borre's book available from amazon https://www.amazon.com/Software-Defined-GPS-Galileo-Receiver-Single-Frequency/dp/0817643907. Don't buy an old one, you may not get the DVD with the old one.
  2. A

    connect 2 gps antenna to one device

    You can use a signal combiner https://www.gpssource.com/products/gps-splitter/145
  3. A

    Understanding of Doppler Shift

    Doppler is dependent on the relative velocity (rate of change of distance between the two objects) so it will not be a constant. but if you use a higher frequency and reduce the observation time significantly (say in microseconds) the Doppler could be taken as constant for that observation...
  4. A

    TWO Questions about microcontrollers

    You need to have a programmer that will be used to download the code to the microcontroller. The code resides in the EPROM of controller from where it is fetched, decoded and executed by those tiny devices.... It is the way they are designed to work. Before the start of main(), there are some...
  5. A

    [SOLVED] Will this power supply circuit work?

    Re: Power Supply Circuit It will work on a perfectly balanced load.
  6. A

    How to build a basic 4X4 keypad in circuit?

    basic keypad If using AVR no need for excessive resistors or diode, just use one port and connect rows to one nyble and columns to other. check https://www.serasidis.gr/circuits/lcd_keys/lcd_keys.htm
  7. A

    someone please explain me the logic in this vb code

    This code is not affecting the order of bytes, but shifts it 6 places between Receive and send buffer. i.e. RecvBuff(3) has the Least significant Byte which actually goes to SendBuff(9).
  8. A

    Check my C code for a mini-project

    mini project help You may need to delete the line goto repeat; from the if statement and move the other goto repeat; out of the else body.
  9. A

    GPS interfacing with PC

    You may need to enable the serial port in the GPS. For this go to Interface page and in I/O format select NMEA OUT.
  10. A

    ADC configurations for reading ac current from current transformer (PIC)

    ADC programming!!!! These are the macros defining the values of some constants. But nobody can tell you more specifically without complete code.
  11. A

    micro controller 8051 disadvantages

    Apart from other ICs which are designed for a specific task, the Microcontroller (or Micrprocessor, ASIC or FPGA, etc.) is an integrated circuit programmed for an specific task. So if you program it wrong, it can freeze (go into a hang state).
  12. A

    Please help me in interfacing cellphone with ATMega8

    Please help me Generally this kind of HARD string checking does not work with the GSM modules. You need to search for the string of your concern to the entire response you have received. Also turn off the unsolicited results.
  13. A

    key pad interfacing with microcontroller

    Re: microcontroller The choice of microcontroller depends on several factor but usually one factor dominates the other and it is the availability of Tools / Compilers / Chips / help / know-how etc.
  14. A

    LM335 as skin temperature sensor

    In my opinion, If it is to be attached to the skin for short time, the thermal bonding and temperature loss due to heat capacity of sensor should be considered.
  15. A

    Fuel Dispenser microcontroller Circuit?

    I have done this project long ago, but that had no keypad and 7 segnent LEDs. Fuel Dispensing system has a Flow meter that gives pulses for each unit volume (say 1ml). You need to count it to calculate the dispensed fuel and multiply it with the fuel price to get the total price.

Part and Inventory Search

Back
Top