mazi-project / guides

MIT License
25 stars 2 forks source link

Explain properly the two different types of wireless connectivity #4

Open panosnethood opened 6 years ago

panosnethood commented 6 years ago

The Raspberry Pi has an internal antenna that is used to accept incoming connections, it acts as an Access Point.

The additional USB dongle can then be used to connect the Raspberry Pi to a close by Internet source, i.e., a wireless router at home or elsewhere, if for example one cannot connect it directly to the Internet router with an ethernet cable.

This gets more complicated when the option of the external router is introduced, which in the current set-up is meant to replace the role of the internal antenna (the one acting as access point), and not the USB WiFi dongle. The current interface does not express properly this functionality.

And in general, the whole set of combinations might sound too complex for non-technically savvy people and perhaps a nice figure to explain this should be made.

I will wait in case there any volunteers for this and otherwise I will give it a try myself :-)

haniavis commented 6 years ago

Hi Panos,

Did you have any progress on that?

If not, I can give it a try.

panosnethood commented 6 years ago

Not yet, and I don't think I will have the time to do something before the end of the year.

deckspace commented 6 years ago

The integrated wireless network adapter (wlan0) of the Raspberry Pi (3) is used in access point mode (AP).

An additional USB wireless network adapter can be configured for connection to a wlan router as alternative to an ethernet cable.

Other combined uses of ethernet and wlan adapters are also possible when extending wlan coverage over a larger area.