Skip to content

Commit c40937c

Browse files
committed
Script
1 parent b1bba49 commit c40937c

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ This repository contains everything you need to get started with PixelGen, inclu
1919
```bash
2020
git clone https://github.com/yourusername/PixelGen.git
2121
cd PixelGen
22+
```
23+
24+
## Contributing
25+
We welcome contributions from the community. Please fork the repository and create a pull request with your enhancements or bug fixes.

Scripts/README.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# PixelGen Driver
2+
3+
## Compile the Driver Code
4+
To compile the driver code, use the following command in desginated folder:
5+
```bash
6+
make BOARD=redboard_artemis_atp COM_PORT=COM8 PYTHON3=python bootload_svl SVL_UPLOAD_BAUD=921600
7+
```
8+
9+
## Capture an Image
10+
To capture an image using the PixelGen platform, use the following script:
11+
```bash
12+
python capture.py -p COM8 -b 921600
13+
```
14+
15+
## Capture an Image and Collect Sensor Data
16+
To capture an image and simultaneously collect sensor data, use the following script:
17+
```bash
18+
python fusion.py -p COM8 -b 115200
19+
```

0 commit comments

Comments
 (0)