Forum Replies Created
-
AuthorPosts
-
nikhiljain
ParticipantYes correctly identified. It is dependent on manufacturer to manufacturer. Please refer datasheet for best answers. Also you can check it using multimeter like what has been explained.
nikhiljain
ParticipantCouple of problems I can see.
1. Infinite loop is missing.
2. Logical error, if you want to send the string on the port which is stored in the array, why do you need the serial port.
May 30, 2012 at 12:05 pm in reply to: Almost there, need Assistance ! MCU to Hyper Terminal OK. GSM Modem to Hyper Terminal OK. GSM TO MCU = Garbage #7936nikhiljain
ParticipantHi,
Please search the following three project having project code: MC074, MC075 & MC076 in the 8051 section of this website under EG labs. You are misunderstanding the logic behind recieving and sending text to GSM modem.
May 30, 2012 at 12:02 pm in reply to: Almost there, need Assistance ! MCU to Hyper Terminal OK. GSM Modem to Hyper Terminal OK. GSM TO MCU = Garbage #7935nikhiljain
ParticipantHi,
Read the following three article in order:
To me it appears that all you are doing is a logical error in understanding the working of GSM modem.
May 30, 2012 at 11:19 am in reply to: Almost there, need Assistance ! MCU to Hyper Terminal OK. GSM Modem to Hyper Terminal OK. GSM TO MCU = Garbage #7933nikhiljain
ParticipantHello,
Please check the GSM interfacing projects and tutorial on this website and your problem will be solved. Pls note the GSM modem also sends some additional characters with the data like “OK”. They are some special characters like line feed, carriage return etc and hence there is garbage data.
There is a standard pattern of sending and reciveing data to the modem. When you recieve the data you need to remove/filter/reject/some of the bytes to discard the unwanted data and capture only the data you want. Similar is the case while sending the data to the modem. In sending you have to add the charchters.
Please go through the GSM based work on the website in the 8051 section.
nikhiljain
Participantsuch projects are available on this site.. please browse thru EG Labs projects before posting such threads.
nikhiljain
Participantsuch projects are available on this site.. please browse thru EG Labs projects before posting such threads.
nikhiljain
Participantnikhiljain
ParticipantApril 19, 2012 at 1:56 pm in reply to: LCD based digital clock using 8051 microcontroller (AT89C51) #7503nikhiljain
ParticipantCheck you circuit. i tried the same and it was working for me.
nikhiljain
Participantwhats the output of this code. Are there any movements or not.
nikhiljain
ParticipantWhy dont you start experimenting with the circuit, start making a few circuits based out of LM324 and for sure you will be able to make what you want. There are many circuits given on this site itself.
nikhiljain
ParticipantIt should be problem with the circuit that you have made. Try to find the problems with your project.
nikhiljain
Participanta better way would be to check the datasheet of the manufacturer. It will surely be mentioned there.
nikhiljain
Participantgood idea but technically difficult
-
AuthorPosts