10 years, 1 month ago.

Arduino GSM Shield and STM32F401 Nucleo

Hi to all, i am a student of STM32F401 Nucleo, and i want use it whit Arduino GSM Shield (http://store.arduino.cc/index.php?main_page=product_info&cPath=37_5&products_id=244&language=uk) I have this question in arduino uno rev. 3 i use a library GSM.h in stm nucleo do you know a similar library or i''ll write it? best regards Antonio

You may need arduino SIM900 Quad-band GSM/GPRS module here: http://www.elecfreaks.com/store/gprsgsm-moduleefcom-pro-efcompro-p-450.html

posted by keven laker 12 Dec 2014

1 Answer

10 years, 1 month ago.

There is a similar module on mbed here:

http://mbed.org/users/lawliet/notebook/gprs/

You may be able to modify this to work with your Shield. Otherwise I have copied and pasted Arduino code into mbed and modified it to work before without too much difficulty. If you do and get stuck, post your code here and someone will help.