From 4419de90c1557c77e1c67d65827e7cc775cec348 Mon Sep 17 00:00:00 2001 From: BrokenVoodooDoll Date: Fri, 24 Feb 2023 18:25:25 +0400 Subject: [PATCH] Added resource for arduino setup --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5dffb4c..e1bdc33 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The laser without a Q-factor modulator operates in continuous mode. But some las ![](images/pulse_scheme.svg) -The Arduino UNO hardware platform based on the Atmega 328p 8-bit microcontroller was chosen to perform this task. The control unit consists of only two components: a microcontroller (processes an external signal and generates pulses) and a power amplifier. +The Arduino UNO hardware platform based on the Atmega 328p 8-bit microcontroller was chosen to perform this task, but basically, it could be any other Arduino or even bare Atmega chip. The control unit consists of only two components: a microcontroller (processes an external signal and generates pulses) and a power amplifier. ![](images/full_scheme.png) @@ -111,6 +111,4 @@ $t_b = 0.034\ \mu s < 0.4\ \mu s$ ## Arduino adjust -```cmd -%ArduinoIDEPath%\hardware\tools\avr\bin\avrdude.exe -C "%ArduinoIDEPath%\hardware\tools\avr\etc\avrdude.conf" -p atmega328p -c arduino -P COM4 -b 115200 -U flash:w:"$(ProjectDir)Debug\$(TargetName).hex":i -``` \ No newline at end of file +In order to program Arduino using assembly, the [following article](https://www.arnabkumardas.com/platforms/atmel/how-to-flash-or-program-arduino-from-atmel-studio/) can be used. \ No newline at end of file