hologram-SIMCOM
hologram-SIMCOM copied to clipboard
Easily use any SIMCOM cellular module with Hologram's cloud.
So far it appears this library will almost drop in working on an ESP8266. Unfortunately, (or fortunately?) this module (and the ESP32) has a software and hardware watchdog timers. This...
serial mon does not show at+cstt="hologram". connection fails when using KitchenSink or Blink sketches. manually entering the following commands results in a successful connection: at+cfun=1 OK at+cstt=“hologram”,"","" OK at+ciicr OK...
Updated the README to reference HologramEducation/hologram-SIMCOM Changed Arduino instructions to match newer (1.8.8) version of Arduino IDE
The Arduino IDE requires the use of a tab separator between the name and identifier. Without this tab the keyword is not highlighted. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
Thank you for this wonderful code you share here. In my case (I am using a SIM800L (core board) and Arduino Uno) everything works fine but I can not recieve...
HologramSIMCOM::_connectNetwork() fails to get an IP after connecting to the network AT+CIFSR. This seems to be cause by CIFSR needing addition time even after sending its "OK". This can be...
In HologramSIMCOM::cellService() When checking the status of the connection, it kept thinking it was not connected. I moved around the checks to make it work for me. ``` // need...