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 min2max

  1. min2max

    time delay + adc problem

    Unfortunately it seems like I can not follow you.:oops:
  2. min2max

    [SOLVED] LCD Interface with pic18f4550

    Upon power on, 'the first array of LCD lighting up' is the default behavior of the LCD. That means it has not yet been properly initialized or cleared.
  3. min2max

    [SOLVED] PIC18F Interrupt on Change, without a change!?!?

    As far as I know, the CCP module of PIC18F is capable of capturing L2H and H2L transitions. (This switching back and forth should be implemented in program dynamically.) Indeed I'm using it (a PIC18F4550) for IR signal decoding.
  4. min2max

    Help me understand and remember the FET symbols

    Obviously, an in-depth understanding of the rationale of the various types of FET is import and helpful in remembering their circuit symbols. I'll sit down and do some more review and try to figure out a way and report here as long as I think it's worthwhile. Of course, any kind of inputs are...
  5. min2max

    Help me understand and remember the FET symbols

    Thanks, Alex. Your method is somewhat indirect and a little bit difficult for me to remember (You may feel quite comfortable with it though). Ideally I want to have an intuitive way to remember preferably based on its rationale with which I need not remember anything mechanically. I hope I'm...
  6. min2max

    time delay + adc problem

    In the while(ten_minutes < 10) block you can read ch_1 ( in way of //... )and react accordingly.
  7. min2max

    Help me understand and remember the FET symbols

    Thanks, srizbf. That's helpful in remembering the symbols of JFET's. Is there any complete material covering such stuff?
  8. min2max

    Help me understand and remember the FET symbols

    FET(Field Effect Transistor) is a powerful component. And there are a wide variety of FET's available. I want to know how all those FET's got their schematic symbols and then get a way of remembering their respective symbols based on a good understanding. Thanks in advance.
  9. min2max

    time delay + adc problem

    You can have a dedicated variable, say 'ten_minutes', for your 10min delay in the timer ISR, and poll it constantly while you can still do other work: unsigned char ten_minutes = 0; /***************************************************************************** Timer1 Interrupt, executed...
  10. min2max

    difficulty in reading the code

    These language features are not designed just for PIC's. They are part of the ISO C language standard. The reasons why they are used so often include, but not limited to: - We need it; - We like it; - It gives us concise code and elegance.
  11. min2max

    code for digital ALARM clock using ds1307+PIC16F877A+lcd

    see #7 of this thread. https://www.edaboard.com/threads/231059/
  12. min2max

    Need help! how to measure distance using SRF05 ultrasonic

    Attached is one of the ultrasonic sample programs written for 8051 chip which comes with my devboard I've ever bought. One thing to make clear is that it's not of high quality and can just serve as a reference.
  13. min2max

    Need help! how to measure distance using SRF05 ultrasonic

    In general the rationale of ultrasonic distance measurement is based on measuring the time interval for the wave to travel. That means this or that timer will be inevitably utilized.
  14. min2max

    About Learning Microcontrollers

    Mmm, I'm sorry for not being so able to give you a list of the common faults while playing with uC stuffs for the time being - I'm also a beginner in this area :-P. However, since you have a very good related education background, and according to my experiences of learning things, I think...
  15. min2max

    [SOLVED] MPLAB IDE and Hi-Tech C Compiler Problem

    I have also made plenty of such equally annoying mistakes. :lol: This does underline the grave importance of EXTREME carefulness in playing with real electronics projects (not limited in the electronics domain indeed).

Part and Inventory Search

Back
Top