I have an odd question that I cant really seem to wrap my head around.
Project summary:
1.) 'standalone' Arduino circuit (ie: battery driven) embedded into a project based
2.) same project has a USB memory stick embedded into its base along side Arduino.. (so the user can plug in the 'project' into their USB hub and use it for storage...etc..
**(Im actually hoping/[planning on embedding a flash app/movie that autoplays when the USB stick is inserted.. but that is not Arduino related)
What I would like to do is somehow check/alert the Arduino when the usb stick is inserted.. (& in turn blink some lights or play a sound..etc)
but am un-clear on approach I can even take.
I first thought.. maybe crack the case open and tap the led pad? to check for it being 'hi/on'?
but I dont think it has an led light....
extending the same train of thought... (cracking open the case).. maybe tapping/checking the +5v line or something from the USB power? (that is powering the usb memory stick)
ideas?
again this is NOT checking to see if USB on arduino is connected.. (my custom board doesnt even have a USB port on it)..
this is trying to spitball ideas on checking to see if an external USB memory stick has been connected to the pc? (I suppose gets power would be enough though too)
thanks!