Page 1 of 1

Real E-puck and v-rep

Posted: 14 Sep 2018, 08:54
by Rose111
Hello,

I want to write a program using MPLAB X IDE in cpp and I want to load the file .hex to real e-puck, but I want also from this e-puck to send to v-rep on PC the value of his sensors? can I do it? and How?

regards.

Re: Real E-puck and v-rep

Posted: 02 Nov 2018, 07:17
by amunishk
It sounds to me that you just want to do data logging from a real e-puck's sensors. You don't need v-rep for this.

For data logging since e-puck has Bluetooth, you need to make sure your computer has Bluetooth so they can communicate with each other. Write your cpp code where e-puck periodically sends sensor data reading through Bluetooth to your computer. There are also add-ons for e-puck to simply your design if you want.