Skip to content

Commit

Permalink
Update outdated information
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjaeger committed Jun 26, 2023
1 parent 3aacf18 commit 38244cb
Show file tree
Hide file tree
Showing 11 changed files with 1,252 additions and 899 deletions.
1 change: 0 additions & 1 deletion docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ export default defineUserConfig<DefaultThemeOptions>({
children: [
{ text: 'Charge Controller', link: '/software/charge-controller.md' },
{ text: 'Battery Management', link: '/software/bms.md' },
{ text: 'ESP32 Edge', link: '/software/esp32-edge.md' },
],
},
/*{
Expand Down
2 changes: 1 addition & 1 deletion docs/about/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Libre Solar Technologies GmbH<br/>
Caffamacherreihe 43<br/>
20355 Hamburg<br/>

Telefon: +49 (0) 160 94179007<br/>
Telefon: +49 (0) 40 88190988<br/>
E-Mail: info at libre dot solar<br/>

*Remark:* We don't answer technical questions via E-Mail. Please use the [community platform](https://talk.libre.solar) instead, so that others with similar questions can also find the information.
Expand Down
6 changes: 1 addition & 5 deletions docs/software/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Firmware and Software

We are using state-of-the-art [Zephyr RTOS](https://www.zephyrproject.org/) for most of our firmware, combined with [PlatformIO](https://platformio.org/) to make it easily accessible even for beginners.

![Zephyr + PlatformIO](./images/zephyr-platformio.png)
We are using [Zephyr RTOS](https://www.zephyrproject.org/) for most of our firmware.

These are the some of the key advantages of Zephyr compared to other embedded operating systems:

Expand All @@ -12,8 +10,6 @@ These are the some of the key advantages of Zephyr compared to other embedded op

Libre Solar is also actively contributing to upstream Zephyr.

Devices based on ESP32 are currently programmed using the [ESP-IDF](https://github.com/espressif/esp-idf), as full Zephyr support for ESP32 is still [work in progress](https://github.com/zephyrproject-rtos/zephyr/issues/29394). A switch to Zephyr is a very likely option for the future.

## Further information

The C/C++ coding style for our firmware development is described [here](https://github.com/LibreSolar/coding-style).
2 changes: 1 addition & 1 deletion docs/software/bms.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The chips currently supported by the firmware are listed below.
| Texas Instruments | bq76920 | 3s-5s | full support | [link](https://www.ti.com/lit/ds/symlink/bq76920.pdf)
| Texas Instruments | bq76930 | 6s-10s | full support | [link](https://www.ti.com/lit/ds/symlink/bq76930.pdf)
| Texas Instruments | bq76940 | 9s-15s | full support | [link](https://www.ti.com/lit/ds/symlink/bq76940.pdf)
| Texas Instruments | BQ76952 | 3s-16s | support planned | [link](https://www.ti.com/lit/ds/symlink/bq76952.pdf)
| Texas Instruments | BQ76952 | 3s-16s | full support | [link](https://www.ti.com/lit/ds/symlink/bq76952.pdf)
| Renesas / Intersil | ISL94202 | 3s-8s | full support | [link](https://www.renesas.com/us/en/document/dst/isl94202-datasheet)


Expand Down
41 changes: 0 additions & 41 deletions docs/software/esp32-edge.md

This file was deleted.

Binary file removed docs/software/images/communication_channels.png
Binary file not shown.
Loading

0 comments on commit 38244cb

Please sign in to comment.