User Tools

Site Tools


rtes:topics:arduino:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
rtes:topics:arduino:start [2018/10/18 08:37] adminrtes:topics:arduino:start [2018/10/18 08:56] (current) – [Lecture Notes] admin
Line 31: Line 31:
  
 ===== Lecture Notes ===== ===== Lecture Notes =====
 +
 +==== University of Washington, Computer Sciences (CS), Course Number CSE P567 ====
 +
 +  * [[https://courses.cs.washington.edu/courses/csep567/10wi/lectures/Lecture6.pdf|Lecture 6 – Introduction to the ATmega328 and Arduino]]
 +  * [[https://courses.cs.washington.edu/courses/csep567/10wi/lectures/Lecture7.pdf|Lecture 7 – ATmega328 Timers
 +and Interrupts]]
  
 /* /*
Line 56: Line 62:
 ===== Lab / Exercises ===== ===== Lab / Exercises =====
  
-==== Background: ARM Cortex M0+ Processor ==== +==== Background: Atmega328P Processor ====
- +
-{{https://www.arduino.cc/en/uploads/Guide/M0Pro_Usb_Ports.jpg?400}} +
- +
-We will use the next generation **[[https://store.arduino.cc/arduino-m0-pro|Arduino M0 Pro]]** for this course. Its core is an **[[https://en.wikipedia.org/wiki/ARM_Cortex-M|ARM Cortex M0+]]** processor which make it faster and more powerful than the Arduino UNO based on the AVR-8-bit core. +
  
-The CPU used is [[http://www.microchip.com/wwwproducts/en/ATsamd21g18|ATSAMD21G18]] having been designed by the former company Atmel which now has been taken over by Microchip. +The CPU used is [[https://www.microchip.com/wwwproducts/en/ATmega328p|ATmega328p]] having been designed by the former company Atmel which has been taken over by Microchip. 
  
  
Line 74: Line 76:
 ==== Setting up the Arduino IDE tool chain ==== ==== Setting up the Arduino IDE tool chain ====
  
-Please follow the instructions on [[https://www.arduino.cc/en/Guide/ArduinoM0|Getting started with the Arduino M0 Pro]].+Please follow the instructions on [[https://www.arduino.cc/en/Guide/ArduinoUno|Getting started with the Arduino and Genuino UNO]].
  
 ==== 0. General Basic Commands ==== ==== 0. General Basic Commands ====
rtes/topics/arduino/start.1539851842.txt.gz · Last modified: 2018/10/18 08:37 by admin