10. SMS using SIM7600 and STM32 HAL

Поділитися
Вставка
  • Опубліковано 25 гру 2024

КОМЕНТАРІ • 20

  • @NizarMohideen
    @NizarMohideen  8 місяців тому

    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

  • @bingo3463
    @bingo3463 3 роки тому +1

    I like this video. Please make more video about module Sim and Lora network

  • @RixtronixLAB
    @RixtronixLAB 2 роки тому

    Creative video, thanks :)

  • @kiruthikavajjiravelu574
    @kiruthikavajjiravelu574 4 місяці тому

    How to interface GSM SIM900A module with STM32H747 DISCO board? Please help

  • @elhamrobbani4426
    @elhamrobbani4426 2 роки тому

    Can you please share the whole code and where to make changes in the code for GPS location data through SMS/Text Message?

  • @tonym5661
    @tonym5661 2 роки тому

    I do not receive ok from uart receive, i double chekced the wiring but the buffer is empty.

  • @thanhbinhbt
    @thanhbinhbt 2 роки тому

    Hi Sir. I try many times but cannot receive the SMS. Do you have any recommend for me. Thanks

    • @NizarMohideen
      @NizarMohideen  2 роки тому +1

      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

  • @shrijithmjain2137
    @shrijithmjain2137 2 роки тому +1

    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.

  • @صبريعلي-ت7ل
    @صبريعلي-ت7ل Рік тому

    Please explain the code more

  • @wahyuni9162
    @wahyuni9162 3 роки тому

    Please stm32 + gps module. For tracking using Google maps

    • @NizarMohideen
      @NizarMohideen  3 роки тому +1

      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.

    • @elhamrobbani4426
      @elhamrobbani4426 2 роки тому

      @@NizarMohideen Can you please share thw whole code and where to make changes in the code?

  • @manmangy
    @manmangy 2 роки тому

    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