Skip to content

MaggieMei/mbed-server-withTempHum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mbed-server-withPIR

This is a simple webapp for mbed server meant to be paired with the mbed-client-withPIR application. The goal of this application is to get the user up and running, using the mbed-connector-python package and talking to devices through mbed Device Connector in under 5 min, 5 steps or less.

If you are not familiar with the mbed connector api, we recommend that you read the mbed-connector-api-python first.

Pre-requisites

Use

  1. Put your API key into the app.py file, replace the following text
    token = "Change Me" # replace with your API token
    or set an evironment variable called ACCESS_KEY with the value of your API key
  2. Run the app.py file
python ./app.py
  1. Open a web page to the web.py server. Usually //localhost:8080 will work.

    web page

  2. Interact with the web page, blink the LED's, control the sensor, subscribe to the resources, click the button on the board, keep the PIR sensor working and see the numbers tick up on the web app.

  3. Modify : go checkout the API for the mbed-connector-api-python library and make your own applications!

Troubleshooting

Here are some common problems and their solutions.

Cannot establish a secure connection

This is most likely caused by not having the requests[security] package installed. If you are using Ubuntu 14.4 LTS you may need to update pip first pip install -U pip and then install the requests security package pip install -U requests[security].

WebSocket transport not available

Dont worry about that warning message, it is not applicable to this demo, but likewise the warning message cannot be disabled.

ERROR 500 on trying to run the app.py file

Make sure you added your Access Key to the app. You can do this by either changing the value of the token variable in the app.py file or by setting the ACCESS_KEY environment variable to your access key.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published