-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OTA for STM32 using GSM-GPRS module #1
Comments
Hi Sankaramp, I don't know which module you used for. and I was only use AT command on Arduino Uno + SIM8xx series GSM-GPRS module. * 2 GPIOs for STM32's BOOT0 and RESET.
* 2 GPIOs as a EVEN Serial port to communicate with STM32. As far as I know, Only a GSM-GPRS module can't do it if not been hacked. You have to add a MCU which it has 2 UARTs. one Serial control GSM-GPRS module to connect internet. other Serial to flash STM32. Haha, only if you use it for WiFi-Less or long distance control, I really don't suggest it . |
Yes, Maybe you need pull-up GPIO1 and GPIO2. Sorry, I don't know how to code a HTTP server use AT commands. Attention please, "double MCUs, half stabilities." |
Okay thanq I just need one help in writing the code regarding "load the .bin file from spi flash to MCU2 through UART1". Any suggestion will be helpful.. Regards, |
You can try the LowPowerLab/SPIflash library https://github.com/LowPowerLab/SPIFlash or search Winbondflash in Github. For flash STM32 MCUs, please reference STM32 DS file and my codes. some functions be included in stm32ota.h and stm32ota.cpp |
hello sir, i'm trying like this,"in application programming using SD card". any suggestions plz thanq |
HI csnol, This is very good library, I want to use this library with STM32F303 Controller, But as you mention that this will work only on 32 pin controller but my controller 100 Pin controller. anyways I tried by whenever ESP send 7F command to init the communication it will reviced Could you tell help to resolve this issue. Should we have to code STM too ? |
hello csnol,
your library driver is closely related to my requirement,first of all thanks for this.
my requirement is "i want to update the firmware using GSM-GPRS module instead of yours esp8266.
can you suggest me some tips?
thanq
Sankar
The text was updated successfully, but these errors were encountered: