ernpao
Full Member level 1
Hi, we are currently working on a project which involves interfacing a PIC mcu to a SIM900 GSM module. So far, we have been able to test the GSM module through hyperterminal and we've been able to send text messages to our phone. We've also programmed a PIC 16f877a to send AT commands through the UART and we've verified that the program and circuit works and that the commands it sends are correct using mikroC's USART tool. But our problem is that when we try connecting the PIC to the GSM module, the gsm module doesn't seem to respond (our PIC was programmed to wait for the GSM module's responses as well). I'm pretty sure that the UART of the PIC can be connected to the USART of the SIM900 module right (SIM900 accepts ttl levels?)? And we've checked our connections too - TX of PIC to RX of SIM900 and TX of SIM900 to RX of PIC. Thanks in advance to anyone who can help us