Saturday, December 26, 2020

Catheter Simulator Application Interfaced with Arduino UNO through USB Serial Link

26 December 2020

This is another important milestone toward the development of Catheter Simulation Application. The program code for Arduino UNO generates 0-9 up/down count in a continuous manner. To ensure, built-in LED is configured to ON for up count and OFF for down count. Python code is based on pyserial module. Serial port configuration is completed and port is open for data acquisition from Arduino. The link is based on USB cable. 

Demonstration video link at YouTube

After code for Arduino is complied and uploaded through Arduino IDE, the output is ensured through the Port Monitor. 


In Jupyter notebook, the relevant code to collect data from Arduino is written under [[[ DEMO ]]] button. 


No comments:

Post a Comment