4 thoughts on “Store email on Telit module to reflash my micro….”
I want to flash my Atmel micro via email.
The micro I’m using to communicate with the telit module (GL865) only has a small amount of RAM (2K bytes), so I cant download an email in its entirety. Can I store the email on theTelit module, then pull it off a few bytes at a time to reflash my micro???
I dont have any hardware handshaking (RTS, CTS etc) available between the micro and the Telit module.
Regards,
Paul.
What size is Atmel micro’s firmware and what email facility are you intending to use?
Hi Cosmin,
File size is approx 100K bytes. (Its an Intel Hex record format)
I dont know which email facility to use, any suggestions?
Regards,
Paul
There is no builtin incoming email with attachment feature, the way I would do it is a small Python app to fetch the file via FTP and load it into the micro. There even is an OTA upgrade Python example which can be modified.
We use cookies to enhance your browsing experience and help us improve our websites. To improve our website, we carefully select third parties that use cookies to allow us to serve specific content and achieve the purposes set out in our cookie policy. For more information on how to make adjustments through your browser to the cookies being used on your device, please click Find Out More link. By closing this banner or continuing to browse our website, you agree to our use of such cookies. FIND OUT MORE
I want to flash my Atmel micro via email.
The micro I’m using to communicate with the telit module (GL865) only has a small amount of RAM (2K bytes), so I cant download an email in its entirety. Can I store the email on theTelit module, then pull it off a few bytes at a time to reflash my micro???
I dont have any hardware handshaking (RTS, CTS etc) available between the micro and the Telit module.
Regards,
Paul.
What size is Atmel micro’s firmware and what email facility are you intending to use?
Hi Cosmin,
File size is approx 100K bytes. (Its an Intel Hex record format)
I dont know which email facility to use, any suggestions?
Regards,
Paul
There is no builtin incoming email with attachment feature, the way I would do it is a small Python app to fetch the file via FTP and load it into the micro. There even is an OTA upgrade Python example which can be modified.