-
March 13th, 2013, 03:23 PM #1
Any Arduino hackers out there? Specifically those who have dealt with JSON feeds?
I'm working on the design for a DIY version of the Budweiser Red Light.
I found a live play by play data feed I can use. Now, I need to decide whether to parse the JSON on the Arduino with it's tiny little memory, or have a process running on a separate server do the data polling/parsing and send the light a message to turn on when a goal is scored.
I'd prefer to keep it all on the Arduino if possible. Was looking into this library as a possibility.
https://github.com/interactive-matter/aJson
Anyone have experience with processing JSON on an Arduino?
ETA: I should add that it's a JSONP call I'll be making if that matters. I'm also using the WiFly shield for networking.
Last edited by RoyalSubject; March 13th, 2013 at 05:22 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules