[E-puck-user] How to know if the code is buggy ?

2010-11-24 Thread Moh'd Zeyad

 
we are a group of three students from J.U.S.T university in jordan. We are 
working with the two e-puck robots for the graduation project.
before one week, i was wirtting a simple program that controls the motor. i 
uploaded the code to the e-puck, and since that i can't upload any other codes 
through bluetooth. i gess the e-puck bootloader is corrupted. the university 
did not buy the MPLAB ICD2, so we order it, but its going to take some time 
(about ten days from this email) until its delivered.
 
Now,we are afraid to program the other e-puck robot.
So, is there any way to know if my code is buggy and ging to corrupt the e-puck 
bootloader.
 
Sorry for the too much details.
 
and thank you.
  ___
E-puck-user mailing list
E-puck-user@gna.org
https://mail.gna.org/listinfo/e-puck-user


[E-puck-user] make the motor run for 1 second

2010-11-27 Thread Moh'd Zeyad

 
Hello there
I want to know the value of the delay that will make the motor move at highest 
speed 15cm/second for 1 second.
 
Ex:
 long i;
 
 e_set_speed_left(1000);  
 e_set_speed_right(1000); 
 
 for(i=0; i___
E-puck-user mailing list
E-puck-user@gna.org
https://mail.gna.org/listinfo/e-puck-user


[E-puck-user] E-puck Bluetooth as master

2011-01-08 Thread Moh'd Zeyad

Dear sir,
I am having problem connecting two e-pucks together:problem is here:
do {c=e_bt_connect_epuck(); } while(c!=0);
the code is stuck in "c=e_bt_connect_epuck();".I can see the two BT leds on the 
two e-pucks running.
What to do now ? please help.Thank you in advance

  ___
E-puck-user mailing list
E-puck-user@gna.org
https://mail.gna.org/listinfo/e-puck-user