Search found 11 matches

by sergifern
Sun Dec 05, 2010 8:11 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: How to stop a task
Replies: 1
Views: 1576

How to stop a task

Hi! I have a problem to stop a task. When I have a task on (with SetRelAlarm), I would like to stop and then Set on again but with a different period. I have found TerminateTask() function, but the compiler says that the function is not declared. I should add some other library? There is another fun...
by sergifern
Wed Oct 27, 2010 6:03 pm
Forum: FLEX (closed)
Topic: Easybee on DemoBoard2
Replies: 3
Views: 13587

Re: Easybee on DemoBoard2

Thanks for the reply Gianluca, but if I change this line:
EE_OPT = "__USE_MOTIONBOARD"

for this:
EE_OPT = "__USE_MOTIONBOARD_TWO__"

when I compile, I get an error because it hasn't references to the functions "EE_button_S1_init", "EE_leds_off",...
How can I fix it?

Bye,
Sergi
by sergifern
Wed Oct 27, 2010 2:03 pm
Forum: FLEX (closed)
Topic: Easybee on DemoBoard2
Replies: 3
Views: 13587

Easybee on DemoBoard2

Hello, I have some problems to communicate two FLEX boards through easybee CC2420. The part of the coordinator (Demoboard) is working, but the device (DemoBoard2) I doesn't get it to work. I used the same program during the course of june. I do not understand why, but the program gets stuck while do...
by sergifern
Fri Oct 15, 2010 12:18 pm
Forum: FLEX (closed)
Topic: Amazing Ball problems
Replies: 23
Views: 38567

Re: Amazing Ball problems

Hello, after changing the power supply the ball&plate still doesn't work correctly. I checked the operation of the touch screen by sending the value of X and Y through the serial port. I have seen that the readings are incorrect. There is a 1/4 part of the screen does not detect anything. And also o...
by sergifern
Tue Oct 12, 2010 1:06 pm
Forum: FLEX (closed)
Topic: Amazing Ball problems
Replies: 23
Views: 38567

Re: Amazing Ball problems

Dear Dario, thanks for your help. I tried to correct the error you found in PIDy block in the file "flex_ctrl_usbudp_codegen" and I have removed the USB blocks from the diagram, but the board still doesn't work correctly. Related to the .cof file that I send, I think I'm wrong, but using the file "f...
by sergifern
Fri Oct 08, 2010 1:55 pm
Forum: FLEX (closed)
Topic: Amazing Ball problems
Replies: 23
Views: 38567

Re: Amazing Ball problems

Hello, correct, this is the ball & plate you gave to Pau and Manel. I'll talk to Pau to know if the system works before dismounting again. As for the hypothesis: - I verified that the motor connector haven't been swapped. - If once the calibration placed the ball on the other side of the plate, the ...
by sergifern
Thu Oct 07, 2010 3:34 pm
Forum: FLEX (closed)
Topic: Amazing Ball problems
Replies: 23
Views: 38567

Re: Amazing Ball problems

sergifern wrote: I upload a video on youtube to show how it works. http://www.youtube.com/watch?v=6DRU-2DRqr0
by sergifern
Thu Oct 07, 2010 12:51 pm
Forum: FLEX (closed)
Topic: Amazing Ball problems
Replies: 23
Views: 38567

Amazing Ball problems

Hello, I tried to run the amazing ball and I have a little problem. I have all devices and the "pid_ctrl_usbudp_codegen" complied with the scicos 4.4b7. I think the problem is in the calibrations as it doesn't place the ball in 4 corners before keeping it in balance, the ball located in 7 corners be...
by sergifern
Tue Sep 28, 2010 6:31 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Include problems
Replies: 6
Views: 3834

Re: Include problems

Thanks for your help, Gianluca. I was able to compile the example program. But I need some help with another question. The purpose of my project is to communicate, through zigbee, a Flex demo2 with Miniflex board. I wanted to know if exist any library/functions for the zigbee comunications of minifl...
by sergifern
Mon Sep 27, 2010 5:17 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Include problems
Replies: 6
Views: 3834

Include problems

Hello, I have a lot of problems to includw the libraries, but I get some sample program to compile and it worked, but when I try to compile the example for the PIC24, using MiWi P2P protocol, the compiler does not find some fuctions (for example. EE_miniflex_radio_init). I have all the libraries inc...
by sergifern
Thu Sep 23, 2010 1:18 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Problem to inculde ".h" files
Replies: 1
Views: 1414

Problem to inculde ".h" files

Hello, I need some help with Eclipse. I have a problem to include the "h" files. The program compiles correctly and creates the file cof, but I get warnings in all #include "... .h". What is the correct directory for these files? Or what I have to do for the compiler find them? Thank you very much, ...