Skip to content

Commit

Permalink
docs: mention OpenDTU Fusion board as basic hardware
Browse files Browse the repository at this point in the history
  • Loading branch information
schlimmchen committed May 30, 2024
1 parent 0883bf3 commit 1f3972f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/hardware_flash.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Hardware you need

For a highly integrated board with most peripherals already included, have a
look at the [OpenDTU Fusion](https://shop.allianceapps.io/products/opendtu-fusion-community-edition)
board. There are also [OpenDTU-OnBattery-specific addons](https://github.com/markusdd/OpenDTUFusionDocs/blob/main/CANIso.md).

Otherwise, read on to assemble your own components.

### ESP32 board

For ease of use, buy a "ESP32 DEVKIT DOIT" or "ESP32 NodeMCU Development Board" with an ESP32-S3 or ESP-WROOM-32 chipset on it.
Expand Down

1 comment on commit 1f3972f

@Solar320
Copy link

@Solar320 Solar320 commented on 1f3972f Jun 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

opendtufusionv2

For this Board I use an new selfmade Partion:
partitions_custom_8mb.csv
board_build.partitions = partitions_custom_8mb.csv ; Flash muss vor Änderung komplett gelöscht werden.

EDIT: Its better to check the partition again, I made it with https://esp32.jgarrettcorbin.com/
It seems that the sum of kilobyte is a way to high....hmmmm But for now it work for me.

And an Boardconfig from Wolles ESP MiniWebRadio
ESP32-S3-DevKitC-1-N8R8.json
board = ESP32-S3-DevKitC-1-N8R2 ; 8 MB Flash, 2MB quad PSRAM *1) I create an "Board" folder and copy this file inside, then I can use this board.

There are some warnings when I use this Board, I think the reason is that there are some options "on" which will again switched off or changed into the sourcecode... I don't know.
I now can see the 2MB PSRAM inside the System Info.

Screenshot 2024-06-16 at 22-21-17 OpenDTU-onBattery

Please sign in to comment.