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 amazonite

  1. amazonite

    microcontroller interface with PC !!!

    Yes. I also use the usb-to-serial cable, and it works well. You may set the same baud rate for the PC and MCU.
  2. amazonite

    microcontroller interface with PC !!!

    If your data rate is 20 samples per second. I think that you may use the uart port of microcontroller interface with PC. Matlab provides serial communication function (MATLAB Central - File detail - MATLAB serial - code example) and file tools. By the way, I think that LabVIEW is more easy...
  3. amazonite

    help me ADC on LPC2148

    www.exmple.met/adc Hi all: ARM is very interesting for me. But I don't know how to setup its coding environment. How do you download your code to ARM? And how can you step by step debug on ARM? Can I make some simple circuit connected between printer port and JTAG interface of ARM Chip...
  4. amazonite

    Sending DC and digital data using bus form a microcontroller to a sensor board

    Please help me I think that you can use two wires to do. One for DC power line, and the another for ground.And then use FSK modem ic to transmit or receive data.
  5. amazonite

    Design of an Embedded System

    Embedded system always run in MCU or CPU. MCU or CPU need clock to execute instruction. Such as AT80S51 needs 12 clock to execute one instruction.
  6. amazonite

    Need high mega ohm of resistor , please help me , thank you

    can you mega ohm resistor op amp I want to design an amplify circuit , and I need about 500M ohm of resistor in my design. But I don't know how to buy it form ? Please tell me the company's name if you know. My E-mail is bearchang@gmail.com . Thank you.
  7. amazonite

    pcb programmer for AT89C51RC2

    at89c51ac2 circuit I suggest you can use AT89S51 or AT 89S52 . Because it can support in system program.And use it as use AT89C51.You can find more detail information in website below.
  8. amazonite

    How to improve SR? What is the 3dB BW of voltage follower?

    SR and 3dB BW question If you use operational amplifier work in voltage follower. You maybe can consider high speed operational amplifier. For instance,the LM6172 of National Semiconductor. Its Slew Rate is 3000V/us. And the 3dB Bandwidth is mean that you can useful frequency range.
  9. amazonite

    AVR ATMEGA Programmer

    avrprog max232 isp programmer I have a circuit about AVR Programmer. But use the 74HCT541 . I use it download code to AT90S8515 well. It maybe can useful in ATmega series. If you need it . Please give me your e-mail. I will mail to you recently. My E-mail: bear@zytc.com.tw Best Regards...
  10. amazonite

    Is 8bit MUC enough for my system?

    Re: Is 8bit enough? Maybe you can consider the MSP430 Serise . It have Uart port and 200K Sample rate ADC . And It is 16bits MPU. It is very suitsble your application. You can visit the TI's Web to find it . Best Regards...
  11. amazonite

    How to write the 8051 program to control the alarm??

    8051 alarm You can use ultrasonic to detect person . Then connect the trigger signal to 8051 INT pin. When the ultrasonic detect person, will enable the interrupt sub-routine . you can wirte a sample code in this . and the external driver circuit can use BJT in common emitter mode.
  12. amazonite

    How to write data in USB flash memory using micro and RS232?

    USB mass storage help Please reference the Cypress's EZ-USB Series. I think you cannot use ft2232bm in the mass storage application. **broken link removed**
  13. amazonite

    Basic ethernet interface info

    Please check this web. https://focus.ti.com/docs/apps/catalog/resources/appnoteabstract.jhtml?abstractName=slaa137a
  14. amazonite

    Need help to build a 16-bit counter

    Display data in 2*16 LCD is easy. I have wirte sub-routine in C language. Hope these code can help you.
  15. amazonite

    frequency counter using at89s51

    You can use 12M Crystal in external Oscillator.Then the internal clock time is 1us/1clock (1(12M/12)).Use the Time0 in Mode 1.Than Set TR0=GATE0=1 and connect probe to P3.2. When the P3.2 is high level,the Time0(Conuter0) will count until the P3.2 change to low level.I suppose the count value is...

Part and Inventory Search

Back
Top