The Arduino Yún is a microcontroller board based on the ATmega32u4 and the Atheros AR9331. Use this tag for questions specifically regarding the Yún, and not just general Arduino usage.
-1
votes
0answers
22 views
arduino yun gateway with bluemix [on hold]
Hello i have a university project in internet of things and I need to connect an arduino yun with sensors to the cloud (blue mix) and show his sensors data
What I need to do to make an arduino yun a ...
0
votes
0answers
19 views
Yun and NodeMCU works over MQTT independently but not together autonomously
I have created a small prototype that triggers a remotely placed relay (ON/OFF) based on temperature sensed (if temperature is from 0° to 30°C, state ON, else OFF) at another location
Development ...
-4
votes
0answers
32 views
Is it better to use Arduino Yun or Arduino Uno with raspberry pi ,for a beginner?
I want to buy an arduino and I am a complete beginner.
I came across the arduino Yun , which also has a microprocessor which can run Linux.
But the Yun can run into shield compatibility problems. It ...
1
vote
2answers
58 views
The easiest and most time efficent way to connect to the internet regardless of the cost
I am working on my graduation Project. I want to use the cayenne (mydevices) platform to control my Arduino. Mainly I want to be able to control a servo Motor through the Cayenne app and I want to use ...
0
votes
1answer
56 views
how to send Arduino Yun Post Request to localhost?
I've been trying to send data from my Arduino Yun to a local server using XAMPP. My code is shown below, in the serial monitor of arduino yun it shows connected and prints the data string but in the ...
0
votes
0answers
13 views
Arduino yun: eth0 and eth1 are down [duplicate]
I am new to arduino yun, I tried upgrading the OpenWRT-Yun to the latest version i.e 1.6.2 (big mistake!). After that I am not able to access the linux side of yun. eth0 and eth1 (ethernet and wlan) ...
1
vote
2answers
39 views
What is the best type of Arduino board for simple delivery robot? [closed]
I'm new to arduino, and I want to design a Simple Delivery Robot for Data Center, which has an arm to move items, and it follows line while moving.
I have no idea if there is a special arduino board ...
0
votes
1answer
101 views
Using Arduino GSM with WiFi
I have a project which require multiple data to be sent online from a moving bus. I am using ESP8266F modules to send the data.
I am wondering what arduino modules to buy that will act as an access ...
1
vote
1answer
31 views
Use Arduino Yun Shield as ISP for bootloaded ATMega328-PU
My question is how do I replace the Aarduino Uuno board in this circuit:
...With an Arduino Yun shield? I can setup the hardware - ICSP configuration is easy enough - but how do I go about using the ...
1
vote
0answers
27 views
uSDaemon in Linino / Arduino Yun Mini hogging the syslog
There is an annoying problem with Linino One / Arduino Yun Mini as the syslog (logread) is full of messages from uSDaemon, complaining about missing files.
ls: /sys/bus/scsi/drivers/sd/*/block/sd?: ...
1
vote
0answers
36 views
I2C between Yun Shield (Dragino) and UNO R3 problem
I am having problems with I2C communications between my Dragino Yun and an Arduino UNO R3.
I can have the Dragino request data (using Wire.onRequest on UNO) from the UNO and it works great, however, ...
2
votes
1answer
42 views
How do I program my Arduino Yun Shield when I keep getting this AVRDUDE error message?
Error message
avrdude: AVR device initialized and ready to accept instructions
avrdude: Device signature = 0x1e950f
avrdude: Expected signature for ATmega32U4 is 1E 95 87
Double check chip, or use ...
1
vote
1answer
66 views
How to read Arduino voltage
I am trying to do voltage measurement using Arduino. I am using a voltage divider circuit to reduce the voltage to less than 5V. I measured the voltage on the 5V pin of Arduino and found out that its ...
1
vote
1answer
125 views
Arduino Keyboard - print() works but println() does not
I am recently seeing strange behavior in my Arduino Yun.
Just using the microcontroller, I enter the following:
#include <stdlib.h>
#include <string.h> // For string operations.
#include ...
2
votes
1answer
62 views
DHT22 and SI114X.h com
It looks like i cannot combine the Grove Sunlight sensor and the Grove DHT22 Temperature and Humidity sensor. I can't figure out why.
I've the following setup:
Seeeduino CLOUD (Arduino YUN clone)
...
2
votes
3answers
144 views
Should I buy a retired Arduino?
I am a beginner who would like to buy an Arduino Yún (58 dollars).
It is retired so will I have any problem?
Else I can buy an Arduino Uno and an Arduino Yún Shield. But in this case I don't ...
0
votes
1answer
23 views
Arduin YUN send data through Ethernet
I'm still new in Arduino YUN and i can't find any tutorials or examples on making the YUN send data through Ethernet which will then be showed to a webserver. I've seen other tutorials but they use ...
0
votes
0answers
124 views
How to set up Visual Studio WIFI “port” for communication with external devices like arduino with WIFI connector
I am trying to use Visual Studio 2015 c# Windows Form Application as the software control in PC to send and receive data from Arduino board by WIFI, so my question is how to set the "communication ...
0
votes
1answer
66 views
Is it possible to connect a camera to an arduino?
I working on a project that requires a small camera to be covering a (insect) nest entrance. The video needs to be transmitted to a computer to be processed. I am interfacing with Java using the RXTX ...
-1
votes
2answers
33 views
Arduino yun is not creating it's wifi?
I have installed Arduino software into my PC and copied the bin files into the memory card that has to be fixed into Arduino yun.
After switching on the yun board it is not creating any Arduino yun ...
0
votes
0answers
58 views
arduino yun avrdude problem
I had an arduino yun and it worked well for quite a while. After a while the compiling code process didnt work out, and I had to reboot the yun.
all the process of rebooting works fine, but after I ...
0
votes
2answers
17 views
Extracting a specific sequence of characters from an array
I have a character array called storebuffer that contains data from a POST submission and its in the format ssid=abcdef&pswd=ghijk. I wanted to extract everything after ssid= into one array called ...
1
vote
3answers
99 views
HTTP Requests using Arduino
I use this simple HTTP Post request to post some values on my API from Arduino using Switch. each time I push the switch it send a different values to API.
void switch_led() {
bool SwitchReading = ...
2
votes
1answer
284 views
Making HTTP post and get using Arduino
I need to know how I can make http posts and http get from Arduino MKR1000 ( act as a client) to a local server.
I made it on Raspberry pi using python like this:
import requests
import json
...
0
votes
2answers
1k views
Converting an array of uint8_t to a char array
I'm trying to convert this array uint8_t data[] in the code below to a character array to be printed in the serial monitor. However, when I run this code I see a blank screen. What am I doing wrong?
...
0
votes
1answer
26 views
Get value from a website using Yún and a RPi
I have a project that requires opening a door remotely. I'm using an arduino Yún and a raspberry pi.
I have a switch connected to the RPI and i'm sending it's value to a web server. How can I get the ...
-1
votes
1answer
94 views
wifi failled connection with yun and after upgrading openwrt
I recently bought an arduino yun. When trying to connect to the router following the procedure in https://www.arduino.cc/en/Guide/ArduinoYun#toc14. After the Configure & Restart, the Arduino ...
1
vote
1answer
22 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 ...
0
votes
0answers
14 views
Error in code to display data - Arduino Yun
I'm trying to display temperature on 7-segment display using Arduino Yun board and TLC5940 drivers. To parse temperature data I used Temboo service and the result was output with pre-generated code ...
2
votes
0answers
95 views
RFID Code (and setup) works on an UNO but not on the Yun
We're using two RDM6300 RFID readers for this, and the code works when plugged into an UNO, but not when connected to the Yun. We have one of the rfids plugged into the rx pin (0 on the digital side) ...
1
vote
0answers
29 views
How can I stream incoming g-code from the WiFi (Yun shield) to the RX port 0 on the UNO board?
I am trying to build a wireless CNC machine. I have stacked a Dragino Yun shield on top of an UNO and then stacked a CNC shield on top of that. Apparently, all that is required now, after uploading ...
0
votes
1answer
199 views
Arduino Yun Python ImportError: No Module named mime.multipart
So, I have an Arduino Yun, and I'm trying to send an email with python. I have this code that I got from https://github.com/amicojeko/YouCantTouchThis
But when I try to call the file with $python ...
0
votes
2answers
116 views
Are there any advantages to Wifi shields as opposed to a Yun?
I have an Arduino Uno and I have a remote sensing project I need Wifi connectivity for. After research I've found that I have 2 options:
Buy a WiFi shield for my existing Uno
Buy an Arduino Yun with ...
0
votes
1answer
70 views
Setting Up a JavaEE app on a Arduino Yun Board
I'm looking for some reference material to start on a project I'd like to do.
I have a Open House at my school. My group project has been to create a little timesheet app using JavaEE. I just started ...
1
vote
0answers
80 views
Arduino Yun OpenWrt MySQL Issue
I am using OpenWrt in Arduino Yun.
I want to save some sensors data into MySQL Server which is installed in OpenWrt localhost.
But it gives an error when I try to login MySQL after reboot the system.
...
-1
votes
0answers
62 views
Arduino Yún not connecting to Mac serial port
I am using OS X El Capitan (V 10.11.2) and I'm new to the Arduino world.
I was uploading to the Arduino one second and it was working fine and the next second, the USB port couldn't be found. I've ...
0
votes
3answers
301 views
Send commands to Arduino from the WEB
I need to send Arduino some instructions from the web. Basically I would have a web app with a few buttons, and when I press them they send an instruction to Arduino to move for example a motor or ...
1
vote
1answer
76 views
What Arduino board with WiFi should I choose
I want to implement an Arduino module with some sensors and send the info through WiFi to a server. I'm looking for the best board or component combination to make this. What is the best board or ...
2
votes
0answers
33 views
Yún not detecting SD card
My Arduino Yún is not detecting my previously working SD card. The metal contacts are closed. There is no dmesg output after plugging in the SD. It does not detect a different SD.
Any ideas for what'...
0
votes
1answer
157 views
Arduino Yun & nRF24L01+ -> Linino crashing
I'm trying to hook up a nRF24L01+ wireless transmitter to an Arduino Yun Mini on SPI, but I'm having a hard time. After a few minutes Linino crashes and becomes completetly inaccessible - until I ...
0
votes
1answer
105 views
How to copy files from Yun to local computer?
I would like to copy a file that is in the root folder of my Yun, to my Macbook. They are connected with an ethernet cable and I am logged into the Yun through ssh.
The Yun's IP is 192.168.2.16 while ...
3
votes
1answer
105 views
Power Supply Problem with Arduino Yún: Using a log USB cable
I want to use an Arduino Yún as a kind of outdoor weather station. I want to supply the power for the Yún with a 5V USB-Charger. Using a normal USB cable everything works fine. But as the weather ...
3
votes
2answers
128 views
Is it possible to directly set the registers that control the ADC clock on the Arduino?
Is it possible to directly set the registers that control the ADC in an Arduino Yun (micro-controller side is essentially a Arduino Leonardo) from a sketch or is there a specific file somewhere you ...
0
votes
2answers
191 views
Arduino Yún shield password reset
I'm using a Yún shield from Dragino with an Arduino Uno, but the default wifi password for the shield (which should be "dragino") isn't working.
I tried the wifi reset (holding down the reset button ...
0
votes
1answer
61 views
arduino beginner documentation help
I plan to buy these 2 products to begin to play with arduino to learn.
Board with LCD touch
Yun board expansion
I have a mega 2560 which i bought with a starter kit and i love to play with. I have ...
1
vote
1answer
88 views
Does WiFiClient work on a Yún to send data over a certain IP and port to be received by a Python socket?
I haven't been able to get the example code from the page WiFi:Client:connect() to work on my Arduino Yún. Is this not how I'm supposed to send data over WiFi to be read by something like a socket?
...
4
votes
1answer
150 views
Arduino Christmas light project with dimmer
I have an existing project using an Arduino Yun that controls Christmas lights with relays to turn them on/off. There are currently 13 separate rows of lights on the (60 foot) tree, each plugged into ...
1
vote
0answers
31 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
votes
1answer
26 views
Files to YUN flash?
Is there a directory where, if I put files there, they will be on the Yun's internal flash instead of the SD card? ex. No SD card error handler file.
I'm using openssh-sftp-server for a sftp server, ...
1
vote
0answers
25 views
Looking for an existing lightweight RF protocol
I'm currently looking for an RF protocol that doesn't use much power (generally much less than wifi) Something similar to simple AM radio, but with an authentication library readily available. ZigBee ...