Posts

Showing posts with the label zero

Raspberry pi zero.

Image
Instead of getting the rpi zero w, I will just add a usb female to my existing pi for the time being.Have lots of leftover cables for the cause.. Can always plug in a wifi or bluetooth module.   Various notes: Simplest configuration to connect to an unsecured wireless router knowing it;s essid: #linux auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp allow-hotplug wlan0 auto wlan0 iface wlan0 inet dhcp wireless-essid router-essid  Improvisational solder less header pin for the rpi zero Original pi zero fully decked out. with bluetooth, wired m and wireless. Basic setup ----------------- install jessie os do updates install vim mc Wifi ------ Check Ethernet & Wifi Before continuing make sure the Ethernet cable is connected in and you can ping out from the Pi: ping 8.8.8.8 You will also want to set up your WiFi dongle. runsudo shutdown -h now and then plug in the WiFi module when the Pi is off so you don't ca...

Rpi zero composite out.

Image
So you've got your Pi Zero, but you don't have an HDMI monitor! The Pi Zero has a composite video out port which is very easy to access, and we're going to show you how!  You'll need a few bits and pieces, including a soldering iron to solder some headers on: We're going to be soldering two pin headers onto the Pi Zero, circled in red and labeled TV in the picture below So, go ahead an solder your pin headers on! You can of course solder wires directly to the board if you'd like, but headers are neater (and their connection subsequently removable). Now get your RCA connector, and plug the two male ends into the two screw terminals. Again, you can use wire for this, but male pins are probably neater. Now we can plug the female end of the jumper wires into our Zero. Polarity should always be "Positive" (+) of the RCA connector, to the pin labelled "TV" on the Raspberry Pi. In this case, it is our white jumper wire. ...

Raspberry pi zero

Image
Bought some of the Raspberry Pi Zeros for five dollars.  Was able to install the standard Raspian image on an mm card and boot up without problem. On the system I used I remotely logged into the Rpi via ssh so that I did not need a monitor. Changed the user password and shut down. For the image you will need to to use a micro sd card for the image. The raspberry website has all the details how to do that.  Used a regular sd card with a micro insert so that the usb to mmccard adapter would easily handle the image to the card. There are two micro usb ports on the board so that one is for power and the other is for a regular usb connection. They are marked on the board. On the regular usb port, I hooked up an otg cable connected to a usb ethernet adapter. Raspian saw the ethernet adapter without any problem. As for audio, you have to use the hdmi adapter, though to connect to a regular hdmi cable you will need a mini to standard adapter. So you might as well get  h...