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 sefat

  1. S

    problem with gprs connection

    while trying to set +CGQREQ i am getting CME ERROR 630. what does it mean? please help..
  2. S

    peoblem with sim300 with the STATUS led

    when i power on sim300 the NET LIGHT and the STATUS led blinks for about 4 seconds then they both are turned off.please help me how can i fix it.
  3. S

    problem with i2c in atmega32

    i'm using two atmega32 for i2c. master will call a slave & send the address of the slave as data & the slave will show it on PORTA. Master is transmitter and slave is receiver. i'm not getting expected result.slave is not showing its address on PORTA. where's the problem. plzz help. master...
  4. S

    problem with spi in atmega 32

    i'm using two atmega 32 for spi. master will send 0 to 100 to slave and the slave will show it on PORTD. i'm not getting the expected result. whats the prblm.plz help. here is the code. for master: #include <avr/io.h> #include <avr/delay.h> #define DDR_SPI DDRB #define DD_MOSI PB5 #define...
  5. S

    problem with interrupt

    i'm using atmega 32 with an external crystal of 8MHz. the meaning of negative value is: TCNT1H=0xFD; TCNT1L=0x8F;
  6. S

    problem with interrupt

    i want interrupt every 20ms.this code is not invoking the isr. where is the problem ? plz help. { TCNT1=-625; TCCR1A=0x00; TCCR1B=0x04; TIMSK|=(1<<TOIE1); sei(); } ISR (TIMER1_OVF_vect) { //code}

Part and Inventory Search

Back
Top