Posts with «users» label

Project feature: Accessing YQL from Arduino

The ethernet shield opens up lot of possibilities for Arduino. One of which has been explored by Sudar. He has found a way to make YQL calls and even parse the JSON response using Arduino and Ethernet shield.

So what is YQL?

YQL stands for Yahoo Query Language. It is an expressive SQL-like language that lets you query, filter, and join data across Web services. You can read more about YQL from the Yahoo Developer network page.

Checkout the tutorial and the source code at his blog hardwarefun.com.

He is a Research Engineer at Yahoo Research Labs India, by profession, and a hardware hacker by passion. More of his projects can be found here.

Arduino Blog 08 Jan 14:46
hacks  research  users  yql