Close
0%
0%

Mesh network based Internet access

Create a mesh network to provide Internet access to rural communities

Similar projects worth following
The project is to create a mesh network with a main node providing Internet access to other nodes (through WiFi). This can be used at different RF frequencies, depending on setup. Right now, 2.4 GHz will be used.

In rural communities, access to Internet is limited. If there were Internet in rural communites, children could be educated, people could get help for their community, and more. However, how can we provide access to the Internet when there's no Wi-Fi or Ethernet? I will use a combination of Bluetooth, Wi-Fi, and radio to give more parts of the world access to the Internet.

How will I do this? I will use Bluetooth to connect a series of computers to a main microcontroller (Arduino or LightBlue Bean, which had Bluetooth) using Bluetooth. These computers are connected to the Internet. Requests are sent to these computers from an RF transciever connected to computers in the rural community. The website data and HTTP requests is sent from the 100-200 mile away RF transciever to the Bluetooth-enabled microcontroller, which sends the requests to the computers using Bluetooth. The computers process the request (probably using Python) and send back to the microcontroller, which sends to the RF transciever, where the computer has a browser that renders the web data.

So, why is this called a mesh network? A mesh network is when a node relays data to another node which relays the data to another node, and so on, until it reaches a controller or master node which processes the data. I have decided to use a mesh-network implementation for when the controller is far away, the nodes can relay the information to other nodes. I will use the MySensors library for this since it has built-in mesh-network support.

Here are the details for the controller-node network:

For now, the RF transciever will be a nRF24L01+ for 2.4 Ghz RF. I will use the same MySensor library. The data will be sent as serial data. I will use Node-RED to minimize the programming required. I will use the serial node for the Bean. It will save the data into a data file, which will be read by Python. For python, I will use the httplib module. The data, which is the HTML mainly, will be saved into a file that is constantly updated. A node for Node-RED will upload this onto the LightBlue Bean which will send it using the nRF24L01 to the computer requiring computer access.

Here is a diagram showing how the controller-node network will work:

There are computers that want to access the Internet, send their HTTP requests to a Bluetooth controller 1, which sends them to another Bluetooth controller 2. The long arrow represents what happens in between, which is the mesh network. The Bluetooth controller 1 actually will be eliminated to keep costs down and to use the MySensors library for the nRF24L01+. The module does not work for Bluetooth. When it reaches the Bluetooth controller 2, which actually has an nRF24L01+ to receive the message, it gives the HTTP requests to the other computers with Internet access and the computers return the web data back tothe Bluetooth controller 2, which sends it to the individual RF nodes using nRF24L01+

  • 2 × LightBlue Bean Bluetooth microcontroller
  • 2 × nRF24L01+ for 2.4 GHz

  • LightBlue Bean Received!

    bijtaj05/13/2015 at 17:44 0 comments

    Hello all,

    The title explains it. I got two LightBlue Beans from Hackaday. I am ordering the nRF24L01+ from ICStation and will also start coding. However, I might take a break because I have to study for finals. Until then, talk to you all later!

  • Cutting Down

    bijtaj05/06/2015 at 18:53 0 comments

    As I said in my last project log, I want to cut down on prices since this is for rural and developing communities. Therefore, This project will only need one Bean in the master center, unlike in my previous models, where one other Bean was needed as a repeater for the HTTP requests from the Internet-deprived computers. This keeps the price down as the Bean is $30 which is expensive. The Master center should be set up by other people with more money, so using a Bean there would not be expensive for these operators.

    I will update the image to reflect these changes.

  • About this project - Design and Building

    bijtaj05/06/2015 at 05:45 0 comments

    Hello all,

    I have recently started a project where I try to give Internet access to rural parts of the world. My approach combines Mesh-networks with WiFi and Bluetooth while minimizing the cost.

    Basically, there are modules that send HTTP requests through RF to a master center, where the commands are sent to different computers using Bluetooth and WiFi.

    Right now, I am working on using a LightBlue Bean (hopefully will get it from Hackaday! ;) ) to receive messages that are HTTP requests, send it to a computer, then the computer processes the requests, sends it to the Bean, and the Bean sends it back to the RF transciever. For now, the RF transciever will be a nRF24L01+ for 2.4 Ghz RF. I will use this library. The data will be sent as serial data. I will use Node-RED to minimize the programming required. I will use the serial node for the Bean. It will save the data into a data file, which will be read by Python. For python, I will use the httplib module. The data, which is the HTML mainly, will be saved into a file that is constantly updated. A node for Node-RED will upload this onto the LightBlue Bean which will send it using the nRF24L01 to the computer requiring computer access.

    The receiving end process still needs to be worked out. However, I currently won't be testing this. I hope that I can get the Bean from Hackaday and get the other components for cheap (nRF24L01+ is only a few dollars). I am keeping the budget low as it needs to be cheap since it is meant for rural and developing communities.

View all 3 project logs

Enjoy this project?

Share

Discussions

Jean Pierre Le Rouzic wrote 09/15/2017 at 07:25 point

This is an old project but as I am lurking here...
There are many similar projects, some of them deployed at wide scale, The most impressive is probably https://villagetelco.org/ which at a time was supported by Ubuntu foundation.

But there are fundamental flaws in this idea of mesh networks for rural communities, the most important is that mesh networks are interesting only in dense areas...
In Mali or CAR you would never have even *one* active user, at 30m/yards around you at anytime. And indeed when people live with $100 per month, they cannot easily buy even a $25 device.

IMO a useful idea in rural environments would be an $5 adapter for Wi-Fi that would make them work at a much lower frequency but still in a free ISM band like those at 27 or 40 MHz.
The main problem then would not be the power budget (as it is at 2.4 GHz), but the fact that the horizon is only at 6 miles/10 km as Earth is a sphere!
But you would still be able to find tens of active users around you, enough for a Mesh network.

Distributing this hack where it would be needed would be tremendously difficult.

  Are you sure? yes | no

fuzzywolf36 wrote 05/13/2015 at 00:48 point

Hi,

maybe you want to take a look at community mesh network websites, like:

https://guifi.net/  

http://www.freifunk.net/

www.ninux.org

they already have established technology for mesh networks.

If, instead you want to design your own network mesh hardware maybe you should change your project title IMHO because sounds a little confusing.

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates