Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3b4894a

Browse files
author
Paul Honig
committedMar 20, 2025·
Fill specification pages with trivia. Fix path to konsool back image.
1 parent 7b020a7 commit 3b4894a

File tree

7 files changed

+44
-5
lines changed

7 files changed

+44
-5
lines changed
 

‎content/en/docs/Badges/Konsool/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The brand-new ESP32-P4 will be the star of the show, with it's **dual core 400MH
3636

3737
**WiFi, Bluetooth** and even **802.15.4** mesh networking are available thanks to the ESP32-C6 module included on the board.
3838

39-
The P4 also supports hardware accelerated encoding and decoding of h264, in combination with MIPI DSI / CSI so it is powerful enough to record video via a Raspberry pi camera, encoded it, and streamed over wifi to the internet!
39+
The P4 also supports hardware accelerated encoding and decoding of **h264**, in combination with MIPI DSI / CSI interfaces. This CPU is powerful enough to record video via a Raspberry pi camera, encoded it, and streamed over wifi to the internet!
4040

4141
## The team
4242

‎content/en/docs/Badges/Konsool/hardware/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ weight: -10
66
---
77

88
<img src="../konsool-logo.svg" style="display: block; margin-left: auto; margin-right: auto; margin-bottom: 4rem; width: 60%">
9-
<img src="../konsool-back.svg" style="display: block; margin-left: auto; margin-right: auto; margin-bottom: 4rem; width: 60%">
9+
<img src="konsool-back.svg" style="display: block; margin-left: auto; margin-right: auto; margin-bottom: 4rem; width: 80%">

‎content/en/docs/Badges/Konsool/hardware/specifications/battery/_index.md

+12
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,15 @@ nodateline: true
55
weight: -10
66
---
77

8+
# Battery
9+
10+
<img src="battery-upclose.jpg" style="display: block; margin-left: auto; margin-right: auto; margin-bottom: 4rem; width: 80%">
11+
12+
## Specifications
13+
14+
| label | Value |
15+
| -------- | ----------------- |
16+
| Brand | Tewaycell |
17+
| Type | Lithium ion |
18+
| Voltage | 3.7V |
19+
| Capacity | 2500 mAH (9.25Wh) |
Loading

‎content/en/docs/Badges/Konsool/hardware/specifications/esp-c6/_index.md

+17-2
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,20 @@ nodateline: true
55
weight: -10
66
---
77

8-
specsheet for ESP-C6, to be reworked into better specification page
9-
https://www.espressif.com/sites/default/files/documentation/esp32-c6_datasheet_en.pdf
8+
9+
10+
## Specifications
11+
12+
| label | Value |
13+
| -------- | ----------------- |
14+
| Type | ESP32-C6-WROOM-1 |
15+
| Architecture | RISC-V |
16+
| Flash | 8 mb |
17+
| WIFI version | 6 |
18+
| WIFI frequency | 2.4 GHz |
19+
| Bluetooth | LE |
20+
| IOT | Zigbee + THread (802.15.4) |
21+
22+
## Datasheet
23+
24+
For detailed specifications please look at the [datasheet](https://www.espressif.com/sites/default/files/documentation/esp32-c6-wroom-1_wroom-1u_datasheet_en.pdf)

‎content/en/docs/Badges/Konsool/hardware/specifications/esp-p4/_index.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,16 @@ weight: -10
77

88
#Specifications
99

10-
To Be added, not yet available from Espressif
10+
11+
| label | Value |
12+
| -------- | ----------------- |
13+
| Type | ESP32-P4 |
14+
| PSRAM | 16/32 mb |
15+
| Architecture | RISC-V |
16+
| High speed cores | 2 |
17+
| High speed clock | 400MHz |
18+
| Low speed cores | 1 |
19+
| Low speed clock | 40 MHz |
20+
21+
22+
For more details please look at the [datasheet](https://www.erlendervik.no/.div/ESP32_P4_Chip_Datasheet__EN.pdf)

0 commit comments

Comments
 (0)
Please sign in to comment.