-->
Page 1 of 2

Linux kernel network driver

PostPosted: Mon Apr 06, 2020 11:06 am
by Peter Hoyer
Hi,

Is there a way to use ESP8266 just a as standard NIC in Linux? Where can I find the drivers?

Regards
Peter

Re: Linux kernel network driver

PostPosted: Mon Apr 06, 2020 4:23 pm
by QuickFix
No, an ESP8266 is not a network adapter, it's a micro controller with a radio and a WiFi stack.

Re: Linux kernel network driver

PostPosted: Tue Apr 07, 2020 12:21 am
by Pablo2048
Well it is actually a network adapter IMHO. The SDIO interface was designed exactly for this kind of device. And Linux driver.. Peter do you know Google? What about this https://github.com/raashidmuhammed/esp8266 ...

Re: Linux kernel network driver

PostPosted: Tue Apr 07, 2020 2:43 am
by QuickFix
Pablo2048 wrote:[...] IMHO. The SDIO interface was designed [...]

Hmmm well, it's nothing to fight over with.
In my opinion it could better be compared to a (albeit wireless) serial modem with in its default state some kind of Hayes AT command set, whereas a true network adapter is connected to some kind of high speed bus (PCI, USB, ...)

I guess the truth is somewhere in between. ;)