Chapter 10
10 장
Embedded Application Development
임베디드 애플리케이션 개발
Focusing on readily available and open source embedded development kits and platforms, this chapter describes some of the tools available to anyone who wants to create custom firmware for Bluetooth Low Energy peripherals.
이 장에서는 쉽게 구할 수 있고 오픈 소스 임베디드 개발 키트와 플랫폼에 초점을 맞춰 Bluetooth Low Energy 주변 기기에 대한 사용자 정의 펌웨어를 만들고자 하는 모든 사람이 사용할 수 있는 몇 가지 도구를 설명합니다.
The first part of the chapter introduces a high-level BLE API that makes use of the mbed development platform created and maintained by ARM.
이 장의 첫 번째 부분에서는 ARM이 만들고 유지 관리하는 mbed 개발 플랫폼을 활용하는 고급 BLE API를 소개합니다.
This is a great choice if you’re new to embedded development, because it doesn’t require familiarity with configuring an embedded toolchain yourself or working with embedded hardware on the lowest level.
임베디드 툴체인을 직접 구성하거나 가장 낮은 수준에서 임베디드 하드웨어를 사용하는 데 익숙하지 않아도 되기 때문에 임베디드 개발이 처음인 경우 탁월한 선택입니다.
Most of the messy firmware implementation issues and setup problems are conveniently buried in the easy-to-use online tools and high-level APIs.
지저분한 펌웨어 구현 문제와 설정 문제의 대부분은 사용하기 쉬운 온라인 도구와 고급 API에 묻혀 있습니다.
The second part describes embedded toolchains: collections of tools used together to convert standard source code into executable binaries that run on embedded processors.
두 번째 부분에서는 임베디드 툴체인에 대해 설명합니다. 즉, 표준 소스 코드를 임베디드 프로세서에서 실행되는 실행 가능한 바이너리로 변환하는 데 함께 사용되는 도구 모음입니다.
This section shows how to set up a cross-compiling toolchain to build ARM binaries on Windows, OS X, or Linux.
이 섹션에서는 Windows, OS X 또는 Linux에서 ARM 바이너리를 빌드하기 위한 크로스 컴파일 툴체인을 설정하는 방법을 보여줍니다.
The last part of the chapter shows how to use these tools and concepts in the real world, taking advantage of a sample project for Nordic’s nRF51822 system-on-chip (see “nRF51822-EK (Nordic Semiconductors)” on page 75) that allows you to transmit heart rate data to an iOS or Android device using the standard Heart Rate Profile (see “SIG defined GATT-based profiles” on page 14 for more information on BLE profiles).
이 장의 마지막 부분에서는 이러한 도구와 개념을 실제 세계에서 사용하는 방법을 보여줍니다. 여기서는 Nordic의 nRF51822 시스템온칩 (75페이지의 "nRF51822-EK(Nordic Semiconductors)" 참조)에 대한 샘플 프로젝트를 활용하여 표준 심박수 프로필을 사용하여 iOS 또는 Android 기기에 심박수 데이터를 전송할 수 있습니다 (BLE 프로필에 대한 자세한 내용은 14페이지의 "SIG 정의 GATT 기반 프로필" 참조).
Complete code for the sample project is available in the GitHub repository for this book.
샘플 프로젝트의 전체 코드는 이 책의 GitHub 저장소에서 확인할 수 있습니다.