i have been trying and the extension does not work(or maybe it just me),, i did try the sample project which i import and run on AI companion but does not produce gauge.
the imported projects(.aia)
the AI companion screen.
then i continue reading forum and do some study, i find out using line graph is more better to represent acceleration.
i find that we can use webviewer to show web page and try out
The app look
the block
the AI companion look
so i concluded that we can show pages from website ,however i guess the node-red dashboard is private connection and cannot be shown ,the error as below:
the app when url change to node-red dashboard url
so then i did read about thinkspeak but its not suitable as it has restriction of 3 million data per year...my data (3000 data/minute) which means it will only support about 1000 minutes before reach 3M data.so the option available is google chart which has no restriction( i find its extension here in forum)
thus i decided to go with line chart via chartmaker plus extension created by @TIMAI2
im thinking to create something like this
3 graph which represent acceleration of x,y and z axis
Currently the look in the App inventor:
the code-block(not working,,my code is wrong and not sure how to fix):
the intention is when click start button graph will produce real-time value from acceleration sensor for X-axis,Y-axis and Z-axis and stop when clicked on stop button.
Anyone who know how to solve this please help, thanks alot