Skip to content

Basic Trouble Shooting

Claude Pageau edited this page Jan 2, 2018 · 29 revisions

Some basic trouble shooting steps to confirm correct operation

Verify pi-timolo.py Runs Without Issues

Check if pi-timolo.py will Run from command prompt with config.py variable

verbose = True    

From a logged in Putty SSH (secure shell) or desktop terminal session run the following commands

cd ~/pi-timolo
./pi-timolo.py

Trigger motion or wait for timelapse and monitor screen messages. If it fails please note console error message(s). Also note version of Raspbian you are running and RPI model. Note: pi-timolo.py has been tested and will run under all recent versions of Raspbian as long as the pi-camera firmware is current. Also note you cannot run pi-timolo.py from both /etc/rc.local and crontab although you can run pi-timolo.sh from both since it checks if process is already running and will not try to rerun.

Trouble Shooting Suggestions

  • Does raspberry pi camera run OK from raspistill when pi-timolo is not trying to run. Make sure no other program is accessing the pi-camera since it cannot be shared. Also verify that the pi-camera has been enabled from sudo raspi-config. For more detail pihut.com Tutorial - How to Install and Use the Raspberry Pi Camera
  • Rerun github curl script to ensure it completed successfully. Note any error messages.
  • Update firmware per wiki https://github.com/pageauc/pi-timolo/wiki/How-to-Install-or-Upgrade#update-firmware-optional
  • Also I have had users who had to reburn raspbian image so that is something you could try.
  • Make sure you are doing initial testing with good lighting conditions so you can test motion tracking. Low light conditions will take longer for timelapse and will not work very well for motion tracking depending on lighting conditions.
  • Check raspberry pi power supply to ensure it can handle power requirements.

Raise a new github issue with specific error messages or problem description and conditions if you still have problems https://github.com/pageauc/pi-timolo/issues

How to Run menubox.sh

Clone this wiki locally