Skip to content

Releases: carrascoacd/ArduinoSIM800L

Arduino SIM800L v0.2.1

05 Apr 13:40
7a7cd60
Compare
Choose a tag to compare
  • Fix compatibility with Arduino 1.8.12 and AVR Boards 1.8.2
  • Pass lint

Arduino SIM800L v0.2

15 Dec 11:32
d0fcfff
Compare
Choose a tag to compare
  • FTP PUT method, in order to upload binary data to a remote server. I tried to upload images up to 1MB with success. It is interesting if you have a camera like OV5642, OV5640 or Arducam, using them.
  • Memory improvements, by allocating memory from PROGMEM when necessary instead of filling the heap of data that is not always used.
  • Example about how to fetch data in batches from the SD card in order to upload to a remote server.
  • Example about how to take a photo with Arducam, save it to SD card and upload to remote FTP server.
  • Refactor to match the 1.5 Arduino IDE specification

Arduino SIM800L v0.1

26 May 18:02
Compare
Choose a tag to compare
  • Main http actions used to develop an small remote clients
  • Main features to communicate with the SIM800L module using the AT commands