Connecting SIM7682 module to the internet

For general Flowcode discussion that does not belong in the other sections.
Post Reply
jollybv
Posts: 136
http://meble-kuchenne.info.pl
Joined: Mon Mar 08, 2021 11:25 am
Location: Cape Town South Africa
Has thanked: 41 times
Been thanked: 12 times

Connecting SIM7682 module to the internet

Post by jollybv »

Hi Guys

I have a board with a SIM7682 on board plus a PIC18F46K80 connected via UART and would like to be able to do certain read and write to the PIC over the internet and not sure how to go about it. If anyone can point me in the write direction it would be much appreciated.

chipfryer27
Valued Contributor
Posts: 1528
Joined: Thu Dec 03, 2020 10:57 am
Has thanked: 353 times
Been thanked: 549 times

Re: Connecting SIM7682 module to the internet

Post by chipfryer27 »

Hi

I haven't used the SIM7682 module but I have used the SIM800L and variants which are 2G modules.

To do anything over UART you need to be familiar with "AT" commands and a search for "SIM7682 AT Commands" should prove useful.

You would initialise a UART on your PIC then issue the appropriate commands to setup your SIM7682 module. Once the module is initialised you can then do many thinngs with the AT commands such as make a call, send/receive SMS messages and send data.

The AT commands for the SIM7682 are slightly different to the SIM800L but generally speaking the process is pretty similar.

The "old" forum has many posts regarding the use of the SIM800 to send data and this link might be helpful

https://www.flowcode.co.uk/mmforums/vie ... 75#p106975

It refers to updating ThingSpeak with a value but does include details on how to set up the SIM800 using AT. I tend to first connect the module to my laptop and use a terminal program to establish what commands I need to use, then I would incorporate into my chart.

Regards

Post Reply