Home→Forums→MonoBrick Communication Library→Using library to deal with I2C sensors and EV3→Reply To: Using library to deal with I2C sensors and EV3
December 31, 2015 at 08:30
#5573

Pascal
Participant
Thanks Anders,
Nice, So the solution to my problem will be :
– Install the EV3 firmware on SD card
– Install the dll an compile my app (to deal with I2C sensors), I’m using VisuaStudio
– Manually upload the app on the EV3 (WinSCP)
But this makes the bot running by itself, How can I interact with my PC app ?
I saw in samples you have a webserver ? Can I use it to exchange messages between bot and PC ?
If I had a way to communicate with the firmware, I could setup a kind of server on EV3 which will interpret command messages from my PC App.
Thanks
Follow