I have an idea for a project and I’d like to know if it’s possible to do it with Arduino.
The goal is to connect to the mobile network using a SIM card (through a GSM or LTE module), so the Arduino has internet access. Then, I want to connect a computer or laptop to the Arduino via an Ethernet (LAN) port and share the mobile internet connection with it.
In short:
SIM card -> Arduino -> LAN port -> PC (with internet)
Is this possible with Arduino? What kind of hardware would I need, and is there a way to bridge the mobile data to the LAN port?