Skip to content

Commit

Permalink
Update faq.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
bimac committed Aug 28, 2023
1 parent 7fe43c0 commit e3afc75
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions docs/source/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,23 @@ Frequently Asked Questions

Here we collect common issues and questions regarding IBLRIG.


First Aid
=========

Here are the first steps to follow if your IBLRIG isn't functioning properly:
If your rig is acting up:

* Employ the automated test-script bundled with IBLRIG. This script helps identify common issues.
* Employ the **automated test-script** bundled with IBLRIG. This script helps identify common issues.
Execute it using PowerShell:

.. code:: powershell
C:\iblrigv8\venv\scripts\Activate.ps1
python C:\iblrigv8\scripts\hardware_validation\verify_hardware.py
* Check `the comprehensive user manual <https://doi.org/10.6084/m9.figshare.11634732.v6>`__.
* Check `the comprehensive user manual <https://doi.org/10.6084/m9.figshare.11634732.v6>`__ ("Appendix 3" on GoogleDrive).
Verify if all connections are secure, and configurations align with the manual's guidelines.

* Should challenges persist, don't hesitate to contact our developer team for assistance. We're committed to getting your system back on track.
* Don't hesitate to **contact our developer team** for assistance. We're committed to getting your system back on track.


Bug Alert!
Expand All @@ -30,6 +29,7 @@ Bug Alert!
Indeed, bugs are persistently present. Our team is in a perpetual quest to eliminate these pesky issues. Your
contribution is invaluable in this endeavor; kindly consider `creating an issue on GitHub <https://github.com/int-brain-lab/iblrig/issues>`_.


Feature Request?
================

Expand All @@ -54,7 +54,15 @@ Sound Issues
Screen Issues
=============

* The ribbon cable attaching the screen to the driver board is notoriously finicky. If you are having brightness issues or do not have a signal, try gently repositioning this cable and ensure it is tightly seated in its connection.
* These screens (especially with this cable) can be easily damaged. It is useful to have a backup screen on hand.
* If the Bonsai display is appearing on the PC screen when a task starts, try unplugginstimulg the rig screen, rebooting and plugging screen back in. Other variations of screen unplugging and rebooting may also work.
* Screen flashing can occur if the power supply does not match the screen specifications. Use a 12V adapter with at least 1A.
* The ribbon cable attaching the screen to the driver board is notoriously finicky. If you are having brightness issues or do not have a signal, try gently repositioning this cable and ensure it is tightly seated in its connection.
* Screen and ribbon cable can be easily damaged. It is useful to have backup at on hand.
* If the Bonsai display is appearing on the PC screen when a task starts, try unplugging the rig screen, rebooting and plugging the screen back in. Other variations of screen unplugging and rebooting may also work.
Also make sure, that the ``DISPLAY_IDX`` value in ``hardware_settings.yaml`` is set correctly.
* Screen flashing can occur if the power supply does not match the screen specifications. Use a 12V adapter with at least 1A.


Frame2TTL
=========

* Version 1 of Frame2TTL won't be detected after restarting the computer.
Unplugging and replugging the USB cable should make it responsive again.

0 comments on commit e3afc75

Please sign in to comment.