About Module is present, but NOT CONFIGURED!!!

Topics about the Hardware of Revolution Pi
Post Reply
ericbcondux
Posts: 4
Joined: 24 Apr 2019, 09:45
Answers: 0

About Module is present, but NOT CONFIGURED!!!

Post by ericbcondux »

Dear Sir:

First time using this product many things we are not very understand. We have read web site document and video. Now status you can see the attach file. We do not understand where can configured the AIO. Please tell us how to solve the problem?

Best Regards!
Attachments
註解 2019-04-24 155350.png
註解 2019-04-24 155350.png (216.52 KiB) Viewed 3612 times
註解 2019-04-24 155324.png
註解 2019-04-24 155324.png (33.96 KiB) Viewed 3612 times
User avatar
dirk
KUNBUS
Posts: 1948
Joined: 15 Dec 2016, 13:19
Answers: 4

Re: About Module is present, but NOT CONFIGURED!!!

Post by dirk »

Hi, maybe the AIO module is on the left side of the RevPi Core Module. So try to change the position, save, restart driver and again "piTest -d".
ericbcondux
Posts: 4
Joined: 24 Apr 2019, 09:45
Answers: 0

Re: About Module is present, but NOT CONFIGURED!!!

Post by ericbcondux »

Dear Dirk:

Thank's for you help now we can get data. Could you tell us which tool can let the data plot and storage?
Best Regards!
Attachments
註解 2019-04-24 164228.png
註解 2019-04-24 164228.png (53.81 KiB) Viewed 3608 times
註解 2019-04-24 163718.png
註解 2019-04-24 163718.png (30.81 KiB) Viewed 3608 times
註解 2019-04-24 163652.png
註解 2019-04-24 163652.png (213.76 KiB) Viewed 3608 times
User avatar
dirk
KUNBUS
Posts: 1948
Joined: 15 Dec 2016, 13:19
Answers: 4

Re: About Module is present, but NOT CONFIGURED!!!

Post by dirk »

Hey there are much possibilities here how you may plot data. I prefer using Node-RED and the Dashboard.
You may enable Node-RED via these two commands and then open a browser to http://IP:1880

Code: Select all

sudo systemctl enable nodered.service
sudo systemctl restart nodered
Here is a post how to enable the Dashboard.
I have translated it for simplicity
Hi, last installed the Node-RED Dashboard with these commands sudo apt update
sudo apt install npm
npm install node-red-dashboard
sudo systemctl restart nodered.service Then under Manage Palette->Install->"Dashboard"
Scroll down, expand search results.
"node-red-dashboard" [Install] Button
Just insert an Exec Node with a command that just prints out a numeric value i.e. "piTest -1 -q -r InputValue_1" .
Post Reply