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 shree4u

  1. S

    What are the geometrical limitations of an antenna that force it to work in a band?

    basically antenna consider these parameter which are need to use specifically. the frequency band, and bandwidth, signal radiation, transmitting gain, and direction of signal(uniform,bi-directional). other these it's mainly depend on coil/ antenna construction.
  2. S

    mplab c 18 equivalent code needed

    i check above code with my MPLAB c18 compiler .it's working 5ne. please configure configuration bit.
  3. S

    Gsm sim 300 module and arduino UNO interfacing and problems

    Hi deepu & davidmarsh Interfacing GSM modem with arduino: First test Arduino serial program ,whether it transmitting data are not.directly u can check in arduino IDE itself. if in a case it receiving data,then connect TTL to RS232 converter using Max232 and check in hyper terminal,are x-ctu...
  4. S

    mplab c 18 equivalent code needed

    You can directly configure using #pragma, please configure the using #define function with like this #pragma config OSC = HS /* Configure oscillator for High speed operation*/ #pragma config WDT = OFF /* Disabling watchdog timer */ #pragma config DEBUG = OFF /*OFF...
  5. S

    Bluetooth Module AUBTM 20

    I enabled everything...but no responds from the bluetooth module...why this AT commands are not supporting to communicate? it will gives OK after powered up device.....afterwords won't give any reply if i type any AT commands it will give error? any reply will appreciate Thanx in advance
  6. S

    Bluetooth Module AUBTM 20

    Thanks nirmala for replying i done USing enter after typing AT,AT+MODE, but it shows error. i set default baud rate 9600, zero parity, hardware control:none, ..etc, but i don't know where was the Problem....i used serial communication cable between aubtm-20 and comport of PC, how i need...
  7. S

    Bluetooth Module AUBTM 20

    I am using aubtm-20 . when i connect with hyper terminal it receiving OK.and after word i typed LLL dan i received ok. other than these two commands if i type any AT commands i am getting ERROR for each and evry command. what was the problem...my module having serial com connection and...
  8. S

    Bluetooth Module AUBTM 20

    please download arduino software from the bellow link https://arduino.cc/en/Main/Software. After word open arduino ICON, in that you can find example/sample sketch files. but you need to configure blinking led program with serial sketch file
  9. S

    Looking for C code for ATmega8 USART

    Check this code for atmega 8 int main() { init_UART(MYUBRR); while(1) { USART_tx_string("shree4u G M\n\r"); rxdata = USART_Receive(); USART_Transmit(rxdata); } } /* INIT USART (RS-232) */ void init_UART( int ubrr ) { UBRRH = (unsigned char)(ubrr>>8)...
  10. S

    Interfacing LCD to PIC32

    the problem with lcd initialization. plse add the LCD commands like cursor ON,cursor shifting, and line selection......
  11. S

    Can 89S be programmed using USBasp?

    Re: Can 89S programmed using USBasp? plse check Flip Installer - 3.4.5.106version debugger to configure isp of at89c51 controller
  12. S

    MATLAB simulation for MIMO-OFDM and WiMax

    what type of diversity technique your using and encoding algorithm ,,,reply me fast so that i can post code - - - Updated - - - i have code for diversity comparision ...and you may get some example code in matlab User help ..plse check MATLAB Help
  13. S

    dC motor speed controler

    use l293d ic to control your dc motor, and write the program using with PWM configuration, i think some forum are providing direct source code in there forum please check this Project Code : 070129-IND1112P090
  14. S

    level sensitivity DTMF MT8870??

    you can get direct code and designing in one of the forum, plse let me know it's useful to u r not DTMF-controlled Home Appliance Switcher | Elektor India | Electronics : Microcontrollers Embedded Audio Digital Analog Test & Measurement
  15. S

    Decoding IR remote with PIC

    i done a based on RC5 in my project using some code on of forum, that helps me alot, please if you need some code u can download on that website http://www.elektor.in/projects/modulo-d

Part and Inventory Search

Back
Top