Skip to content

Files

Latest commit

2522772 · Sep 8, 2019

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 8, 2019
Sep 8, 2019

Python test script

If you don't know what this is, have a look at the main README

The test script is written in Python.

Deployment on your Raspberry Pi

If you are on a Mac or Linux machine, you can deploy this script by using scp onto your Raspberry Pi:

scp -r * pi@192.168.4.1:python-test/

In our example, the target Pi has the IP address 192.168.4.1.

Start the script

Login into the Pi, switch to the correct folder, and execute:

sudo python button-push.py

The result

If everything works fine, the result should look like ...

Result of the software test with Python