How can I send/receive data to/from my samsung s3 to a (medical) device via an arduino board (wifi + usb)? -


i new using arduino board. connect samsung s3 medical device via ardunio board.

the first idea send/recieve data to/from phone medica device via usb on arduino board , medical device recieve/send data from/to phone via usb on arduino board.

the second idea send/recieve data to/from phone medica device via wifi on arduino board via usb , medical device recieve/send data from/to phone via usb on ardunio board.

thanks proposed solutions.

all problems, including 1 best approached in increments. in particular case, assume have arduino wifi shield , samsung s3.

you don't mention medical device or how programmed. first, concentrate on how samsung talk pc via wireless. in doing learn lot how write code samsung , how write code pc/wireless connection. there sample applications this.

next, identify how arduino board connected medical device , make same connection arduino pc. connection work. know there many examples of how this.

next, samsung talk arduino board maybe turns on led. since learned how code samsung wireless in first step, step might easy.

next, connect arduino pc , have arduino pass data , forth between pc , samsung.

after have "stack" of: samsung <==> arduino <==> pc working consider take replace pc medical device have:

         samsung <==> arduino <==> medical device 

you can design own series of incremental steps based on more specific knowledge of devices have. idea same, each step easy , easy debug. taking steps results in complex system!

no 1 able want on first try (unless have developed same or similar system). capable of learning new material, if persistent.

please keep me informed work on this, interesting project!!


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -