-
Notifications
You must be signed in to change notification settings - Fork 196
Create supported-wi-fi-adapters #157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
A list of Wi-Fi USB adapters known to work with ev3dev
The website does not use GitHub flavor markdown, it uses kramdown along with liquid templating. So, for code samples, the code fence (`````) does not work. Indent the lines 4 spaces instead. We should also mention that although RTL8188CUS devices are very popular and seem to work well, upstream driver support for them is virtually non-existent, so they may not be a good choice in the long run. For example, here is a recent discussion about the same drivers in Raspberry Pi. |
Also, this does not look like a tutorial - perhaps it belongs somewhere else? |
Sorry, I'll try to improve it. |
I am pretty sure that this is not the case. For example, this page uses both fences and indentation, and everything is being rendered correctly. We use it on a few other pages as well. |
There probably isn't right now. I think we could use another section under docs/ for general information. For example, we will need a place to put a table with a comparison of platform features (EV3, BrickPi, PiStorms, EVB) and other FAQ type stuff. What would make sense to you?
Just have a look at the existing pages to see how they are done.
There is no better place than here. |
Well, they have never seemed to work for me. 😕 |
At present, this is "Docs" structure:
"More..." can have some sort of index to more documentation pages, including one for "Supported Devices" that could include a link to "Supported Wi-Fi Adapters". By the way, isn't just "Motors" a bit misleading? The page correctly states "And everything else that plugs into output ports on the EV3". We have LEGO ports for I/O but we also have USB, Wi-Fi and BT... |
I admit I didn't put much thought into the label text when I added that nav -- do you have a better word or phrase in mind? I haven't been particularly happy with the fact that most pages aren't obviously categorized by this structure, so I'm open to changing it.
Hmmmm... It looks like there's a difference between local and GH Pages builds. |
What about
"Getting started" is important as THE entry point, specially for beginners.
|
At some point, I'd like to move this discussion into a new issue to track the thing about nav. For now, I'll just pile on and say that it is hilariously difficult to find the docs page for the tacho motor class if you aren't intimately familiar with the site. This needs to be fixed. |
@WasabiFan and I were talking about this in his work on the Getting Started page. I think this deserves it's own page instead of being included in Getting Started or as a tutoral page as it stands now in this PR. The page could either be We can have one section that is the "officially supported" adapters, namely the ones that I own. It should also indicate that these adapters work with the official LEGO firmware. Then another section can included "known working adapters" such as the ones already listed in the PR. The info on using We can link to this page from Getting Started and from the Connecting with Wi-Fi tutorials. |
sorry @WasabiFan didn't notice this question. I'm not sure if most users will need this as a separate page - people with some linux experience will probably also have several wifi adapters already working. |
For reference, the work that @dlech referred to is live at http://www.ev3dev.org/docs/networking/. The separate vs. same page question comes down to, in my mind, the level of nuance that we want to explain. On one hand, having it inline where it's needed is useful because users don't have to get redirected out of their way to get this information. On the other hand, having a page where we can explain things in more detail may be helpful, and it's much easier to refer people to a separate page than to a section of a larger one. I'm honestly not sure which I prefer at this point. |
There is a page for this on the wiki: https://github.com/ev3dev/ev3dev/wiki/USB-Wi-Fi-Dongles |
A list of Wi-Fi USB adapters known to work with ev3dev
Do markup works in this files? I tried a list and a block of command-line text but doesn't show at preview.