Is it possible to connect to the internet using an RJ-45 port on ethernet shield and then transfer the information over to the esp8266 module and use it as a wifi router

share|improve this question
    
In theory yes, in practice this makes absolutely no sense as the throughput would be a tiny trickle of data. You'd do better to connect the Ethernet solution directly to the ESP8266, and better still to buy something with a proper router chipset, which will cost less than these ill-suited pieces anyway. There are a number of router chipsets with customizable embedded Linux builds if you have some hardware control goals in mind on the side. – Chris Stratton 2 days ago
    
I agree with you but I don't seem to find any viable solutions of the chipsets you're talking about. it would be of great help if you could help me out with them and give some examples which you thing seems helpful. I tried using raspberry pie but was not able to can you help with that if it is any way better then Arduino – Pranav Sharma 2 days ago
    
@ChrisStratton: how do you reliably connect ethernet to ESP8266? (i've only seen bit-banging techniques) – dandavis 2 days ago
    
Look at the OpenWRT compatibility list and find a < $20 router which is supported. Or if you have no particular customization needs, just use a router as-is. An SPI- or UART- connected Ethernet module is just not suitable for routing - it would be like commuting to work by walking upside down on your hands - possible in theory, but absurd for any purpose other than showing off. – Chris Stratton 2 days ago
    
Thank you Chris for your support since I have the equipments an Ethernet shield and esp module what are some great projects i could consider making. – Pranav Sharma 2 days ago

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.