From 893c6492c86104d3b958acc85fc870f81aed0e84 Mon Sep 17 00:00:00 2001 From: Th3maz1ng Date: Fri, 30 Jul 2021 23:47:51 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8bdde6f..de8ce49 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,10 @@ To be honest, the best way to flash our own firmware on this board is to replace Indeed after looking at the reverse engineered schematic, the SPI pins needed for an ISP are not exposed (they are not even used...).
Fortunately enough, the onboard FTDI seems to be connected with the DTR line which is connected through a capacitor to the ATMEGA's reset pin that is required by the Arduino bootloader.
I will test it this weekend and keep you informed. +The test is done and IT WORKS !!!. I took an Arduino pro mini 3.3V 8MHz. I desoldered the ATMEGA328PU that was on it and soldered it back on the relay board.
+I then connected the board to the PC with a USB cable and started the Arduino IDE.
+In the tools menu of the IDE I chose the Arduino UNO board and I flashed the blink sketch.
+The download process worked and the led L (which is pin 13 luckily) started blinking as expected.
## Could the onboard ATMEGA be saved ? I will try to restore the chip to it's factory state by programming it with a HVPP (High Voltage Parallel Programmer) in order to reset the fuse bytes as well if they are set of course ...