Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
12 years, 11 months ago.
software simulation...plz help me...
Hi, At present I am working on a project relating to Active ankle foot movements using a rotatory potentiometer , heel sensor(a force transducer mounted at the bottom of the heel )which acts like a switch, and micro controller NXP LPC 1768.Can any one just let me know whether there is any software where I can draw schematic by connecting all the sensors and actuators to my controller NXP LPC 1768 and run my code and get the outputs??I want to complete my project by using software simulation itself suggest me any software where I get all my components??
1 Answer
12 years, 11 months ago.
Simulators that can run both circuits and microcontroller code in parallel exist, but they aren't used that often. I don't even know if one exists which can simulate an LPC1768. Generally it is just make it step by step and add plenty of serial debugging messages to see what is going on.
With something you are describing I generally prefer to first use the mbed, or another device, to capture the raw data and send it to matlab, and then in matlab have a look at the required algorithmes for processing it and implementing them in the mbed again.