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 sudipto

  1. S

    High frequency (nano second) event detector design

    Thanks for your reply. So how can I achieve my goal. Please give me some suggestion.
  2. S

    High frequency (nano second) event detector design

    Thanks for your valuable suggestion. I thought Atmega32 will not be able to solve my problem though it has a clock of 8 MHz. I am using the following code to solve my problem:- #define F_CPU 8000000UL // 8 MHz Clock /*///////////////////////////////// HEADERS...
  3. S

    High frequency (nano second) event detector design

    Thanks for your reply.. actually I need to make this as light weight and small in size.. That is why I am preferring micro controller based or logic based design
  4. S

    High frequency (nano second) event detector design

    Could you please help me that how I can measure and display at least 10 micro-second using atmega micro-controller.
  5. S

    High frequency (nano second) event detector design

    Could you please help me that how I can measure and display at least 10 micro-second using atmega micro-controller.
  6. S

    High frequency (nano second) event detector design

    I am working with ATMEGA32L (8 MHz) . But it taking and showing the value of the required time gap of about 10ms. Below than 10ms it is not showing or capturing. I have used this following code :- #define F_CPU 8000000UL // 8 MHz Clock /*///////////////////////////////// HEADERS...
  7. S

    High frequency (nano second) event detector design

    Thank you all for your valuable suggestion. Now I am elaborating my problem as follows:- Suppose I have two ports name PORT1 and PORT2. Now the ports status will change by the following way:- PORT1 PORT2 COMMENT 5 V or Logic1...
  8. S

    High frequency (nano second) event detector design

    Dear all, I want to measure the time difference between two events in nano second range. is it possible to do so using atmega 32 microcontroller. I have done some work on it but it is measuring the time difference between two events upto 10 ms range. I want to measure it in nano...

Part and Inventory Search

Back
Top