-
Notifications
You must be signed in to change notification settings - Fork 27
Raspberry Pi 3 Beginner Guide
Gyeonghwan Hong edited this page Jan 6, 2018
·
2 revisions
As now, ANT framework supports several embedded boards such as Raspberry Pi, Tegra TX, etc.
However, since ANT is developed for Raspberry Pi 3 initially, Raspberry Pi 3 is the easiest to initialize your ANT-based system.
You'd better to use following system.
- Raspberry Pi 3
- Raspbian (Jessie is recommended. Stretch is now available.)
- Raspberry Pi Camera Module V2 (optional; if you want to use camera API)
- Several sensors that can be attached to GPIO of Raspberry Pi 3 (optional; if you want to use sensor API)
This guide is written for Raspbian Jessie. With Raspbian Stretch, some commands or menus can differ.
$ sudo raspi-config
In this program, you'd better to set following configurations.
- "Interfacing Options" → "Camera" → "ON" (optional; if you want to use camera API)
- "Interfacing Options" → "SSH" → "ON" (recommended)
- "Advanced Options" → "Expand Filesystem" (recommended)
$ git clone https://github.com/SKKU-ESLAB/ANT
Please refer to Getting Started
- Home
- About
- Getting Started
-
ANT APIs
- ANT Classic API
- ANT Lite API
- Getting Involved