Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@botletics botletics released this 30 Jan 23:35
· 80 commits to master since this release
e4fa3c2
  • Change initialization code to use AT+GMR to identify module type rather than ATI, because for SIM7070 ATI does not include module name
  • Update LTE_Demo.ino and SIM7XXX_LTE_Demo.ino to reflect SIM7070 changes
  • Test SIM7070 support: Connection with Hologram.io SIM card, sending/receiving SMS, network time, read battery level, general functions, HTTP GET requests (tested on T-Mobile LTE CAT-M1 network in the US)

Discovered issues with SIM7070G, most likely related to SIMCom firmware:

  1. HTTP POST request according to example 1 in the SIM7070 HTTP(S) app note returns HTTP 400 code
  2. HTTP POST request according to example 2 in the SIM7070 HTTP(S) app note does not accept JSON body and successfully posts, but with no content
  3. GNSS commands do not run at all (return "ERROR")