-

CommentStreams:9f8161ff1919bad1a730ceebb70973b3

From Geekworm Wiki
Jump to navigation Jump to search

This documentation is terrible! And with everyone's questions/comments, along with the poor responses that were provided, it makes the documentation very difficult to follow.

There are steps listed without any explanation on why they're needed.

If you really want customers to be successful with your product, you need to write better documentation! And it needs to be written up near the top of this page - not buried down in the comments!


Provide answers to the following questions:


1. Why is setting the hardware clock important? Raspberry Pi OS uses NTP to synchronize time.

There is little to no explanation for the following files:

  • x728bat.py to /home/pi

- Explain what this script does

- Is this only used for displaying the battery level?


  • x728pld.py to /home/pi

- Explain what this script does

- Is this only used for testing the buzzer?


  • /etc/x728pwr.sh

- Explain what this script does

- Why are you running a script from "/etc"? This should go under "/usr/local/bin"


  • /usr/local/bin/x728softsd.sh

- What is different about this script compared to /etc/x728pwr.sh?


  • /home/pi/x728/x728v2-asd.py

- Running this Python script (even with adding &) makes the script output display on the console constantly. That is very distracting and unnecessary for something that should run in the background.