RPICT QC Tools: Difference between revisions
Jump to navigation
Jump to search
(Created page with " =Preliminairies= The guide below must have been followed first. Upload_Arduino_sketch_from_Raspberrypi_to_RPICT =Installation= Download the package wget lechacal.com/...") |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
The guide below must have been followed first. | The guide below must have been followed first. | ||
[[Upload_Arduino_sketch_from_Raspberrypi_to_RPICT]] | [[Upload_Arduino_sketch_from_Raspberrypi_to_RPICT]] | ||
Line 8: | Line 9: | ||
Download the package | Download the package | ||
wget lechacal.com/RPICT/tools/ | wget lechacal.com/RPICT/tools/rpict-qc-tools.zip | ||
Unzip it | Unzip it | ||
unzip rpict-qc-tools.zip | unzip rpict-qc-tools.zip | ||
Move | Move inside | ||
cd rpict-qc-tools | cd rpict-qc-tools | ||
To read the master board load the firmware below | |||
lcl-upload-sketch.sh QC_01.ino.hex | lcl-upload-sketch.sh QC_01.ino.hex | ||
the slave load this one instead | for the slave load this one instead | ||
lcl-upload-sketch.sh QC_01_slave1.ino.hex | lcl-upload-sketch.sh QC_01_slave1.ino.hex | ||
=Run it= | |||
./lcl-qc.py | |||
=Revert to original firmware= | |||
[[Upgrading_to_sketch_version_4]] |
Latest revision as of 21:24, 18 August 2022
Preliminairies
The guide below must have been followed first.
Upload_Arduino_sketch_from_Raspberrypi_to_RPICT
Installation
Download the package
wget lechacal.com/RPICT/tools/rpict-qc-tools.zip
Unzip it
unzip rpict-qc-tools.zip
Move inside
cd rpict-qc-tools
To read the master board load the firmware below
lcl-upload-sketch.sh QC_01.ino.hex
for the slave load this one instead
lcl-upload-sketch.sh QC_01_slave1.ino.hex
Run it
./lcl-qc.py