Sometimes, we will have error messages such as “Failed to start GDB server” or “Could not verify ST device!” when we are trying to upload from CubeIDE. This is because the STM32 chip is not original form STMicroelectronics There are many ways to overcome cheap/clone STM32 with STM32CubeIDE. I have published many videos showing how to upload and debug clone STM32 using CubeIDE. We can upload CubeIDE generated HEX file via CubeProgrammer as I have shown in video 92. ua-cam.com/video/YocudAJBH-g/v-deo.html
SIM7600 needs good amount of power supply. If we share the power with STM32, it may not be enough. Remove the wire between SIM7600-VCC and STM32-5V Supply 5V via usb socket and see Thanks
Your content is Just Amazing, I am trying to do the same with SIM800C but, even though the GPRS is establishing i am not able to send the data to FB, Please help me SIR.
I used uint8_t buffer[100] = {0} instead of uint8_t buffer[30] = {0} And then I used the following code to get the GPS cordinates //-------------------------------- From Here memset(buffer,0,sizeof(buffer)); sprintf(ATcommand,"AT+CGPS=1 "); HAL_UART_Transmit(&huart1,(uint8_t *)ATcommand,strlen(ATcommand),1000); HAL_UART_Receive (&huart1, buffer, 100, 100); HAL_Delay(1000); memset(buffer,0,sizeof(buffer)); sprintf(ATcommand,"AT+CGPSINFO "); HAL_UART_Transmit(&huart1,(uint8_t *)ATcommand,strlen(ATcommand),1000); HAL_UART_Receive (&huart1, buffer, 100, 100); //--------------------------------Till here Can send the buffer via SMS.
Sir When you upload Video you must upload it for beginners so that every doubt will be cleared from the video itself. You are explaining and explaining and explaining so many things. That is not needed. Here People are suffering because of 2G and 4 G network. No more 2G is available. So you must Tell us What type of Sim You used. Next the Connection Diagram with Explanation 3rd Power supply. I know that most of the Videos are uploaded are company sponsored . The uploading person only assembles it and upload. He does not know anything. So he use the Ear busting background Sub standard repeating music. These type of company and people are killing the spirit of beginners. I have even seen comments like I love your background music. He must be some kind of Nut to say it in comment. Why I wrote this only because, there is no background so called useless music. You were trying to give us some information but you missed major one(Sim Type. Is it 2 G or 4 G). What is use of project if it is not going to work here. You know that 2G is no longer supported in India. So were expecting good description + Explanation From you Sir. And most importantly, if you are NOT robot then answer all question asked in comment box
Sometimes, we will have error messages such as “Failed to start GDB server” or “Could not verify ST device!” when we are trying to upload from CubeIDE. This is because the STM32 chip is not original form STMicroelectronics
There are many ways to overcome cheap/clone STM32 with STM32CubeIDE.
I have published many videos showing how to upload and debug clone STM32 using CubeIDE.
We can upload CubeIDE generated HEX file via CubeProgrammer as I have shown in video 92. ua-cam.com/video/YocudAJBH-g/v-deo.html
I like this video. Please make more video about module Sim and Lora network
Ok. You're welcome
Creative video, thanks :)
Thank you too!
How to interface GSM SIM900A module with STM32H747 DISCO board? Please help
Can you please share the whole code and where to make changes in the code for GPS location data through SMS/Text Message?
I do not receive ok from uart receive, i double chekced the wiring but the buffer is empty.
Hi Sir. I try many times but cannot receive the SMS. Do you have any recommend for me. Thanks
SIM7600 needs good amount of power supply. If we share the power with STM32, it may not be enough.
Remove the wire between SIM7600-VCC and STM32-5V
Supply 5V via usb socket and see
Thanks
Your content is Just Amazing, I am trying to do the same with SIM800C but, even though the GPRS is establishing i am not able to send the data to FB, Please help me SIR.
Thanks. What is FB
@@NizarMohideen Fire base sir
I am very sorry to say that I don't have experience with firebase.
@@NizarMohideen ok np
Please explain the code more
Please stm32 + gps module. For tracking using Google maps
I used uint8_t buffer[100] = {0} instead of uint8_t buffer[30] = {0}
And then I used the following code to get the GPS cordinates
//-------------------------------- From Here
memset(buffer,0,sizeof(buffer));
sprintf(ATcommand,"AT+CGPS=1
");
HAL_UART_Transmit(&huart1,(uint8_t *)ATcommand,strlen(ATcommand),1000);
HAL_UART_Receive (&huart1, buffer, 100, 100);
HAL_Delay(1000);
memset(buffer,0,sizeof(buffer));
sprintf(ATcommand,"AT+CGPSINFO
");
HAL_UART_Transmit(&huart1,(uint8_t *)ATcommand,strlen(ATcommand),1000);
HAL_UART_Receive (&huart1, buffer, 100, 100);
//--------------------------------Till here
Can send the buffer via SMS.
@@NizarMohideen Can you please share thw whole code and where to make changes in the code?
Sir When you upload Video you must upload it for beginners so that every doubt will be cleared from the video itself. You are explaining and explaining and explaining so many things. That is not needed.
Here People are suffering because of 2G and 4 G network. No more 2G is available. So you must Tell us What type of Sim You used.
Next the Connection Diagram with Explanation
3rd Power supply.
I know that most of the Videos are uploaded are company sponsored . The uploading person only assembles it and upload. He does not know anything. So he use the Ear busting background Sub standard repeating music. These type of company and people are killing the spirit of beginners. I have even seen comments like I love your background music. He must be some kind of Nut to say it in comment.
Why I wrote this only because, there is no background so called useless music. You were trying to give us some information but you missed major one(Sim Type. Is it 2 G or 4 G). What is use of project if it is not going to work here. You know that 2G is no longer supported in India. So were expecting good description + Explanation From you Sir.
And most importantly, if you are NOT robot then answer all question asked in comment box