Hi!
I've been doing a project of Ball Beam Balancing Problem in Arduino. I am using servo and eFLL libraries as a tools to implement fuzzy logic as a controller to servo. The script in python sends coordinates of a ball using pyserial library.
As I am trying to debug the code, python script sends the coordinates to Arduino, the Arduino sends back the coordinates as a confirmation of data recieved. While working with the Arduino Uno board, the back and forth communication lasts between 20 to 60 seconds, then no data is recieved by a Python script. Thought it might be something with computation power or memory overload, so I switched to Arduino Mega. On Mega there are no data recieved in python script (yes i changed the COM port)