Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@yogibharadwaj-l2QJTU • Oct 2, 2013
can u tell me the project aim.what u wants to do? -
@surec93-HQMaVg • Oct 2, 2013
This is the receiver unit that will receive information through rf module and send it through GSM. Also the location will be sent by getting it through GPS receiver. -
@yogibharadwaj-l2QJTU • Oct 2, 2013
connections are right because pic16f uses pin 25-26 for wireless communication what error it shows? -
@harshad-ukH5ww • Oct 2, 2013
Will you please explain me why you want RS485 interface between PIC and GSM modem?
For RS485 communication you will need to change one pin HIGH and LOW based on the transmission or reception if you are using RS485 chip with SIM300 GSM modem how your modem is going to control this pin? Modem is not capable for that.
Are you not going to use all these things PIC,GSM,GPS and RF on single board? -
@surec93-HQMaVg • Oct 16, 2013
Actually even I don't know the exact use of RS485 and its working. Would you please try and explain a bit about it?Harshad ItaliyaWill you please explain me why you want RS485 interface between PIC and GSM modem?
For RS485 communication you will need to change one pin HIGH and LOW based on the transmission or reception if you are using RS485 chip with SIM300 GSM modem how your modem is going to control this pin? Modem is not capable for that.
Are you not going to use all these things PIC,GSM,GPS and RF on single board? -
@harshad-ukH5ww • May 1, 2023
Normally RS485 is used to replace your UART communication for long distance.SurEC93Actually even I don't know the exact use of RS485 and its working. Would you please try and explain a bit about it?
UART have limitation that it can not go beyond some distance and if you replace it with RS485 you can achieve higher communication distance with same UART protocol.
Have a look at this link :- #-Link-Snipped-#