SWFu Posted April 30, 2010 Share Posted April 30, 2010 (edited) Later on down the line I think we should come up with some form of standard LED payload notification, maybe something along the lines of: Green blinking: working Solid green: payload executed Solid red: payload failed (write to log) If anyone else can think of any other states please add to this and I'll get the ball rolling. How we go about this is another mater, I've a few ideas. Edited April 30, 2010 by SWFu Quote Link to comment Share on other sites More sharing options...
Seshan Posted April 30, 2010 Share Posted April 30, 2010 I don't know if you could tell if it failed or not, but you could easily add a green light when it starts, and yellow light when it's working and a red light when it's done, or something. Quote Link to comment Share on other sites More sharing options...
Sl45h3R Posted May 1, 2010 Share Posted May 1, 2010 It could be done, but only if you make the teensy download another executable and execute it. I've done this myself, i wrote a program that calls everything and provides error handling, make the teensy download it over ftp, execute it, then listen for data over hid, then if everything goes successfully my program sends a "0" over hid and it's displayed green, if not it sends "1" and then its displayed red. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.