ArduinoSIM800L
ArduinoSIM800L copied to clipboard
Arduino HTTP & FTP client for SIM800L/SIM800 boards to perform GET and POST requests to a JSON API as well as FTP uploads.
Hello, I saw your examples but I didn't understood them. How I'm supposed to send via FTP a .jpg of 200Kb stored in my SD card?
Is there any way to pull out the device IMEI prior to a GET or POST request?
Hi, can someone verify the following two things: In the readBuffer function, `>=` should be used instead of `>` in the following two places. Without this change I get an...
Hello, I'm working on the library changes to be able to work with the STM32 on Arduino Ide, but I can't find a way to identify which serial port will...
Following this https://github.com/carrascoacd/ArduinoSIM800L/issues/40#issuecomment-628606309
Can it send large .txt files of like 10 MB? I will try this code on ESP32 board. Since its working on Arduino, it should work on esp32 too. I...
Hello, First, thanks for the library it of great help in my project. I've pass through ftp.cpp but i Can only find uploading method, how about downloading from ftp server
Hi, i am currently working with your library and i would like to implement it with HW serial2 on a Mega. Are you working for developing it? Thanks P.