Skip to content

Commit

Permalink
Add Support section and remove Forum link
Browse files Browse the repository at this point in the history
The community forum was not very active. Let's instead have all
discussions directly in GitHub issues.
  • Loading branch information
martinjaeger committed Nov 2, 2024
1 parent 60422ba commit f648d64
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default defineConfig({
nav: [
{ text: 'Hardware', link: '/hardware/' },
{ text: 'Software', link: '/software/' },
{ text: 'Support', link: '/support/' },
{ text: 'Learn', link: 'https://learn.libre.solar' },
/*{
text: 'Learn',
Expand All @@ -35,7 +36,6 @@ export default defineConfig({
{ text: 'Production', link: '/learn/production.md' },
],
},*/
{ text: 'Forum', link: 'https://talk.libre.solar', target:'_self' },
{ text: 'About', link: '/about' },
],

Expand Down
2 changes: 0 additions & 2 deletions src/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ Fruchtallee 17<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.

### Vertretung

Libre Solar Technologies GmbH wird vertreten durch Dr. Martin Jäger.
Expand Down
3 changes: 3 additions & 0 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ hero:
- text: Explore Hardware
link: /hardware/
theme: brand
- text: Get Support
link: /support/
theme: alt
features:
- title: Hardware and Software
details: Flexible MPPT/PWM solar charge controllers and battery management systems (BMS) for Li-ion batteries
Expand Down
Binary file added src/support/images/a-labs-logo-320x65px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/support/images/a-labs-logo-black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/support/images/speaker-eoss-2023.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/support/images/zephyr-maintainer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions src/support/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Support

## Community Support

The development of the Libre Solar software and hardware takes place on GitHub. For this reason, issues in the correct repository are the preferred way to ask questions or suggest improvements. If you implemented an improvement already, you can send a pull-request, which will be reviewed and possibly merged with the existing code or hardware files.

Libre Solar GitHub page: [github.com/LibreSolar](https://github.com/LibreSolar)

Please be aware that technical questions cannot be answered by email because of limited resources and because answers in e-mails are not visible to other people.

## Commercial Support

If you like to develop a product based on Libre Solar firmware or hardware and need development support, please [get in contact with us](mailto:[email protected]).

We also offer generic **Engineering and Development services** in the areas of IoT, Hardware & Firmware, Cloud, App and Web through our partner company [A Labs](https://a-labs.io):

<div style="text-align: center">
<a href="https://a-labs.io">
<img src="./images/a-labs-logo-320x65px.png" alt="A Labs" style="display:inline; padding:20px" />
</a>
</div>

## Zephyr RTOS Support

Libre Solar is a regular contributor to the [Zephyr RTOS](https://github.com/zephyrproject-rtos/zephyr).

Our founder (Martin Jäger) is maintainer of the **DAC driver** and the **Task Watchdog** subsystem. In addition to that, we are involved in the LoRaWAN development and in industrial communication like the CAN bus and ISO-TP to bridge the gap between traditional protocols and IoT.

<div style="text-align: center">
<a href="https://www.credly.com/badges/e2b74c93-174c-413f-b871-c8c20b80c085/public_url">
<img src="./images/zephyr-maintainer.png" alt="Zephyr Maintainer" style="display:inline; height:180px; padding:20px" />
</a>
<a href="https://www.credly.com/badges/838396fb-2c95-44ad-9f96-65d218cef53c/public_url">
<img src="./images/zephyr-technical-contributor.png" alt="Zephyr Technical Contributor" style="display:inline; height:180px; padding:20px" />
</a>
</div>

If you need support with your Zephyr-based project, [just send us an e-mail](mailto:[email protected]).

### Talks and Conferences

At the Zephyr Developer Summit 2021 we have organized the [Power Electronics Mini-Summit](https://www.youtube.com/watch?v=9XKQqPuZh9w) where we had a presentation about **IoT-enabled Solar Power Converters with Zephyr**. We have also had a talk about using [Zephyr with ThingSet](https://www.youtube.com/watch?v=utQmthcL3ZM&ab_channel=TheLinuxFoundation) at the Zephyr Developer Summit 2023 (as part of the Embedded Open Source Summit).

<div style="text-align: center">
<a href="https://www.credly.com/badges/22ae2597-e428-4656-94f1-920504c5c91d/public_url">
<img src="./images/speaker-zephyr-developer-summit-2021.png" alt="Zephyr Developer Summit 2021 Speaker" style="display:inline; height:200px; padding:20px" />
</a>
<a href="https://www.credly.com/badges/3eba7280-9a58-44d8-bf1b-12b369ab51fb/public_url">
<img src="./images/speaker-eoss-2023.png" alt="Zephyr Technical Contributor" style="display:inline; height:200px; padding:20px" />
</a>
</div>

0 comments on commit f648d64

Please sign in to comment.