Online Course
Interfacing with the Raspberry Pi
University of California, Irvine via Coursera
-
273
-
- Write review
Overview
Class Central Tips
Syllabus
-This module presents the use of the Raspberry Pi to connect to the Internet, from a user perspective. The first way to use the Raspberry Pi as a networked device is to use it as a general-purpose computer rather than as a programmed IoT device. Using networking with a Raspberry Pi in this way is similar to using the network from any Linux machine, and we present its use in this module. We also present the standard Internet protocols that must be understood in order to develop network programs.
Module 2
-This module introduces the networking socket interface that is used to transfer data across the network programmatically. An essential aspect of the Internet of Things is for your IoT device to send and receive data on the Internet, and the socket interface is key to enabling that. We describe how to use socket in Python to act as both a client and a server.
Module 3
-This module focuses on how to have your Raspberry Pi interact with online services through the use of public APIs and SDKs. Many interesting and useful services are available in the cloud and this module describes how to write code that accesses those services. We define what an Application Programming Interface (API) is and what a Software Development Kit (SDK) is. We present some API examples and we show the use of the Twitter API in detail using the Twython package.
Module 4
-In this module we show how to use the Raspberry Pi to interface with more complicated sensors and actuators. We explore the use of the Raspberry Pi camera module and the use of a servo. The Raspberry Pi camera module is used through the picamera library, which we describe. Servos are controlled by generating pulse width modulated signals and varying their pulse width using library functions.
Taught by
Ian Harris
Charts
- #3 in Subjects / Internet of Things / Raspberry Pi
Tags
Related Courses
-
The Raspberry Pi Platform and Python Programming for the Raspberry Pi
University of California, Irvine
3.2 -
An Introduction to Programming the Internet of Things (IOT)
University of California, Irvine
5.0 -
Interfacing with the Arduino
University of California, Irvine
4.3 -
Raspberry Pi Weekly
-
Introduction to the Internet of Things and Embedded Systems
University of California, Irvine
3.9 -
Raspberry Pi Essential Training
Reviews
2.5 rating, based on 2 reviews
-
Ellie Ireland completed this course, spending 2 hours a week on it and found the course difficulty to be easy.
This course is great for a beginner in Raspberry Pi. If you are a complete beginner, I recommend you take the first Raspberry Pi course in this series, or get some other experience because you will be dealing with some tech terminology. It isn't that hard or detailed, so if you are looking towards experience for a tech job, or anything more professional than recreation, you may want to find something a little more in depth. -
Colin Khein completed this course.