-
Notifications
You must be signed in to change notification settings - Fork 28
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
Add wifi network support #18
Comments
Hi @xlar54, |
Makes you wonder how the linux guys write up these drivers when there isnt
much published technical info out there. But yes, Ill take a look and
thanks for a great project!
…On Sun, Aug 19, 2018 at 9:59 AM boochow ***@***.***> wrote:
Hi @xlar54 <https://github.com/xlar54>,
I agree, it would be very useful.
However there are not enough technical information to do it for now.
It requires bare metal device driver for BCM43430 chip connected on SDIO
interface if you want to use the RPi Zero W onboard WiFi.
The brcmfmac driver
<https://wireless.wiki.kernel.org/en/users/drivers/brcm80211> for linux
may be the most useful source, I do not have enough time to read it though.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB0jilQMVkEckQtHOWNs-9l9a4rTIp72ks5uSX1ogaJpZM4WC1Zb>
.
|
any update on how to get Wifi working? |
This link seems very informative but I have not yet read through. |
not familiar with bare metal programming... hm to bad... without support for the integrated wifi chip I cannot use micropython on my raspberry pi zero wh for my project. Guess the best alternative for a quick booting OS would be Tiny Core Linux? |
That would make this VERY useful. Could it be done?
The text was updated successfully, but these errors were encountered: