sarimbinwaseem / Salah-Timmings

:clock1130: Salah Timings on SSD1306, Raspberry Pi.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linting: pylint Code style: black Ruff

Salah-Timmings

Display Salah Timmings on small display, running on Raspberry Pi.

SSD1306 showing current time and next day's Fajar time. SSD1306 showing current and next Salah's time.

In Progress.

  • Make a logic to return Isha ending time (i.e. Fajir start time of next day).
  • Simulate a month ending and observe behavior. I reckon some errors may occur at the end of the month.
  • Confirm and correct the timmings.
  • 3rd info to show: Remaining time to next Salah.
  • Add a physical momentary button to display for 5 seconds then turn off the display (to avoid burn-in).

Pinouts and connections:

I have a SSD1306 display with 4 pins:

  1. VCC
  2. GND
  3. SDA
  4. SCL

VCC -> 3V3

GND -> GND

SDA -> SDA

SCL -> SCL

Check Adafruit's website for other displays' connections.

Setup:

  1. Load Raspberry Pi OS on your RPi.
  2. Enter command and enable I2C or SPI from Interface options as needed:
sudo raspi-config
  1. Get XLSX timming files for your location and save them in XLSX folder.
  2. Run xl2shelve.py to convert XLSX files to readable objects.

Important

You could get into errors if you blindly run the scripts. Read the script then modify.

  1. Change index of Salahs w.r.t. to indexes of XLSX file (if needed).
  2. Change main.py file as needed for your display then run:
sudo python main.py

Important

If you are getting shelve library error, try upgrading to newer Python version. I have tried on 3.11.3 & 3.11.4. You can try this website for alternate install of Python:

Autostart with systemd:

  1. Modify the user and ExecStart (and other if needed) in salah_timings.service file.
  2. Copy this file to /etc/systemd/system/
  3. Enable the service to let it start on boot.
sudo systemctl enable salah_timmings.service

Conclusion:

Unfortunately, My SSD1306 display is broken. i2cdetect is not detecting it so, I cannot work on this project further.

I have bought a new OLED SSD1306 display and successfully completed the project.

About

:clock1130: Salah Timings on SSD1306, Raspberry Pi.

License:MIT License


Languages

Language:Python 98.9%Language:Shell 1.1%