I got Arduino kit containing Arduino Uno and following network modules:
- RCMALL GPRS GSM A9 PUDDING/ GPRS GSM+GPS BDS
- CC2530 X - BEE MODULE UART WIRELESS CORE BOARD DEVELOPMENT BOARD CC2530F256 SERIAL PORT WIRELESS MODULE 2.4GHZ
- 433MHZ LORA SX1278 LONG RANGE RF WIRELESS MODULE DRF1278F FOR ARDUINO
- NRF24L01 WIRELESS WIFI TRANSCEIVER + 2.4GHZ ANTENNA MODULE USB TO TTL CONVERTER UART MODULE CH340G CH340 3.3V 5V SWITCH
I have running web application and would like to send data from Arduino to application's endpoint. I am not familiar with arduino but from the research I did so far non of these modules are capable of connecting to the internet in order to send HTTP request. If I understood correctly I would need at least one more of one of these modules which would be connected to the device with internet connection and then arduino would communicate with said device and that device would forward data. Is my assumption correct or is there some other way of achieving said thing?