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.

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
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
16 votes
2 answers
3k views

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 ...
TheDoctor's user avatar
  • 3,509
11 votes
1 answer
276 views

I have created a cloud function using the Parse.com Javascript SDK and I am calling those functions from Arduino. Following is code for the hello function: Parse.Cloud.define("hello", function(...
Abhijeet Kulkarni's user avatar
9 votes
2 answers
10k views

I am new to Arduino, however I have experience in web development, lately I have been using, meteor js and the mean stack for different projects. However, I am open to trying any language for ...
Anders Kitson's user avatar
8 votes
1 answer
594 views

I have read the details on the products page for Arduino Yun but I have also read, on a Arduino forum, that there are only 18 digital pins because of Tx, and Rx. Is this true? I am not worried about ...
Jimmy S.'s user avatar
7 votes
2 answers
1k views

I'm creating an XMPP chatbot for the Arduino Yun. However, I'm not too confident in the Python performance on such a low performance device and I'm much more comfortable with C++. Is there a C++ ...
Cilph's user avatar
  • 71
6 votes
1 answer
2k views

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 ...
Johan's user avatar
  • 415
6 votes
3 answers
2k views

I am involved in a project that is going to measure PH and chlorine in a swimming pool. The plan is to use a Arduino Yun. The sensors we are going to use are connected using serial. Since we may be ...
Faux_Clef's user avatar
  • 199
6 votes
1 answer
431 views

I am new to using Arduino Yun and I would like to know if it is possible to run a command from the Arduino sketch in order to make (probably, through the Bridge Library) Linino to execute a HTTP ...
user502052's user avatar
6 votes
1 answer
2k views

I am new to using Arduino Yun and I would like to know if it is possible to run an entire script on the Linux side. In my case the script should execute a HTTP request to a remote server, parse the ...
user502052's user avatar
5 votes
1 answer
4k views

I am using Arduino Yun and I would like to disable it to work as Access Point. That is, I don't want that it is displayed in the list of available networks. Then I would like to set and use it (...
user502052's user avatar
5 votes
1 answer
1k views

I'm new to the Arduino Yun and I'm trying to convert a sketch written for the Arduino Uno with a Ethernet Shield. The sketch does HTTP posts to Azure Mobile Services. I've added in the Bridge.h and ...
YunBeginner's user avatar
4 votes
4 answers
3k views

I've recently ordered an Arduino Yun and several other components to begin on a small robotics project (based on an old 4x4 RC Truck). Although not mandatory for what I'd like to do, I was wondering ...
cnsumner's user avatar
  • 193
4 votes
5 answers
6k views

Can someone help me understand how the external antenna IPX connector actually stays connected to the Yun? Do I have to "force" it in so it snaps in? I've been somewhat gentle with it in fear I'll ...
Pat's user avatar
  • 217

15 30 50 per page
1
2 3 4 5
13