I have a second SIM card that provides free Internet, but I can't use it in my phone because I only have one SIM slot.
So I want to create a WiFi hotspot using an ESP8266 and make it route all the traffic it receives to a 3G module that holds my second SIM card.
I have a GPRS module that can be controlled through a simple UART serial interface via AT commands (NeoWay M590).
It's only $2, but it's slow (GPRS) and as it turns out the API is pretty limited. TCP/UDP/DNS seem to be the only available protocols.
I really wish I just had a simple module that could take lower level input like Ethernet frames... I mean I just want to use it as proxy anyways so there is no need for it to even understand higher level protocols such as TCP...
Does anyone of you know of a cheap easy to use 3G module that I could use for this case?
I was also thinking about configuring my ESP8266 to use my VPN server (which is configured as TCP), so that all my traffic becomes TCP traffic.
Would that work? Is the ESP8266 capable of VPN?
Cheap module to build a 3G/Wifi hotspot?
-
- Posts: 8
- Joined: Thu Sep 22, 2016 2:30 am
Re: Cheap module to build a 3G/Wifi hotspot?
Postby pratik » Sun Sep 25, 2016 11:51 am
Hello,
The ESP8266 is capable of all networking operations. The only limitation is when the ESP8266 is used to transact encrypted data... there isn't enough system resources available for high volume and high speed encryption. Therefore I would not recommend using ESP8266 with a 3G capable device.
The data date you may get from the ESP8266 will most likely be less than 3-4 mbits/sec with all that encryption overhead.
However, the ESP32 can do what you want to do. The cost will be approximately the same as the ESP8266 as well.
The ESP8266 is capable of all networking operations. The only limitation is when the ESP8266 is used to transact encrypted data... there isn't enough system resources available for high volume and high speed encryption. Therefore I would not recommend using ESP8266 with a 3G capable device.
The data date you may get from the ESP8266 will most likely be less than 3-4 mbits/sec with all that encryption overhead.
However, the ESP32 can do what you want to do. The cost will be approximately the same as the ESP8266 as well.
-
- Posts: 8
- Joined: Thu Sep 22, 2016 2:30 am
Re: Cheap module to build a 3G/Wifi hotspot?
Postby NopItTwice » Sun Sep 25, 2016 3:02 pm
I'm not sure if you understand how encryption like tls works (no offence), but the only parties involved in encrypting/decrypting data are the server and the client. To a hub/switch or proxy it is not relevant if the data is encrypted or not.
Re: Cheap module to build a 3G/Wifi hotspot?
Postby pratik » Sun Oct 02, 2016 12:43 pm
I understand, you mean you just need the ESP8266 to forward the information, in which case bandwidth and buffering memory is all that matters.
But I answered with the assumption that the 3G module will almost certainly not understand and directly forward the information received by the ESP8266 from a phone. That is, the protocol between the (3G module and ESP8266) and (ESP8266 and a phone) would usually be too different to directly make a bridge... not sure if I know a module that could do this by directly accepting low level frames.
But I answered with the assumption that the 3G module will almost certainly not understand and directly forward the information received by the ESP8266 from a phone. That is, the protocol between the (3G module and ESP8266) and (ESP8266 and a phone) would usually be too different to directly make a bridge... not sure if I know a module that could do this by directly accepting low level frames.
Who is online
Users browsing this forum: No registered users and 3 guests
Login
Newbies Start Here
Are you new to ESP8266?
Unsure what to do?
Dunno where to start?
Start right here!
Latest SDK
Documentation
Complete listing of the official ESP8266 related documentation release by ESPRESSIF!
Must read here!
- All times are UTC+08:00
- Top
- Delete all board cookies
About Us
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. We are the manufacturer of ESP8266EX.