Questions tagged [arduino-yun]

Arduino Yun is an Arduino-based device with a small OpenWRT Linux operating system (including SSH with shell and Python scripting capability) in addition to Arduino programmability.

Arduino Yun is an Arduino-based device with a small OpenWRT Linux operating system (including SSH with shell and Python scripting capability) in addition to Arduino programmability.

Homepage: http://arduino.cc/en/Main/ArduinoBoardYun?from=Products.ArduinoYUN

Getting started guide: http://arduino.cc/en/Guide/ArduinoYun

108 questions
0
votes
1 answer

cross compiling ndn-cxx for arduino yun

I'm trying to cross compile ndn-cxx on ubuntu 16.10 to use it on arduino yun. I'm following this steps. When I try to execute ./waf command I get the following error: [ 30/141] Compiling…
0
votes
1 answer

How to resolve WIFI issues on Arduino YUN

I have recently upgraded the open wrt of my Arduino YUN to version 3.18.23. After the upgrade, I have lost the WIFI access point of the YUN. I have also tried to reset the WIFI using the WIFI reset button but that seems not to work. Moreover, I have…
0
votes
1 answer

Unable to log into mysql as root on OpenWRT

I finally decided to post my question as I am encountering high difficulties to connect to the mysql client. I am using a mySQL database on an OpenWRT OS installed on an Arduino Yun. I cannot log into mySQL as root, the following error message is…
AtoM_84
  • 145
  • 1
  • 3
  • 10
0
votes
2 answers

Arduino-uno sketch not working properly after power gone

I'm relatively new to Arduino, and here are what I was trying to do. I want to control a relay circuit using IR(InfarRet) remote. Here is the code what I'm using : #include int RECV_PIN = 6; IRrecv irrecv(RECV_PIN); decode_results…
0
votes
1 answer

Connecting to AWS IoT with Arduino Yun + GPRS

I'm just starting out with AWS IoT and Arduino and have had a look at the SDK for the Arduino Yun on Github. I have data collected by the Arduino and sensors and a GPRS shield connected to the Arduino to send this data, ideally to AWS IoT. The…
0
votes
1 answer

AWS IOT BasicPubSub Arduino Yun Example gives Generic Error & Yield Error when delay is set to 10,000

I downloaded the Arduino Yun SDK from Github & installed as per the given instructions. I ran the example BasicPubSub & it runs successfully & I see messages arriving on MQTT Client subscription topic every second. That's amazing! But I don't see my…
0
votes
1 answer

Unable to access Arduino Yun board using arduino.local

Windows machine: After configuring on-board WiFi, I cannot access Arduino Yun board using arduino.local. However while configuring, I gave name of the board exactly arduino. Linux (Ubuntu): However if I repeat same steps configuring WiFi in Ubuntu,…
Fahad Siddiqui
  • 1,829
  • 1
  • 19
  • 41
0
votes
1 answer

Data From Arduino Yun To Google Spreadsheet

I am working on a project where I am sending a timestamp from and Arduino Yun to a Google Spreadsheet. I have a PIR Sensor connected to the Yun. When motion is detected I am sending the value to the spreadsheet. Currently the value is going into one…
0
votes
0 answers

Arduino - making a ringing tone but its not accurate

Arduino, i am trying to make ring tone (like brrr brrr, brrr brrr, old common telephone ring tone), but i am not even close to it yet. Can anyone show me how you do it? void play_on() { // this should play exact telephony ring tone, but how? …
user285594
0
votes
1 answer

Arduino Yun run shell command with variable

I need help on this part of a project I am making, I need to run a shell command and pass a variable either string or char to it. p.runShellCommand("madplay /mnt/sda1/"); Above is my shell command which works, however I want to put a variable after…
Vijay Yadav
  • 91
  • 13
0
votes
1 answer

arduino yun with usb sound card geting number of files

i have project in which i have to play a number of sound files at random, at the push of a button iam using an arduino yun. so far i can play the sounds from the sd card, however i want the random number to generate depending on the number of files…
Vijay Yadav
  • 91
  • 13
0
votes
1 answer

Chrome extensions communication with Arduino

My idea is to have an arduino board that will communicate with the browser. I want the arduino board to react (eg. blink led) when user is connected to a certain website. User inputs on the board ( eg. press button) will affect the browser (eg.…
0
votes
1 answer

Unable to connect AWS IoT to Arduino Yun using Basic Pub/Sub example

I am trying to establish a connection from Amazon Web Service IoT (Internet of Things) to my Arduino Yun. I followed a tutorial about sending and receiving messages using "BasicPubSub" Arduino example, but it would say: Failed to Connect! -13 And…
Jay
  • 11
  • 3
0
votes
1 answer

Why my code never get the command reboot?

it keeps failing and failing and failing. Arduino YUN i have this code. It has to go to a site and get a value "reboot" if the value "reboot" found it does the action, if "reboot" not then do nothing else. Sometimes the reboot command is working,…
user285594
0
votes
1 answer

Build the Azure IoT sdk for arduino yun on ubuntu x86

I am trying to build Azure IoT sdk for arduino yun on ubuntu 14.04 and getting the following error while running .\build.sh script. azure-c-shared-utility/c/adapters/socketio_berkeley.c: In function 'socketio_open': …
rpin
  • 81
  • 1
  • 4