2018-03-01 07:06 AM
Hello, please i would know if ST provides customizable GPS processor or customizable GSM processor.
Thank you.
Note: this post was migrated and contained many threaded conversations, some content may be missing.2018-03-01 09:31 AM
I am only aware of this 2G/3G kit:
2018-03-01 09:57 AM
What exactly do you want to customize? Can you achieve this more simply with a micro-controller with your own code?
The GNSS/GPS and GSM Modems are highly complicated devices, unless you have specific experience and doing millions of dollars of business you're not going to get access to this level of IP.
2018-03-01 10:33 AM
http://www.st.com/en/automotive-infotainment-and-telematics/sta8058.html
Try to google st site - put this in google:
site:st.com gps
2018-03-01 10:38 AM
It seems there are other options in this area:
2018-03-01 11:02 AM
Turvey.Clive.002
Do you have any comments on this module?110$ net price - slightly expensive for hobby project, stmod+ connector does not make the design compact - I would prefer shields but I like ST modules as they are usually good quality...
2018-03-01 11:43 AM
Not got specific experience with the Quectel modem. You could probably doing things a little cheaper with a NUCLEO/DISCO and a SIMCOM shield, but the advantage in the ST offering is the software support and development environment it brings.
2018-03-02 03:26 AM
Ok. thank you for your reaction.
I work actually on a project of tracking. When i do some research on the web, i see that my system need a GSM/GPS/GPRS module and a microcontroller to command the GSM/GPS/GPRS module. I want to reduce the number of components, by introducing the programm of the microcontroller in the GSM/GPS/GPRS module (because the GSM/GPRS/GPS module has an integrated microcontroller).
I think that this is possible if i have the possibility to modify the programm integrated in the GSM/GPRS/GPS module.
This is the origin of my problem. I am open to other propositions.
Thank you.
2018-03-02 03:35 AM
Select a module (form factor, mechanical interfaces e.g. arduino connector in case nucleo boards, etc).
See what standard is supported 2G/3G/LTE - 2G is going to die soon....
Read comments on the web - module reliability, etc
Look at the interface - usually AT commands through asynchronous serial port. That's it.
2018-03-02 04:03 AM
Thank you Sir