Posted on February 08, 2018 at 06:37I am working on a street light and its energy monitoring system. Once the units are deployed at fields its difficult to update the program each time on-field. So I need to know is there any options there in STM32F...
Posted on November 14, 2016 at 12:25
Hi,
I have connected STM32f030c8t6 with M35 modem using Usart 2 , Stn32f0 transmits the Command Successfully, but it can't retrive the reply given by the modem. This my code. I have tested this code wi...
Posted on November 10, 2016 at 13:21
Hi,
I am STM32f030C8T6 MC along with L80 GPS in USART1 and Quectel Modem M35 in USART2 for live tracking purpose.The coding is done using COOCOX CO IDE. All Idone is I had successfully taken Latitu...
Posted on October 17, 2016 at 09:15
Hai,
I am using Stm32f030c8t6 and Quectel M35 modem moreover i am beginner in this one, I want to send text SMS to my number. I use Coocox Co Ide for code developing and here is my code,
#includ...
Posted on November 11, 2016 at 07:54Hi Clive1, I forgot to tell you the connection setup, I had connected modem RX to PC via FTDi, and Modem TX to Rx of Controller. for initial testing purpose. thus i giving AT from PC and receiving reply in...
Posted on November 11, 2016 at 06:36
Hi Clive1,
sry for the trouble, I had changed my code, it contains only the modem interface part. what i was facing right now is , when i give AT to modem it reply with OK, but the my coding cant able to r...
Posted on October 18, 2016 at 06:25Hai Clive1 thanks for your help. its the null character which is making the trouble. when i used sizeof()-1. The message sending is working properly. thanks for your help once again.