ArduinoSIM800L Versions Save

Arduino HTTP & FTP client for SIM800L/SIM800 boards to perform GET and POST requests to a JSON API as well as FTP uploads.

v0.2.1

4 years ago
  • Fix compatibility with Arduino 1.8.12 and AVR Boards 1.8.2
  • Pass lint

v0.2

4 years ago
  • 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

v0.1

5 years ago
  • Main http actions used to develop an small remote clients
  • Main features to communicate with the SIM800L module using the AT commands