Skip to content

Remove the struggle documented in the Readme pointing users to a Arduino #14

Open
@froscon2024

Description

@froscon2024

All Arduino things are not required to just install the released firmware file. When people start reading the Readme, they read things like:

The following tools are required to build and flash the firmware:

The typical installation is much more simple. There is no struggle with level shifters and 5V vs 3.3V needed.

If you already have a usb-ttl adapter like for example a cp210x laying around, those have often a 3.3V output. Or if you have for example a esp32 dev board, then use that. On the esp32 dev board connect the esp32 chip to reset. Then the esp32 chip is stopped and you have everything that is required to run a external esp chip with this board. Connect the 3.3Volt, the TX/RX from the build-in USB-TTL chip and so on to the ESP-01 and just use esptool software to write to the chip.

And if you do not own anything of that, a esp32 dev board or a standalone usb-ttl board are both cheaper and much more easy to setup then a complete Arduino board.

Arduino is in general 5V.
ESP is in general 3.3V.

It does not make sense to choose a 5V setup to try to configure/install a 3.3V board.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions