Foundations




Foundations memberikan beberapa pengetahuan khusus tentang prinsip-prinsip dan teknik yang berada di belakang platform Arduino, seluruh keluarganya dari board dan software yang Anda gunakan untuk memberitahu papan Anda apa yang harus dilakukan.

Jika Anda ingin mendapatkan beberapa pengetahuan sebelum Anda mulai menggunakan hal-hal, ini adalah tempat yang tepat. Jika Anda ingin melompat pada bermain-main dengan papan Anda kunjungi halaman Getting Started.

BASICS



Microcontrollers

  • Digital Pins: How the pins work and what it means for them to be configured as inputs or outputs.
  • Analog Input Pins: Details about the analog-to-digital conversion and other uses of the pins.
  • PWM: How the analogWrite() function simulates an analog output using pulse-width modulation.
  • Memory: The various types of memory available on the Arduino board.
  • Do you want to develop further the Arduino Hardware, or just build an Arduino on a breadboard? Check out the Hacking section.

Programming

  • Language Reference: Discover the what each term of the Arduino code language means.
  • Variables: Understand how to define and use variables in a Sketch.
  • Functions: Learn how to define and use functions in a Sketch.
  • Library: Using and installing Arduino Libraries.
  • Cores: Need to add a new board to the Arduino Software? Install the relate core and manage it.
  • Looking for help on how to extend the Arduino Software (IDE), like write your own Library? Check out the Hacking section.

Other Guides

  • Parallel to Serial conversion: Use a parallel to serial shift register if needing more digital input than there are on your Arduino.
  • Serial to Parallel conversion: Use a serial to parallel shift register if needing more digital output than there are on your Arduino.
  • Capacitance Meter: Demonstrates use of RC time constants to measure the value of a capacitor.
  • Bit Mask: Learn how access specific bits in a byte of data.
  • Visit the ITP Physical Computing site for more resources on learning the basics of Electronics, Sensors, Serial Communication, Motors and more.

Previous
Next Post »