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 dhk

  1. D

    Unwanted characters received during serial transmission

    Hello, I am reading the data from the rfid reader via Arduino Mega and sending it to pc. But when the data is read by the pc, in the end some unwanted characters appear(mostly smileys). I have defined an array of 15 but when I use strlen function to check the length of the data received, then...
  2. D

    [SOLVED] serial communication using atmega162

    I have made the following circuit using atmega162. Here, when RFID reader detects a tag,the data is sent from the reader to the MCU via usart 0,in interrupt mode. Then this data is sent to server using GSM serially. GSM is connected to UART 1. Afterwards, server transmits a data via GSM to MCU...
  3. D

    [SOLVED] simulation errors with atmega16

    The baud rate is mentioned in the UBRR. Is there anything that has to be programmed besides this? - - - Updated - - - I removed the Max232. Now the same error appears at the Tx pin on MCU and Rx of GSM.
  4. D

    [SOLVED] simulation errors with atmega16

    Thanks for the reply. I tried making the Tx and Rx as output and input pins, but still the same error appears. Below is the complete project files.
  5. D

    [SOLVED] simulation errors with atmega16

    I have made the following circuit where I have interface RFID and GSM with atmega16 using a MUX. During simulation, I am getting "Logic contention detected " at T1out and T2out. I am unable to understand the error here. can someone explain the error.
  6. D

    [AVR] gsm and rfid reader interfacing with atmega16

    Thanks for the reply. Please can you suggest the method to interface both rfid and gsm together. My project requires the mcu to first read data from RFID reader and then GSM modem will commumicate with server both to and fro.
  7. D

    [AVR] gsm and rfid reader interfacing with atmega16

    I am using GSM for both sending and receiving sms. So atmega16 cant be used to do this task?
  8. D

    [AVR] gsm and rfid reader interfacing with atmega16

    Can both gsm and rfid reader be interfaced with atmega16 mcu as it has got only one USART? Are there any other methods to interface both with atmega16?

Part and Inventory Search

Back
Top