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 tofinhk

  1. T

    DC light bulb and battery

    12v15cp bulb watt I got a number from the body of the light bulb, which is "12V15CP", what does it mean? is that 12V instead of 12W?
  2. T

    DC light bulb and battery

    12v15cp bulb Hi all, I am helping my friend in doing a basic electricity demostration in kindergarten. We would like to show to the children that when we insert the battery to the circuit, the light bulb switches on. I bought a 12W light bulb in a shop, and I would like to buy a AA battery...
  3. T

    What is this: 215D JRC 3001G ? (image attached)

    Help me about IC? sorry but where is the image?
  4. T

    How can I set the exact delay time in microcontroller(at89c51)? (Keil)

    Delay() in at89c51 TF0 should be the overflow flag The timer will not continue if it is set. So you should clear TF0 to restart the timer.
  5. T

    help needed in AT89C4051

    vinash, as AT89C4051 does not have a "real" ADC, the ADC in your application note is made by a comparator and some simple RC circuit. You have to read the document before you want to get the analog value. It should not be done by simply typing adc_data=P1_1. Please check carefully about your...
  6. T

    help needed in AT89C4051

    hi, you better check how the ADC works in your document first. if you wanna put the value from P1.1 and store it in adc_data, it should be adc_data = P1_1; for driving the 7 segment LED, you have to enable the LED before sending out the value, the P1.2 and P1.3 in the schematic, enable one LED...
  7. T

    help needed in AT89C4051

    I don't really know how this schematic works as an ADC, so I can't answer you how to get the data. For the input, vinash you should be right. You may just try in your circuit. As you said you can't display in LED, I wonder what code you wrote for controlling your LED. Do you mind posting it for us?
  8. T

    need a simple C program for PIC controller.

    You may find some code examples in microchipc.com https://www.microchipc.com/sourcecode/ HTH
  9. T

    help needed in AT89C4051

    If you are trying to assign 8bit data to adc_data, isn't it adc_data=xxx??? if you are using the circuit provided in your document, seems that some pins in P1 is already used for your ADC, how you can connect the LED by P1?
  10. T

    help needed in AT89C4051

    I wonder what data you stored in adc_data and also the schematic you are using. If you use the whole P1 (8 pins) to control the LED, where you get the adc_data? Also, what is the meaning of P1_1=adc_data?
  11. T

    Do you know any 8051 that has I2C or SPI?

    Re: 8051 database HI, You may check the microcontrollers from the Analog.com They got some 8051 with internal ADC. HTH
  12. T

    Is this 8-bit or 10-bit microcontroller

    From my opinion, 10-bit ADC is not a consideration for ?-bit MCU. Same as what kieennx said, n-bit MCU contains n-bit data bus. If you read carefully about the datasheet, you may find the format of the ADC return value on p.286 of Chapter 17, and you will know more about it. Even it is a 10-bit...
  13. T

    How to take temperature from corners of the room and get a mean value?

    plz help Actually there are many temperature sensors in the market. You may browse the internet (some famous IC companies) to check your sensor requirements. If you want to pass the value of the senor to the MCU, you may try some digital temperature sensor. HTH
  14. T

    Matlab image processing doubt

    What do you mean by converting pixel values to binary values? if there is a 8-bit image, you got a value 129 from a pixel, then you want to change it to 1000 0001?? If so, what you need is a function change from decimal to binary, but not a image processing problem. As I remember, there is a...
  15. T

    Testing DCT input and output

    Simple DCT problem What programming language you are using to write this program? If you are using something other than Matlab, you may use Matlab with DCT function to test your result. HTH

Part and Inventory Search

Back
Top