Configuring the Raspberry Pi for WPA2-Enterprise
I recently started a project that required my Raspberry Pi to log in to a university network that requires both an identity and a password. All of my experience with [ . . . ]
I recently started a project that required my Raspberry Pi to log in to a university network that requires both an identity and a password. All of my experience with [ . . . ]
I work at St. Petersburg College in Tarpon Springs. The library here is a very dynamic student-centered place where a lot of students come for extra help and tutoring. I [ . . . ]
Written by Jonathan Ashdown This project supports a BATEC training for the 2016 Hi-Tec Conference in Pittsburgh. Once the Raspberry Pi camera has been installed, you will connect a passive [ . . . ]
Here import time import picamera VIDEO_DAYS = 1 FRAMES_PER_HOUR = 360 FRAMES = FRAMES_PER_HOUR * 3 * VIDEO_DAYS file = ‘/home/pi/camera/frame_%04d.jpg’ def capture_frame(frame): with picamera.PiCamera() as cam: time.sleep(2) cam.capture(file [ . . . ]
The long term goal of this project is to use a Raspberry Pi to take pictures with a Point Grey Firefly camera. Ideally, this will take pictures at regular intervals [ . . . ]
As you all probably know, the Raspberry Pi turned 4 on February 29th, and this was celebrated with the release of the Raspberry Pi 3. What’s new? Well the big [ . . . ]
About a year ago, I was exposed to squishy circuits, a playful approach to making circuits from the University of St. Thomas. AnnMarie Thomas did an amazing job putting this [ . . . ]
Several people have been asking what sort of things you need for a balloon launch. This semester and this summer, our HAB students will be working on all of the [ . . . ]
Its time to apply for the CCC-HAB Program. If you are a full time student at the City Colleges of Chicago pursing an AS or an AES degree, this program [ . . . ]
For a little more than a year now, I have been looking for ways to make it easy for educators to use the Raspberry Pi in their classrooms. Things like [ . . . ]