-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: add documentation framework and basic docs #172
Conversation
Added documentation framework files. Added basic docs. NCD-684. Signed-off-by: Grzegorz Ferenc <[email protected]>
Edited style and formatting and tooltips for consistency. NCD-684. Signed-off-by: Grzegorz Ferenc <[email protected]>
b7a7a7f
to
4981cd9
Compare
doc/docs/overview.md
Outdated
|
||
| Button | Description | | ||
| ------------------------ | ----------- | | ||
| **Export Configuration** | Export the PMIC configuration based on the nPM PowerUP application settings. You can save the configuration to an `.overlay` file for [use in the nRF Connect SDK](https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/device_guides/pmic/npm1300.html#importing_an_overlay_from_npm_powerup) or to a JSON file for later use in nPM PowerUP.</br></br>You can also set the configuration before you select a device and export it to a file. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| **Export Configuration** | Export the PMIC configuration based on the nPM PowerUP application settings. You can save the configuration to an `.overlay` file for [use in the nRF Connect SDK](https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/device_guides/pmic/npm1300.html#importing_an_overlay_from_npm_powerup) or to a JSON file for later use in nPM PowerUP.</br></br>You can also set the configuration before you select a device and export it to a file. | | |
| **Export Configuration** | Export the PMIC configuration based on the nPM PowerUP application settings. You can save the configuration to an `.overlay` file for [use in the nRF Connect SDK](https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/device_guides/pmic/npm1300.html#importing_an_overlay_from_npm_powerup) or to a JSON file for later use in nPM PowerUP.</br></br>You can also set the configuration before you select a device and export it to a file ( offline mode ). | |
doc/docs/overview.md
Outdated
| Button | Description | | ||
| ------------------------ | ----------- | | ||
| **Export Configuration** | Export the PMIC configuration based on the nPM PowerUP application settings. You can save the configuration to an `.overlay` file for [use in the nRF Connect SDK](https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/device_guides/pmic/npm1300.html#importing_an_overlay_from_npm_powerup) or to a JSON file for later use in nPM PowerUP.</br></br>You can also set the configuration before you select a device and export it to a file. | | ||
| **Load Configuration** | Load the PMIC configuration from a JSON file and update all configurations accordingly.</br></br>You can also load a configuration before you select a device. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| **Load Configuration** | Load the PMIC configuration from a JSON file and update all configurations accordingly.</br></br>You can also load a configuration before you select a device. | | |
| **Load Configuration** | Load the PMIC configuration from a JSON file and update all configurations accordingly.</br></br>You can also load a configuration without selecting a device ( offline mode ). | |
doc/docs/overview.md
Outdated
|
||
### Settings | ||
|
||
This side panel area lets you configure the reporting rate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This side panel area lets you configure the reporting rate. | |
This side panel area lets you configure the reporting rate. This effect the frequency of the data on the graph pan, the battery status card and the Fuel Gauge car. |
doc/docs/overview.md
Outdated
!!! info "Tip" | ||
Check the battery datasheet for the termination voltage and current limit values that you can set for your battery. | ||
|
||
Using the built-in battery models, you can get an estimated time-to-full and time-to-empty when charging or discharging a battery connected to the EK. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using the built-in battery models, you can get an estimated time-to-full and time-to-empty when charging or discharging a battery connected to the EK. | |
Using the built-in battery models, you can get an estimated time-to-full and time-to-empty when charging or discharging a battery connected to the EK. This also provides a State of Charge in percentage (SOC) |
doc/docs/overview.md
Outdated
| ------------------------ | -------- | ----------------------------------------------------------------------------------------------------------------------------- | | ||
| **Process Included Data**| Project | If your project includes multiple temperature profiles, you can include a selection of them with the **Include** toggle. Using this option processes only the included temperature profiles. | | ||
| **Save Battery Model** | Project | Save the battery model for the entire project to a JSON or an INC file. This only saves the temperature profiles you have selected with the **Include** toggle. | | ||
| **Write Battery Model** | Project | Write the battery model for the entire project to the nPM Controller. This only writes the temperature profiles you have selected with the **Include** toggle. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| **Write Battery Model** | Project | Write the battery model for the entire project to the nPM Controller. This only writes the temperature profiles you have selected with the **Include** toggle. | | |
| **Write Battery Model** | Project | Write the battery model to the nPM controller for the entire project to the nPM Controller. This only writes the temperature profiles you have selected with the **Include** toggle. | |
doc/docs/overview.md
Outdated
|
||
Here you write and save battery models from selected vendors that has been profiled by Nordic Semiconductor. | ||
|
||
When writing, you are going to write new firmware on the nPM Controller to one of its available battery model slots. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When writing, you are going to write new firmware on the nPM Controller to one of its available battery model slots. | |
When writing, you are going to write new battery model on the nPM Controller to one of its available battery model slots. |
doc/docs/overview.md
Outdated
When writing, you are going to write new firmware on the nPM Controller to one of its available battery model slots. | ||
This can overwrite the [**Active Battery Model**](#fuel-gauge). | ||
|
||
When saving, the battery model is saved in the INC file format in the selected directory. This file format is meant for integrating the battery model into your final application with a Nordic System on Chip (SoC). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When saving, the battery model is saved in the INC file format in the selected directory. This file format is meant for integrating the battery model into your final application with a Nordic System on Chip (SoC). | |
When saving, the battery model is saved in the JSON that can be downloaded to the nPM Controller or INC file format in the selected directory. This file format is meant for integrating the battery model into your final application with a Nordic System on Chip (SoC). |
doc/docs/overview.md
Outdated
|
||
## Graph tab | ||
|
||
After generating the battery model, you can use the **Graph** tab to evaluate the battery state-of-charge predictions in real time. Make sure the battery Fuel Gauge in the **Dashboard** tab or **Fuel Gauge** tab is enabled. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After generating the battery model, you can use the **Graph** tab to evaluate the battery state-of-charge predictions in real time. Make sure the battery Fuel Gauge in the **Dashboard** tab or **Fuel Gauge** tab is enabled. | |
Here you can monitors the state of the PMIC over the such as current voltage temperature and State of Charge (SOC). For SOC make sure the battery Fuel Gauge in the **Dashboard** tab or **Fuel Gauge** tab is enabled. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments but approved otherwise :)
Signed-off-by: Grzegorz Ferenc <[email protected]>
Signed-off-by: Grzegorz Ferenc <[email protected]>
Signed-off-by: Grzegorz Ferenc <[email protected]>
Signed-off-by: Grzegorz Ferenc <[email protected]>
Added documentation framework files.
Added basic docs.
NCD-684.