All Questions
Tagged with arduino-yun linux
13 questions
0
votes
1
answer
158
views
I can't run shell commands on Linux through AVR sketch (Arduino Yun)
I'm a little confused with some Process.h methods.
I'm trying to run the command "nc 192.168.1.15 9911" to the Linux processor through a sketch.
The appropriate netcat listener is waiting on ...
0
votes
1
answer
123
views
Arduino Yun can no longer send to Dropbox
A long time ago I had set up an Arduino Yun to send files to Dropbox... I tried now and it ends in "killed" when trying to install the latest Dropbox Python module.
pip install (six, urllib3, etc etc)...
0
votes
3
answers
3k
views
easy_install pip on Arduino Yun fails
I want to install pip on the Yún which is running Linino OS but every time I execute the standard steps for opkg i.e.
# opkg update
# opkg install distribute
# okpg install python-openssl
# ...
0
votes
1
answer
854
views
Linux SSH command for Arduino Console
I have a Leonardo with a Yun shield, and I would like to be able to control the arduino with a windows form app, but thats besides the point for now at least. Currently, I am using putty and the ...
2
votes
0
answers
75
views
Using the Tian handshake line
I've set up a Yun before to use the handshake line on pin 7 (thanks to this great forum post) and now I have a new project that I want to do something similar with the Tian. Based on the schematic, it'...
0
votes
1
answer
152
views
Do I need to run an expand drive sketch if I update the Yun Firmware subsequent to expanding?
I have a Geeetech Iduino Yun shield, that initially had Geetech's System image (v2.02, 2015) on it. I then ran a USB storage expander sketch to take advantage of the space on a flash drive. I then ...
1
vote
1
answer
114
views
Adruino Yun's Linux environment not working
I was recently given an Arduino Yun board from my university. I am able to upload sketch to the board, and it seems to function properly. However, I am unable to see the Linux booting up. When I want ...
2
votes
0
answers
70
views
How to shake hands (Atheros-ATmega comms)
How does one assert, from the Linux user land (root-er land?) on the Atheros AR9331, the 32u4's arduino-pin 7 for communication handshake?
1
vote
1
answer
94
views
Does restarting Yún configuration mess up Arduino or its SD card?
I noticed something odd recently - a Yún, that was working previously, wouldn't connect.
After logging in to the web setup, setting the access point and password (which hadn't changed), and save &...
3
votes
5
answers
2k
views
Can I control analog IO pins using Yun Linux
2 days back I bought Arduino Yun. I'm able to flash Led on 13 pin. And I'm able to flash Led on Bread board connected to A0. I'm able to run linux commands.
Now I want control A0 pin using Linux/...
3
votes
0
answers
955
views
Connecting Arduino Yun to wifi with 802.1X authentication
Is it possible to connect the Yun to wifi using 802.1X authentication? 802.1X is WPA2-Enterprise that uses a username and password (per user) instead of one password (for every user). I don't see a ...
6
votes
1
answer
2k
views
Can I compile c/c++ code on the linux part of the Arduino Yun?
Can I compile c/c++ code on the linux part of the Arduino Yun?
How complete is the linux part of the Arduino Yun?
Can I scp some c/c++ code onto the Atheros AR9331 chip compile it?
Or must I first ...
16
votes
2
answers
3k
views
Yún boot from SD card
I have an Arduino Yún, and it only has 16mb flash onboard for the Linux. I was wondering of it is possible to put a bootloader on the flash that uses the sd card as a rootfs? i want to be able to do ...