Skip to main content

Questions tagged [arduino-yun]

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.

29 votes
8 answers
40k views

Once you have uploaded a sketch to one of your Arduino boards, it is hard to know exactly what source code led to that sketch. Indeed, you may change the source code of your sketch on your PC without ...
jfpoilpret's user avatar
  • 9,162
2 votes
2 answers
31k views

I have a file called YunConfig.fzz for an Arduino Yún for a map maker project with an ultrasonic sensor. How can I open or what can I do with that file?
joker's user avatar
  • 29
36 votes
6 answers
58k views

Put plainly: is there a way to get an HTTPS connection on the Arduino? I have been looking in to it, and I have found it is impossible with the standard library and the Ethernet shield, but is there ...
TheDoctor's user avatar
  • 3,509
0 votes
1 answer
2k views

I have a char array variable that has a value. I need to send this value through LoRa. The library I use for the LoRa implementation accepts an array of uint8_t. How can I pass the value of a char[] ...
BrainTrance's user avatar
2 votes
2 answers
313 views

Arduino Yun is set to receive UDP packets. It receives those data with some gibberish. How is all set up: Arduino Yun (acts as a server) is connected through Ethernet to a PC which is (through WiFi) ...
BrainTrance's user avatar
0 votes
1 answer
6k views

I am working on project that my team need to detect the presence of the people. At first, we tried with motion sensor but it wasn't the way that we want it to work. We want to detect presence of the ...
MakaraPr's user avatar
  • 135
4 votes
1 answer
545 views

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 ...
bhneuner's user avatar
0 votes
3 answers
3k views

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 # ...
Shan-Desai's user avatar
2 votes
3 answers
23k views

I am trying to make a wifi repeater. My router's signals don't come to my study and instead of buying a proper wifi repeater I prefer making one. I want to learn how to make a simple wifi repeater ...
Ujjwal Syal's user avatar
1 vote
2 answers
72 views

Recently I got an Arduino Yún board that sends out a power surge error message everytime I connect it to my laptop through the USB cable. I tried two Arduino Leonardo and one Arduino Uno and there ...
MKA's user avatar
  • 11
0 votes
3 answers
1k views

How can i send a (file) from PC to Arduino Yun at running time ? There's a way to send some commands via Serial. But how would a whole file goes ? Assuming the file can take place at RAM without any ...
Hamzah Hajeir's user avatar
1 vote
1 answer
86 views

I can't quite understand this when I run arduino yun disk expander sketch with a sd card plugged in I get the the following message. You do not have enough flash memory need 1mb. I ssh into my arduino ...
Anders Kitson's user avatar
0 votes
1 answer
202 views

I have a Nokia 5110 LCD which is using this display PCD8544, I am using a arduino yun and johnny five I have hooked up the following pins. So far with my node app all that happens is the lcd lights up....
Anders Kitson's user avatar
2 votes
2 answers
791 views

I'm working on a senior project and I am using a ATX PSU to supply power to the Arduino Yun and other components. If I'm not mistaken, its powered through the usb. I took a usb cord, strip the sheath ...
user3797544's user avatar
-1 votes
1 answer
20k views

#include "pulse-sensor-arduino.h" #include "Arduino.h" #define PulseSensorbegin int pulsePin = 0; int blinkPin = 13; int fadePin = 5; int fadeRate = 0;...
Karthi Keyan's user avatar

15 30 50 per page
1
2 3 4 5
13