Phase One

2722 2

IMG_2937

“Phase One” is where we learned basic raspberry pi use. we started with the unboxing of our model 2 B raspberry pi. the last step we did was static ip address for wired networking, setting up a sttatic ip  address allowed me to connect to the pi from another device, we could already do that, but the ip address would change all the time, making it static made it stay the same every time.

Setting up the camera was my favorite part in phase one. I felt like…

IMG_3036

I was so amazed it was working, it was taking my picture.

Facebooktwitterredditpinterestlinkedinmail

Related Post

Turn string into array with split

Posted by - October 18, 2015 0
textWithCommas = “bee,apple,pear,dog,carrot,robot” wordList = textWithCommas.split(“,”) print “the second item is : ” + textWithCommas[1] Keep Reading : Identify USB…

google map link

Posted by - October 18, 2015 0
http://www.google.com/maps/place/40.625027,-73.957774/@40.625027,-73.957774,17z Change RED part to current GPS in Python   http://maps.google.com/maps?q=40.37494164,-73.57485968   Keep Reading : GPS AT Commands GPS RESPONSE…

Identify USB device and discover its name and port

Posted by - October 17, 2015 0
Download latest PyUSB from : http://sourceforge.net/projects/pyusb/files/PyUSB%201.0/1.0.0-beta-2/pyusb-1.0.0b2.tar.gz/download Place file “pyusb-1.0.0b2.tar.gz” on your desktop gunzip <pyusb-1.0.0b2.tar.gz |tar xvfp - cd pyusb-1.0.0b2 sudo ./setup.py…

Wire camera to pi

Posted by - October 24, 2015 0
Install camera software & configure pi One picture program One picture per blink cycle Print proto time on picture  …

There are 2 comments

Leave a Reply to PAUL SON Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.