SolderedElectronics / Dasduino-Board-Definitions-for-Arduino-IDE

10 stars 1 forks source link

"Hard restting vis RTS pin" #11

Closed dbreunig closed 7 months ago

dbreunig commented 1 year ago

Uploading any sketch via the Arduino IDE results in "Hard resetting via RTS pin". And nothing else. We see a power on print on the Serial terminal, but nothing else. Have tried with many examples and more basic code.

rsoric commented 1 year ago

Hi @dbreunig

that's the correct output after code upload. You might be using the wrong board definition. Try both 'Soldered ' and 'e-Radionica ' board definition variants for your product. They fundamentally change how the ESP interacts with the ePaper so one can't work on the other's board.

Please try the basic black and white examples first - they should always refresh the screen.

Let me know how this goes and we'll see from there.

-Rob

dbreunig commented 1 year ago

Thanks. Switching the e-Radionica and adjusting the baud rate worked.

Now, do you know why a BMP file is rendering just as lines then a static section?

On Sun, Oct 15, 2023 at 11:15 PM Robert Sorić @.***> wrote:

Hi @dbreunig https://github.com/dbreunig

that's the correct output after code upload. You might be using the wrong board definition. Try both 'Soldered ' and 'e-Radionica ' board definition variants for your product. They fundamentally change how the ESP interacts with the ePaper so one can't work on the other's board.

Please try the basic black and white examples first - they should always refresh the screen.

Let me know how this goes and we'll see from there.

-Rob

— Reply to this email directly, view it on GitHub https://github.com/SolderedElectronics/Dasduino-Board-Definitions-for-Arduino-IDE/issues/11#issuecomment-1763796093, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAT7AQG7SZ3B6VCXCFRH3LX7TGHTANCNFSM6AAAAAA6AMFNBU . You are receiving this because you were mentioned.Message ID: <SolderedElectronics/Dasduino-Board-Definitions-for-Arduino-IDE/issues/11/1763796093 @github.com>

rsoric commented 1 year ago

You're welcome @dbreunig

How are you loading the bmp, via the SD card, or did you use the Image converter to save it to RAM?

BornaBiro commented 7 months ago

Since the issue is fixed and the problem with the bitmap should be asked here I'm closing this issue.

If you have any other problems or questions, feel free to re-open the issue.