Phase One

3288 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

Pi Camera Resolution Fix

Posted by - October 24, 2015 0
[crayon-6813c1ff8a2fd658178348/] Keep Reading : Wire camera to pi while loop Hello World Remote ssh connect from iPad P.C. and laptop…

GPS RESPONSE CODE ORDER

Posted by - October 18, 2015 0
in response to AT+CGPSINF=0 0 longitude 1 latitude 2 altitude 3 UTC Broadcast Time 4 TTFF Time To First Fix…

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…

Add Clock Via i2c

Posted by - October 24, 2015 0
Prepare i2c added real time clock driver to raspian Add time variable to picture display Solder pins to clock module…

There are 2 comments

Leave a comment

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.