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 IORY

  1. I

    I want to find a programmer for Atmega 48

    atmega8/48/ Sorry I can catch your meaning,xxtigerxx. My english is poor. Do you want a AVR hardware simulater? Or you want a AVR developboard? Or you want a software to burn code into AVR chip?
  2. I

    I want to find a programmer for Atmega 48

    atmega32 progrommer here
  3. I

    help me 10kHz PWM to control DC motor by AT89c52

    10khz pwm member_tdh: It is no wise to use a AT89c52 produce 10K PWM,unless tasks you give to the chip is few. However,I will answer your question. Use keil C to compile the following C programme //Use 24M oscillator #define T0_Init_Data 0x38 sbit PWM_Pin=P0^0; unsigned char High_V_Data...
  4. I

    Increasing the speed of a motor using PIC 16F84

    motor and pic MCU sands PWM. And use the chip L298N.
  5. I

    create in multitasking os, what it mean?

    My dear friend: At 1st I will apologize for my poor Enghish. I hope you can understand what I mean. Now I will use AT89C51 (a chip compatible with MCS-51 products) to explain: Suppose there are two tasks: Task1 and Task2 When operate Task1, the value of OS stack pointer----SP is 00H (...
  6. I

    Need help with a LED control circuit

    LED control circuit help Hello aviator91: What is the pattern of the switch you use? Is the switch that you give it a push then it can bound up? or you can only close it or open it ?
  7. I

    Temperature controlled fan

    Look the following schematic: is that you need? If you have any question,sand E-mail to me: aaaaaaaaaalyl@163.com
  8. I

    Looking for interface and code builder for TI DSP processor

    TI DSP processor **broken link removed** CCS3.1 For All.rar for the Code Composer studio 3.1 version download. just free
  9. I

    A small prblem need to help

    if your DC moto is low power supply,and brushness then the volt may be 6v,9v,12v,24v.......48v. DC moto's speed relate to the voltage.,and DC moto's torsion relate to the current. you can use a DC voltage supplier give power to your moto,from zero voltage. And you use an encoder or other...
  10. I

    Example of AVR program for RS232 communication

    avr rs232 communication void Init_USART( uint baud ) { UBRRH = (uchar)(baud>>8);//set baudrate UBRRL = (uchar)baud; UCSRB = (1<<RXEN)|(1<<TXEN)|(1<<RXCIE);//enable the receiver and sander,enable receive interrupt UCSRC = (1<<URSEL)|(1<<USBS)|(3<<UCSZ0);//set the format of frame : 8 data...
  11. I

    Example of AVR program for RS232 communication

    rs232 to avr is that you need?or you need the programme?
  12. I

    What is the use of pragma directive in C language?

    need help it looks like c language used in ICCAVR----a software used in AVR chip programme. "pragma" use like the following: #pragma interrupt_handler T0_OVF:10 void T0_OVF( void ) { ........ } like a declaration before a interrupt handler function I don't know whether it is the answer...
  13. I

    How to design an USB based XDS510

    yu xds510-usb2.0 download I am a freshman,have 0 points,so i can't download it .what a prety

Part and Inventory Search

Back
Top