0

I am not sure if this es even possible or if I just was searching for the wrong term.

The Goal is that a Raspberry (or Arduino) controls some LEDs. Which of the LEDs is turned on will be sent by a C# Application running on the Windows Computer. The OS of the Windows Computer often gets reinstalled or the whole HD is beeing changed, so the goal is not having to reinstall the software everytime manually. The Raspberry always stays connected to the Computer over USB. Is there a way to install the software from a Raspberry (or even Arduino) on the Computer at boot or do you have any other idea how you would approach this?

An other way would be to directly read the LyncClient, which is "running" on the Windows Computer, Data from the Raspberry itself (= Skype for Buisness Availability), but I dont think this is possible.

Thanks

2
  • Cool name there Crack Head 420!! Lol Commented Sep 2, 2018 at 16:07
  • @PimpJuiceIT your name isn't bad either xD
    – nichtgian
    Commented Sep 3, 2018 at 5:34

1 Answer 1

0

You could have your windows PC access a network drive that is constantly on. That way you can always save your code on the network drive, and not have to keep anything on the PC itself.

Or you could have your code on a USB flash drive, with auto run configured

1
  • There was no way to make a workaround, I couldnt get the raspberry to somehow get access directly to the Windows PC (via USB) or upload the exe to the Computer. I then made an autorun USB stick and made the program on the arduino, which controls the leds, notice if theres no program running on the PC. Thank you alot :)
    – nichtgian
    Commented Sep 3, 2018 at 5:48

Not the answer you're looking for? Browse other questions tagged .