Author |
Message |
Topic: Motor encoder problem |
daalex
Replies: 8
Views: 14835
|
Forum: General CCS C Discussion Posted: Sun Mar 15, 2015 10:54 am Subject: Motor encoder problem |
Hello again ,
so i tried different things and now it seems to be ok and the programm is counting right. :-)
one part was the signal "cleaning" , i did that and now i have perfect quad ... |
Topic: Motor encoder problem |
daalex
Replies: 8
Views: 14835
|
Forum: General CCS C Discussion Posted: Sun Mar 15, 2015 8:23 am Subject: Motor encoder problem |
Hello and thanks for answering,
it should be 1000 pulses/revolution... tells me the sticker on the motor and this is what my program counts in "slow motion".
I have read about the QEI ... |
Topic: Motor encoder problem |
daalex
Replies: 8
Views: 14835
|
Forum: General CCS C Discussion Posted: Sun Mar 15, 2015 7:56 am Subject: Motor encoder problem |
Hello,
I try to count the encoder signals of a high speed motor,
if i turn the motor by hand everything runs fine and the program counts right but if i let the motor run - it doesn't work properly ... |
Topic: get time between two events,need a little help |
daalex
Replies: 5
Views: 8191
|
Forum: General CCS C Discussion Posted: Sat May 24, 2014 7:45 pm Subject: get time between two events,need a little help |
Thanks @ all for help,
i did some calculation mistakes, now with some improvement the code works really fine.
rikotech8, i have seen your post too late,
but for the next time i will Keep that ... |
Topic: get time between two events,need a little help |
daalex
Replies: 5
Views: 8191
|
Forum: General CCS C Discussion Posted: Sun May 18, 2014 5:20 am Subject: get time between two events,need a little help |
Hello,
thanks for help,
i used this example to get the code i have posted, but i think my code is not working correct.
i think i am a little bit confused about the timer thing,
i want the t ... |
Topic: get time between two events,need a little help |
daalex
Replies: 5
Views: 8191
|
Forum: General CCS C Discussion Posted: Sat May 17, 2014 4:16 pm Subject: get time between two events,need a little help |
Hello at all,
i try to get the time between two events like this:
button1 is pressed -> start counting
button2 is pressed -> stop counting and print out the time in miliseconds.
i use ... |
Topic: splitting strings? |
daalex
Replies: 2
Views: 8552
|
Forum: General CCS C Discussion Posted: Wed Feb 19, 2014 7:11 am Subject: splitting strings? |
ok, this was a silly question, sorry :-)
i did it with strcpy and it works
char delimiter[] = "#";
strcpy(direction, strtok(eingabe , delimiter)); ... |
Topic: splitting strings? |
daalex
Replies: 2
Views: 8552
|
Forum: General CCS C Discussion Posted: Wed Feb 19, 2014 6:29 am Subject: splitting strings? |
Hello,
i'm working on a projekt and i have a little problem, maybe someone can give me a hint...
i send a string to my pic -> FF#255#255#1 and now i have to store these values between the # i ... |
Topic: Stuck in Programming, need a little help |
daalex
Replies: 4
Views: 7001
|
Forum: General CCS C Discussion Posted: Sat Jan 18, 2014 9:57 pm Subject: Stuck in Programming, need a little help |
Hi and thanks for answering.
well, the app and the wifi Connection is already working and the car is driving in all directions...
the Problem is only the pwm parameter, I dont know what the &q ... |
Topic: Stuck in Programming, need a little help |
daalex
Replies: 4
Views: 7001
|
Forum: General CCS C Discussion Posted: Sat Jan 18, 2014 6:46 pm Subject: Stuck in Programming, need a little help |
Hello to all,
First of all, I want to apologize for my bad english ...
I'm new here in this forum and have a small question to the professionals...
At the moment I'm working on a small program ... |
|