Arduino: Difference between revisions

From Network Security Wiki
Content added Content deleted
m (Protected "Arduino" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [Delete=Allow only administrators] (indefinite)))
 
(5 intermediate revisions by the same user not shown)
Line 3: Line 3:
<br />
<br />


[[File:Arduino Uno - R3.jpg|center]]




= Introduction =
{{UC}}
<br />

= Power =
Source: [http://cybergibbons.com/uncategorized/arduino-misconceptions-6-a-9v-battery-is-a-good-power-source/ cybergibbons.com] [https://hwstartup.wordpress.com/2013/04/15/how-to-run-an-arduino-clone-on-aa-batteries-for-over-a-year-part-2/ hwstartup.wordpress.com]
{{UC}}


<br />
<br />
<br />
<br />

= Terminal access =

== Screen ==

Basics:
screen
Ctrl-A and ? ==> Shortcuts
Ctrl-A and / ==> Kill all Screens
Ctrl-A and k ==> Kill this screen


Connect to Arduino:
screen /dev/ttyACM0 9600

Resume info:
screen -r

Resume:
screen -R




{{DISQUS}}
{{DISQUS}}

Latest revision as of 15:42, 10 April 2020



Introduction

        This section is under construction.


Power

Source: cybergibbons.com hwstartup.wordpress.com

        This section is under construction.



Terminal access

Screen

Basics:

screen
Ctrl-A and ?   ==> Shortcuts
Ctrl-A and /   ==> Kill all Screens
Ctrl-A and k   ==> Kill this screen


Connect to Arduino:

screen /dev/ttyACM0 9600

Resume info:

screen -r

Resume:

screen -R


{{#widget:DISQUS |id=networkm |uniqid=Arduino |url=https://aman.awiki.org/wiki/Arduino }}