User Tools

Site Tools


solving_an_issue_using_pydarts

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
solving_an_issue_using_pydarts [2017/05/05 12:31] poilousolving_an_issue_using_pydarts [2024/01/01 16:31] (current) – external edit 127.0.0.1
Line 1: Line 1:
-**Hi folks**. You are here maybe because you are very close to the goal... but you experience problem+**Hi folks**. You are here maybe because you are very close to the goal... but you are experiencing problems
-Do not give up ! Here are some help to debug your configuration.+**Do not give up!** Here is some help to debug your configuration. 
 + 
 +====== I want to request some help ! ====== 
 + 
 +:!: always use the latest development version when requesting help on the forum. To get it, please check using pyDarts from source for [[pydarts_on_gnu-linux|on linux]] or [[pydarts_on_microsoft_windows|Windows]]. 
 + 
 +Take a look at the common issues downyard. 
 + 
 +Please post a message on the [[https://sourceforge.net/p/pydarts/discussion/|sourceforge]] discussion channel. Please give minimal information to help the community debugging 
 + 
 +  * your exact pyDarts version (displayed when you launch the software, or when when you downloaded it) 
 +  * the output of the terminal running pyDarts with option "--debuglevel=1" 
 +  * your configuration (Arduino type, Raspberry if relevant, etc) 
 +  * a good description of your issue 
  
 ====== Debugging Arduino ====== ====== Debugging Arduino ======
  
-You uploaded your first configuration file in your Arduino controler Wants to test your wirings and your soldering  ?+You uploaded your configuration file to your Arduino controllerWant to test your wiring and your soldering?
 Open the Arduino software. Click on "**Tools**" > "**Serial Monitor**" like the following picture :\\  Open the Arduino software. Click on "**Tools**" > "**Serial Monitor**" like the following picture :\\ 
 {{::arduino_serial_monitor_01.png?nolink&400|}} {{::arduino_serial_monitor_01.png?nolink&400|}}
Line 10: Line 24:
 Hit a segment of your board, or **create a contact** with two pins of your Arduino (use a paper clip on your arduino, for example). Something should appear on the screen like the following picture :\\  Hit a segment of your board, or **create a contact** with two pins of your Arduino (use a paper clip on your arduino, for example). Something should appear on the screen like the following picture :\\ 
 {{::arduino_serial_monitor_02.png?nolink&400|}} {{::arduino_serial_monitor_02.png?nolink&400|}}
 +
 +====== pyDarts first run ======
 +
 +It's possible that pyDarts cannot detect your com port and that calibration fails. Please have a look to the special page [[pydarts_first_run|pyDarts first run]]
  
 ====== Debugging your pydarts software ====== ====== Debugging your pydarts software ======
Line 16: Line 34:
 <code>pydarts --debuglevel=1</code> <code>pydarts --debuglevel=1</code>
  
-When the "board calibration" screen appear, hit a segment, and see what is the output on the terminal.+When the "board calibration" screen appears, hit a segment, and see what outputs on the terminal.
  
-Note that there is a file named KNOWN_ISSUES in the pydarts package that summarize all the problems already encountered by any of us.+Note: There is a file named KNOWN_ISSUES in the pydarts package that summarize all the problems already encountered by any of us
 + 
 +====== pyDarts won't run ====== 
 + 
 +If your pyDarts software won't start, that's probably because you use a x32 system (processor with a 32 bits architecture). pyDarts binary can only run on a x64 architecture. If you really need to use a x32 system, like on a Raspberry Pi, please use pyDarts from source code.
  
-====== My issue is still there ! ====== 
  
-Please post a message on the [[https://sourceforge.net/p/pydarts/discussion/|sourceforge]] discussion channel. Please give minimal information to help the community debugging : 
-  * your pyDarts version (displayed when you launch the soft, or when when you downloaded it) 
-  * the output of pydarts with option "--debuglevel=1" 
-  * your configuration (Arduino type, Raspberry if relevant, etc) 
-  * a good description of your issue 
  
 Enjoy ! Enjoy !
solving_an_issue_using_pydarts.1493987470.txt.gz · Last modified: 2024/01/01 16:31 (external edit)