Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Raspberry Pi Embedded Projects Hotshot
  • Table Of Contents Toc
  • Feedback & Rating feedback
Raspberry Pi Embedded Projects Hotshot

Raspberry Pi Embedded Projects Hotshot

By : Sai Yamanoor, Srihari Yamanoor
close
close
Raspberry Pi Embedded Projects Hotshot

Raspberry Pi Embedded Projects Hotshot

By: Sai Yamanoor, Srihari Yamanoor

Overview of this book

This book is targeted towards beginners and intermediate designers of mechatronic systems and embedded system design. Some familiarity with the Raspberry Pi and Python programming is preferred but not required.
Table of Contents (15 chapters)
close
close
14
Index

Installation of the Flask framework


In this task, we will install the Flask framework on the Raspberry Pi and complete a test web page on the Raspberry Pi. We will use the Flask framework to control the RGB LED strip.

Prepare for lift off

In the previous projects, we installed python module installers such as pip or easy_install. If either of these tools isn't installed, they can be installed by executing the following command:

sudo apt-get install python-pip

Alternatively, you can use the following command:

sudo apt-get install python-setuptools.

Next, we will work on installing the Flask framework and the first example.

Engage thrusters

  1. The Flask framework is installed using the following command:

    sudo easy_install flask
    
  2. Once the installation is complete, we will use an example available from the Flask framework documentation (http://flask.pocoo.org/docs/0.10/quickstart/#quickstart) and create a Python script (using Python IDLE's editor):

    from flask import Flask
    app = Flask(__name__)
    
    @app...

Unlock full access

Continue reading for free

A Packt free trial gives you instant online access to our library of over 7000 practical eBooks and videos, constantly updated with the latest in tech

Create a Note

Modal Close icon
You need to login to use this feature.
notes
bookmark search playlist font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete

Delete Note

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete

Edit Note

Modal Close icon
Write a note (max 255 characters)
Cancel
Update Note

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY