Click Here!
Results 1 to 1 of 1

Thread: Any Arduino hackers out there? Specifically those who have dealt with JSON feeds?

  1. #1
    2nd Snoring Line RoyalSubject's Avatar

    Join Date
    May 2012
    Posts
    983
    Liked
    4478 times
    Karma
    1225005285

    Default 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
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27