Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 798 Bytes

How-to-Install-the-python-packages-in-the-Arduino-YUN-rev2.md

File metadata and controls

26 lines (17 loc) · 798 Bytes
title id
How to Install the python packages in the Arduino YUN rev2
360012963820

Steps

  1. Make sure, the Bridge library is updated with the latest version. If not, go to Arduino IDE top menu: Sketch > Include Library > Manage Libraries, search for 'Bridge' and update it.

  2. Go to File > Examples > Bridge> YunSerialTerminal.

    Example location

  3. Upload this sketch and open the serial monitor.

  4. Change the baud rate to 115200. After a few seconds, press the Enter button to activate the console.

    Example location

    Example location

  5. Send the opkg commands in Openwrt platform to install the python packages:

    • opkg update
    • opkg upgrade
    • opkg install python
    • opkg install python-pip