srini.pes
Member level 3
- Joined
- May 28, 2010
- Messages
- 61
- Helped
- 2
- Reputation
- 4
- Reaction score
- 2
- Trophy points
- 1,288
- Location
- NIT calicut
- Activity points
- 1,725
Hi to all.,
We have designed one bipedal robo using LPC controller., it was working fine.
Now, we want to complete the same task using the micro controller (ATMEGA32).,
Our task is like to walk the robo in a straight path (Forward direction).
After few steps, it was not moving and motor movement became too slow.
After some time it started going backwards.......
Is there any problem with the infinite loop we mentioned like as follows,
------------
While(1)
straightpath()
-------------------
Can you guess what the problem was ??
We have cross checked our code, we didn't find any issues with it.
Please help us...
Thanking you
SRINI
We have designed one bipedal robo using LPC controller., it was working fine.
Now, we want to complete the same task using the micro controller (ATMEGA32).,
Our task is like to walk the robo in a straight path (Forward direction).
After few steps, it was not moving and motor movement became too slow.
After some time it started going backwards.......
Is there any problem with the infinite loop we mentioned like as follows,
------------
While(1)
straightpath()
-------------------
Can you guess what the problem was ??
We have cross checked our code, we didn't find any issues with it.
Please help us...
Thanking you
SRINI