0

I've been following this guide http://www.instructables.com/id/Control ... /?ALLSTEPS and everything works flawlessly. I want to edit some features of this project, using a Sense HAT instead of LEDs.

I wrote a python program to read temperature from the Sense HAT. Clicking a button in the app will run the python code. The questions is, how do I retrieve the temperature data and display it on the the web page or the android app?

asked Oct 2, 2016 at 12:14

2 Answers 2

1

try

$output = shell_exec('/usr/bin/python script.py');

i think so you can get the output of the script

answered Oct 2, 2016 at 12:28
2
  • I'm still new to Python, what do I need to write in the script to return the temperature reading? Thanks for your help Commented Oct 2, 2016 at 12:38
  • @daQuincy Please note this is not a discussion forum where asking an indefinite series of questions is appropriate; you should take the tour to understand better how the site works. Anyway, it looks to me like that php command takes the output of a python script, so the python script should just print out whatever information it is you want. Commented Oct 2, 2016 at 13:03
0

I had a similar problem so i decided to make this method this currently supports just php and python but Im coding it to support java an also javascript i will also try to see if i can do the same for c and c++

Check Out

DATA TRANSFER PORTAL (D.T.P.) (github)

Excerpt:

DTP is a multiprogramming , multipurpose method to conviniently transfer data between various programming languages

It requires no complex installation process.

https://github.com/omkarjc27/data-transfer-portal

goldilocks
60.4k17 gold badges117 silver badges236 bronze badges
answered May 24, 2018 at 15:18

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.