Jump to content

Raspberry pi

NLamki

Hello so I'm trying to do this 

Do I need a raspberry pi zero or can I use raspberry pi 3? Asking cause I found a store that sells the 3.

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, NLamki said:

Hello so I'm trying to do this 

Do I need a raspberry pi zero or can I use raspberry pi 3? Asking cause I found a store that sells the 3.

Really doesn't matter. Any raspberry will do.

Link to comment
Share on other sites

Link to post
Share on other sites

I am running it on Odroid which is also acting as micro NAS amongst other things. 

Link to comment
Share on other sites

Link to post
Share on other sites


Hello so I'm trying to do this 


Do I need a raspberry pi or can I use an Arduino?

Link to comment
Share on other sites

Link to post
Share on other sites

An Arduino can't be used, as it does not feature the right capabilities (such as having a network chip).

"We're all in this together, might as well be friends" Tom, Toonami.

 

mini eLiXiVy: my open source 65% mechanical PCB, a build log, PCB anatomy and discussing open source licenses: https://linustechtips.com/topic/1366493-elixivy-a-65-mechanical-keyboard-build-log-pcb-anatomy-and-how-i-open-sourced-this-project/

 

mini_cardboard: a 4% keyboard build log and how keyboards workhttps://linustechtips.com/topic/1328547-mini_cardboard-a-4-keyboard-build-log-and-how-keyboards-work/

Link to comment
Share on other sites

Link to post
Share on other sites

raspberry pi zero w is good arduinos that have wifi or ethernet chip are more expensive and are a pain in the ass to config

if it was useful give it a like :) btw if your into linux pay a visit here

 

Link to comment
Share on other sites

Link to post
Share on other sites

4 minutes ago, NLamki said:

so I'm trying to follow 

 but I got stuck at step 4. I cannot find my raspberry pi's IP. https://imgur.com/a/ON2QGgJ

can someone pls help me?

Have you set a static IP for it?

Link to comment
Share on other sites

Link to post
Share on other sites

3 minutes ago, NLamki said:

so I'm trying to follow 

 but I got stuck at step 4. I cannot find my raspberry pi's IP. https://imgur.com/a/ON2QGgJ

can someone pls help me?

Your pi 0 probably isn't connected to wifi. If I remember correctly, you must copy a file called wpa_supplicant.conf after you burn the images onto the sd card. That way it knows how to connect to your wifi when it boots for the first time.

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, Jenko32 said:

Have you set a static IP for it?

No, idk how to cause I can't find it using nmap or angry ip scanner

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, steelo said:

Your pi 0 probably isn't connected to wifi. If I remember correctly, you must copy a file called wpa_supplicant.conf so it knows how to connect to your wifi when it boots for the first time.

right right and how do I do that?

Link to comment
Share on other sites

Link to post
Share on other sites

Log in to your router and find the IP via hostname (it'll probably just be Pi or something). While you're there set your router to give your pi that same ip address permanently

Link to comment
Share on other sites

Link to post
Share on other sites

Just now, NLamki said:

No, idk how to cause I can't find it using nmap or angry ip scanner

You should find the mac address and set the IP. What raspberry pi you have and did you install Raspberry Pi OS?

Link to comment
Share on other sites

Link to post
Share on other sites

Or you know what, make your life easier man, just go ahead and install raspian on your pi and hook it up to a monitor and keyboard and setup your pi directly

Link to comment
Share on other sites

Link to post
Share on other sites

14 minutes ago, NLamki said:

right right and how do I do that?

https://www.raspberrypi.org/forums/viewtopic.php?t=203716

 

It's really easy, basically use notepad++ and create a file called 'wpa_supplicant.conf' you then enter your network info into the file and copy the file into the home directory of the sd card. I believe the link above explains it better. When you pi boots, it finds that file and uses it to connect.

Link to comment
Share on other sites

Link to post
Share on other sites

3 minutes ago, BrownZeus said:

Log in to your router and find the IP via hostname (it'll probably just be Pi or something). While you're there set your router to give your pi that same ip address permanently

how do I find it?

Link to comment
Share on other sites

Link to post
Share on other sites

3 minutes ago, Jenko32 said:

You should find the mac address and set the IP. What raspberry pi you have and did you install Raspberry Pi OS?

How? Zero and Yes I have

 

Link to comment
Share on other sites

Link to post
Share on other sites

4 minutes ago, NLamki said:

I dont have the W model, mine is wired only, I think.

Unfortunately, I believe that means you won't be able to connect it to your network. I'd recommend getting a pi 0 W...they're like $11 USD.

Link to comment
Share on other sites

Link to post
Share on other sites

Just now, NLamki said:

how do I find it?

What brand is your router?

Link to comment
Share on other sites

Link to post
Share on other sites

2 minutes ago, Jenko32 said:

You can use this guide on every Raspberry Pi. It's usually done if you can't plug a monitor and mouse and keyboard

https://www.raspberrypi-spy.co.uk/2017/04/manually-setting-up-pi-wifi-using-wpa_supplicant-conf/

I don't think he has the W version...If that is the case, he has no way of connecting to his network. I'm not aware of there being pi 0's with an ethernet port

Link to comment
Share on other sites

Link to post
Share on other sites

3 minutes ago, steelo said:

I don't think he has the W version...he has no way of connecting to his network.

 

4 minutes ago, steelo said:

I don't think the zero has a wired version...as far as I know. Either it has wifi capability or it doesn't...

 

4 minutes ago, Jenko32 said:

You can use this guide on every Raspberry Pi. It's usually done if you can't plug a monitor and mouse and keyboard

https://www.raspberrypi-spy.co.uk/2017/04/manually-setting-up-pi-wifi-using-wpa_supplicant-conf/

oh shit my bad, just checked the packaging and it is Raspberry pi zero W

Link to comment
Share on other sites

Link to post
Share on other sites

2 minutes ago, NLamki said:

 

 

oh shit my bad, just checked the packaging and it is Raspberry pi zero W

Sweet...yeah, follow the link we gave you. If that doesn't load or whatever, just google 'wpa_supplicant raspberry pi zero'. It's pretty simple but you won't be able to connect without adding that.

 

https://www.raspberrypi-spy.co.uk/2017/04/manually-setting-up-pi-wifi-using-wpa_supplicant-conf/

Link to comment
Share on other sites

Link to post
Share on other sites

10 minutes ago, steelo said:

Sweet...yeah, follow the link we gave you. If that doesn't load or whatever, just google 'wpa_supplicant raspberry pi zero'. It's pretty simple but you won't be able to connect without adding that.

 

https://www.raspberrypi-spy.co.uk/2017/04/manually-setting-up-pi-wifi-using-wpa_supplicant-conf/

yeah um I did that, connected the Pi back but now the light isnt blinking/on. did I just kill it?

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×