<< Back to search results

60
 1 votes - Education - First release: 2015-08-27T02:01:46Z

Screenshots


Description - 4+

"Learn arduino" help you learn arduino and intel edison from beginner to hacking.
all information is available for arduino-compatiable developer board.

** Arduino Language Quick Reference **

+ A handy tool for Arduino reference.
+ Quick search all classes, functions, guides and sample souce code.
+ Browser by classification
  - Classes/Library (25 entries)
  - Functions (536 entries)
  - Types (15 entries)
  - Constants (8 entries)
  - Keywords (4 entries)
  - Operators (40 entries)
  - Statements (16 entries)
  - Guides (4 entries)
  - Samples (142 entries)

** Start **

- What is arduino?
- Basic principle just to get started
- Step-by-step install arduino software and connect it to an arduino hardware
- Instructions for other boards:
  - Arduino BT
  - Arduino Due
  - Arduino MIN
  - Arduino Nano
  - Arduino Zero
  - Arduino Pro
  - Intel Edison
  - etc...
- Instructions for other shields:
  - TFT LCD
  - Wifi
  - Wireless shield
  - etc...

** Tutorial **

- 1. Basic
  - Blink an LED
  - Digital Read Serial, use arduino Serial Monitor
  - Analog Read Serial, read a potentiometer
  - etc...
- 2. Digital
  - Button control LED
  - Play a meloy with a speaker
  - A three-key musical keyboard
  - etc...
- 3. Analog
- 4. Communication
- 5. Control Structures
- 6. Sensors
- 7. Display
- 8. Strings
- 9. USB
- 10. Keyboard
- 11. Mouse
- 12. Libraries
  - EEPROM
  - Ethernet
  - GSM
  - LiquidCrystal
  - Robot
  - SPI
  - Servo
  - Stepper
  - TFT
  - Wire
  - Wifi
  - and more...

** Hacking **

- Create libraries to extend the functionality of Arduino
- Build Process
- Bootloader
- Upgrading Firmware
- etc...