cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F103 Blue Pill + SIM7600E for MQTT over 4G — Library or Start from Scratch?

Rima-Fahem
Visitor

Hello STM32 Community,

I’m currently in the research phase of a project where I’m using the STM32F103 "Blue Pill" with a SIM7600E module to send sensor data to an MQTT broker over 4G. I’ll be handling the communication via UART and AT commands.

My question is: should I build my own library to manage the SIM7600 and MQTT communication, or is there an existing library or resource that could help? I’ve searched but haven’t found anything solid yet, which is why I’m reaching out.

If anyone has experience with this setup or knows of a library, example code, or any useful resources, I’d greatly appreciate it!

Thanks in advance!

6 REPLIES 6
Peter BENSCH
ST Employee

Welcome @Rima-Fahem, to the community of STMicroelectronics!

I am incredibly sorry to have to tell you that you are completely wrong to ask this question. For many years now, the so-called Blue Pills have not been using original STM32F103C8T6, but counterfeits - even if they are maybe labelled STM32F103. You should therefore contact the forum for Blue Pills or the manufacturer of the counterfeit.

However, you could continue to ask for support here if you are using a board with original STM32, e.g. one of the NUCLEO boards.

Good luck!
/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Rima-Fahem
Visitor

hey , thank you for your reply . i meant this board 

RimaFahem_0-1742329639328.png

 

This is exactly the kind of colourful "pills" where you can be 100% sure that there is a fake STM32 on it.

Incidentally, the same applies to the clones of the ST-LINK/V2, which are usually housed in colourful tincans, but sometimes also in fake plastic cases with Chinese text on the back.

Old rule: buy cheap, buy twice. However, you cannot expect support from STMicroelectronics for counterfeits.

Regards
/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Rima-Fahem
Visitor

Thank you for the warning. It’s true that counterfeits can lead to significant quality and performance issues.

Best regards,

Rima

The SIM modules are very widely used, so there should be plenty of code out there.

Remember that the SIM module neither knows nor cares what microcontroller you use - so don't restrict yourself to just searching for "STM32" code.

 

thank you @Andrew Neil