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 ahmadabad

  1. A

    Serial Communication ATmega128 Codevision AVR

    DEARS: I want to send this string (+CMTI 'SM' +CMGR) from computer to avr 128 with usart and after receiving this string (+CMTI 'SM' +CMGR) by avr I will call other function f1.you can see my code in follow. But I have a problem. When I send other string i.e. (+CLIP: "+952178259109")...
  2. A

    using from internal eeprom of atmega 128

    I have defined "eeprom static char sds[8][1][20];” for global variable and “char as[8][1][20];” for general variable. I want to copy “as variable to sds variable” .if I use strcpy(sds, as); compiler have some error .Do you have any criteria for my problem?
  3. A

    using from internal eeprom of atmega 128

    thanks but I want to save for example sds[8][1][20] . shall I define "eeprom static char sds[8][1][20];"
  4. A

    using from internal eeprom of atmega 128

    I want to save some 3 dimention arrey in internal eeprom atmega 128.Can somebody help me?(with codevision)
  5. A

    connect reset pin to i/o pin

    ------------------------------------------------------------- I want a function that any time call it function ,mcu go to reset Added after 30 seconds: I want a function that any time call it function ,mcu go to reset Added after 47 seconds: I want a function that any time call it...
  6. A

    connect reset pin to i/o pin

    I will reset microcontroller AVR via software.can I connect reset pin to output pin (i/o pin) in Atmega 32 or 128 and pull down this output for reset of microcontrolller?
  7. A

    PLZ I need this Code Urgently

    Dears I connect sim 300 to avr microcontroller and connect one LCD to microcontroller.How can I process received SMS. For example how can I indicate received SMS on LCD.please note that I will use codevision . please inform sample code if you have.
  8. A

    How to send SMS with a microcontroller ?

    Re: SMS Dears I connect sim 300 to avr microcontroller and connect one LCD to microcontroller.How can I process received SMS. For example how can I indicate received SMS on LCD.please note that I will use codevision .
  9. A

    writing code for mobile interfacing

    Dears I connect sim 300 to avr microcontroller and connect one LCD to microcontroller.How can I process received SMS. For example how can I indicate received SMS on LCD.please note that I will use codevision .

Part and Inventory Search

Back
Top