Hey,
I am quite newbie about Arduino Yun, and I am using the Yun for my bachelor thesis. I wanna graph the sensor datas and Plot.ly is the easiest to understand and write the codes for me. But, I have a problem about installing the Plotly files to Yun because my Linux knowledge is also limited. And I followed the tutorial from plot.ly website:
1. Open up your computer's terminal and move to where you downloaded this folder:
$ cd ~/Downloads/plotly_yun
$ ls
Arduino Linino README.md
2.Copy all of the files from the Linino folder to your Linino
$ scp -r Linino/* root@arduino.local:/root/
a TON of stuff will print out, don't worry!
3. Cruise into your Linino and install python-openssl:
$ ssh root@arduino.local
root@Arduino:~# opkg update
root@Arduino:~# opkg install python-openssl
The problem is that I am using PuTTY for terminal and after I login the IP. I cannot open poltly_yun file or copy Linino.
In my terminal codes are start with
root@Arduino:~#
In tutorial, it is not!!!
Can you give some suggestion about how I can install this libraries to Yun?