Skip to content

Commit

Permalink
impr structure
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGawron committed Dec 11, 2024
1 parent 94180c6 commit 1b85653
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore

This file was deleted.

18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,26 @@ Remarks:

PCB was done in KiCAD.

### Hazards

* **The battery container electrodes for chamber polarization are very close to the metal casing; the soldered electrodes should be filed down and secured with insulating tape to prevent short circuits.**
* **The device uses relatively high voltage (32V) to polarize the ionization chamber.** The electrodes of the ionization chamber should not be touched.

## Software

* [Details about the firmware are available here.](./Software/Firmware/README.md)
* [Details about the acquisition software are available here.](./Software/DataAcquisition/README.md)

In the future, data from the device will be gathered and processed using the [HardwareDataLogger project](https://github.com/RobertGawron/HardwareDataLogger), which is currently in development.

## Hazards
## Simulation

* **The battery container electrodes for chamber polarization are very close to the metal casing; the soldered electrodes should be filed down and secured with insulating tape to prevent short circuits.**
* **The device uses relatively high voltage (32V) to polarize the ionization chamber.** The electrodes of the ionization chamber should not be touched.
A simple mockup was created to generate dummy test data without the need for the real device. This allows testing of the acquisition software (mainly the scripts that generate output diagrams) without requiring hardware.

[More details.](Simulation/README.md)

## DevOps

All software is developed inside a Docker container.

[More information about setting up the environment.](./DevOps/Docker/README.md)

0 comments on commit 1b85653

Please sign in to comment.