-->
Page 1 of 1

beginner here - how hard to connect to a raspberry pi zero?

PostPosted: Sun Feb 28, 2016 10:41 am
by curiousity23
Hi guys,

So I'm rather a beginner here, I even have trouble with basic circuits. My question is how difficult it would be to connect an esp8266 to a raspberry pi zero, and what my approach should be, what components will I need? Will it be difficult? Do you think I can do it with help from this forum? :oops:

I am also not super-clear on the architecture I would use, since the esp8266 is itself a SOC. So how do I use it to give a Linux machine, i.e. the raspberry pi zero, wifi? (If it is even possible.)

Your help and advice is greatly appreciated. Bear in mind that if this is too foolhardy given my level of skills, perhaps I should instead only just look for a USB wifi key. :? But I think that the esp8266 is cheaper than a wifi usb key, and perhaps this approach is more robust.

Many thanks.

Re: beginner here - how hard to connect to a raspberry pi ze

PostPosted: Sun Feb 28, 2016 12:56 pm
by martinayotte
Although having an ESP connected to Raspberry Zero thru SDIO is interesting concept, it is much easier to use USB WiFi, especially that you can find ones under $3 on eBay, such as RTL8188. The limitation would be that Raspberry Zero has only one USB, so no more left unless you're using a hub.

Re: beginner here - how hard to connect to a raspberry pi ze

PostPosted: Tue May 03, 2016 1:10 pm
by raspberrypidmx
https://hackaday.io/project/8678-rpi-wifi

Using the ESP8266 SDIO interface on the Raspberry Pi Zero and standard Linux driver.