The tag has no usage guidance.

learn more… | top users | synonyms

0
votes
3answers
76 views

Arduino and a Web Server

I'm here because I couldn't find any answer anywhere and the problem seems pretty easy and hard in a same time. I have a website, for exemple : My_website.host.fr I have arduino's sensors at home, ...
1
vote
2answers
172 views

Controlling Adruino through Internet and Bluetooth

I have an Adruino sketch which control led through Internet. And the other through Bluetooth. The thing is I want to combine both the sketch so that I can control my adruino led by Bluetooth as well ...
0
votes
3answers
213 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 ...
0
votes
2answers
156 views

Not seeing frames returned from client when using ESP8266 Wifi Shield

I'm trying to make a web server using an Arduino R3 and Sparkfun ESP8266 Wifi Shield. I've built a webpage that has a form I would like to control the Arduino with. Currently my sketch can ...
0
votes
1answer
100 views

Difference between simple wifi transceiver and arduino yun

I am debating over getting arduino yun or 2pcs nRF24L01+ 2.4GHz Wireless Transceiver. Here is the link to the transceiver on amazon amazon description. I do not know much about wifi but why would ...
0
votes
1answer
100 views

Can a WiFi enabled Arduino make a HTTPS request to my Web Server?

I need my Arduino to connect to my web server through HTTPS, can the Arduino handle it? It only has to act as a client.
5
votes
1answer
2k views

It is possible to run an entire script on the Linux side? If so, how, what and where to do that?

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 ...
4
votes
1answer
336 views

It is possible to program Linino to send HTTP requests and then use the returned values in sketch?

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 ...
17
votes
4answers
14k views

How to get HTTPS on Arduino?

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 ...