Nhà phát triển: | c.s.park (11) | ||
Giá bán: | Miễn phí | ||
Xếp hạng: | 0 | ||
Đánh giá: | 0 Viết đánh giá | ||
Danh sách: | 0 + 0 | ||
Điểm: | 0 + 0 ¡ | ||
Google Play |
Mô tả
- 단일 버튼 : 10개 (2개씩 쌍으로 묶어 5가지의 ON/OFF 상태 제어도 가능)
- 숫자 및 알파벳 입력 창과 이것을 아두이노로 전송하는 전송 버튼
(숫자로 속도 제어 등에 이용 가능. 문자열 및 숫자열 가능)
(각 버튼을 눌렀을 때 아두이노에 전송되는 데이터)
A ON 버튼 : a. A OFF 버튼 : A.
B ON 버튼 : b. B OFF 버튼 : B.
C ON 버튼 : c. C OFF 버튼 : C.
D ON 버튼 : d. D OFF 버튼 : D.
E ON 버튼 : e. E OFF 버튼 : E.
전송 버튼 : 왼쪽에 입력한 문자/숫자열에 .이 추가된것
* 끝에 추가되는 .을 아두이노 프로그램에서 전송의 끝으로 처리.
(아두이노에서의 프로그램 예)
아두이노의 디지털포트 5번에 연결된 LED를 A ON, A OFF 버튼으로 점멸시킴.
첫부분에 SoftwareSerial.h를 include 한다.
SoftwareSerial BT(2, 3); // 아두이노 D2(RX)는 블루투스모듈의 2번핀(TX)에,
// 아두이노 D3(TX)은 블루투스모듈의 1번핀(RX)에 연결
char inData[10];
int led1 = 5;
int i=0;
void setup() {
Serial.begin(9600); // for uno 9600
BT.begin(9600); // for uno 9600
for(int i=0; i<5; i++){
pinMode(5+i, OUTPUT);
digitalWrite(5+i, LOW);
}
}
void loop() {
while (BT.available() > 0)
{
char recieved = BT.read(); // read 1 byte
inData[i++] = recieved;
if (recieved == '.')
{
Serial.print(inData);
inData[i] = '\0'; // Clear recieved buffer
i = 0;
}
}
// LED1 on/off
if(strcmp(inData,"a.")==0)
{
digitalWrite(led1, HIGH);
}
if(strcmp(inData,"A.")==0)
{
digitalWrite(led1, LOW);
}
}
----
개발자 연락처 :
+821037569668
Ảnh chụp màn hình










Giá bán
- Hôm nay: Miễn phí
- Tối thiểu: Miễn phí
- Tối đa: Miễn phí
Theo dõi giá
Nhà phát triển
- c.s.park
- Nền tảng: Android Ứng dụng (11)
- Danh sách: 1 + 0
- Điểm: 0 + 0 ¡
- Xếp hạng: 0
- Đánh giá: 0
- Giảm giá: 0
- Video: 0
- RSS: Đăng ký
Điểm
0 ☹️
Xếp hạng
0 ☹️
Danh sách
0 ☹️
Đánh giá
Hãy là người đầu tiên đánh giá 🌟
Thông tin bổ sung
- Phiên bản: 2.1.0
- ID: com.arduino_bt_pcs
- Danh mục:
Android Ứng dụng
›Giáo dục
- HĐH:
Android 8.0
- Kích thước:
26 Mb
- Xếp hạng nội dung:
Everyone
- Google Play Xêp hạng:
0
- Cập nhật:
- Ngày phát hành:
Danh bạ
- Trang web:
https://usefulpen.com
Bạn cũng có thể thích
-
- arduino_wifi_pcs
- Android Ứng dụng: Giáo dục Bởi: c.s.park
- Miễn phí
- Danh sách: 1 + 0 Xếp hạng: 0 Đánh giá: 0
- Điểm: 0 + 0 Phiên bản: 1.3.0 아두이노 보드에 와이파이 모듈을 장착하고, 휴대폰에서 본 앱을 작동시켜 휴대폰과 아두이노 간에 와이파이 통신을 연결시킨 다음, 휴대폰에 구비된 10개의 버튼을 눌러서 그 버튼의 눌러짐을 아두이노에서 인식하여 원하는 동작을 시키도록 하는 앱 - 단일 버튼 : 10개 (각 버튼을 눌렀을 때 아두이노에 전송되는 데이터) 버튼 1 : ... ⥯
-
- Arduino Science Journal
- Android Ứng dụng: Giáo dục Bởi: Arduino
- Miễn phí
- Danh sách: 0 + 0 Xếp hạng: 0 Đánh giá: 0
- Điểm: 0 + 572 (4.1) Phiên bản: 6.7.0 The Arduino Science Journal (formerly Science Journal, an initiative by Google) is free, and allows you to gather data about the world around you by harnessing the sensors in your ... ⥯
-
- Arduino Toolbox
- Android Ứng dụng: Giáo dục Bởi: Arduino Factory
- * Miễn phí
- Danh sách: 0 + 0 Xếp hạng: 0 Đánh giá: 0
- Điểm: 1 + 0 Phiên bản: 10.0 Looking for an app to help you create your own Arduino electronic circuits? Our app offers a range of courses designed to teach you how to use various electronic components and build ... ⥯
-
- PCS Mantra
- Android Ứng dụng: Giáo dục Bởi: PCS Mantra Classes
- Miễn phí
- Danh sách: 0 + 0 Xếp hạng: 0 Đánh giá: 0
- Điểm: 0 + 0 Phiên bản: 3.2.3 online exam and video app ⥯
-
- BT SCIENCE
- Android Ứng dụng: Giáo dục Bởi: KOSH EDUTECH PVT. LTD.
- Miễn phí
- Danh sách: 0 + 0 Xếp hạng: 0 Đánh giá: 0
- Điểm: 0 + 0 Phiên bản: 1.41.1 BT SCIENCE is an application for aspirants of JEE Advanced (IIT), JEE Main and NEET entrance examination, In which student will get MCQ based content for Test, Class Work and Home Work ⥯
-
- Arduino Pro
- Android Ứng dụng: Giáo dục Bởi: Prince Corp
- Miễn phí
- Danh sách: 1 + 0 Xếp hạng: 0 Đánh giá: 0
- Điểm: 1 + 0 Phiên bản: 4.0 Absolutely, here's the extended version of the description that you can use for the Google Play Store: Are you ready to unlock the incredible world of Arduino? Look no further than ... ⥯
-
- Arduino Basics
- Android Ứng dụng: Giáo dục Bởi: Abdelaziz Sebrou
- * Miễn phí
- Danh sách: 0 + 0 Xếp hạng: 0 Đánh giá: 0
- Điểm: 0 + 331 (4.3) Phiên bản: 1.0 Learn Arduino Basics with source code in a simple way and without internet Offline app (Without internet) The app covers the following topics: 1 What is Arduino 2 Installation 3 ... ⥯
-
- Arduino Projects
- Android Ứng dụng: Giáo dục Bởi: Erkosoft
- * * Miễn phí
- Danh sách: 0 + 0 Xếp hạng: 0 Đánh giá: 0
- Điểm: 0 + 327 (3.7) Phiên bản: 19 -29 Different Sensors and 21 Different Projects!!! -English, Turkish, Spanish and Hindi language support - Sensors and projects from simple to difficult - Ability to download all the ... ⥯
-
- Arduino Spider Robot Control
- Android Ứng dụng: Giáo dục Bởi: Aladdn07
- $1.49
- Danh sách: 0 + 0 Xếp hạng: 0 Đánh giá: 0
- Điểm: 0 + 0 Phiên bản: 2.1 You can make spider robot with arduino and control it with this application ⥯
-
- Arduino_tutorial_GE
- Android Ứng dụng: Giáo dục Bởi: Tamara Gogoladze
- Miễn phí
- Danh sách: 0 + 0 Xếp hạng: 0 Đánh giá: 0
- Điểm: 0 + 0 Phiên bản: 1.26 We are uploading information about Arduino projects. We will upload detailed information, with commented codes and video instructions. We want to upload an useful information in ... ⥯
-
- Arduino Prime
- Android Ứng dụng: Giáo dục Bởi: Seksan Jantawong
- $0.99
- Danh sách: 3 + 1 Xếp hạng: 0 Đánh giá: 0
- Điểm: 3 + 0 Phiên bản: 0.9 Arduino Prime is an app to build skills Block programming, drag and drop, test, simulate different sensor events of Arduino to recognize input , output i2c , Analog , Digital with more ⥯
-
- Arduino Starter Kit
- Android Ứng dụng: Giáo dục Bởi: Bluino
- * * Miễn phí
- Danh sách: 0 + 0 Xếp hạng: 0 Đánh giá: 0
- Điểm: 1 + 825 (4.2) Phiên bản: 1.3 Arduino Starter Kit is a substitute for the Arduino Project Book that was included in the purchase of the official Arduino Starter Kit In this app contains ads and potentially in-app ... ⥯
-
- Arduino RC Car/Tank
- Android Ứng dụng: Giáo dục Bởi: EMMANUEL SPIRIDAKIS
- Miễn phí
- Danh sách: 1 + 0 Xếp hạng: 0 Đánh giá: 0
- Điểm: 0 + 129 (2.8) Phiên bản: 2.0 Arduino Car Controller is an innovative Android application designed to transform your smartphone into a remote control for your Arduino-built car. This application uses Bluetooth ... ⥯
-
- Arduino Tutorials Advanced
- Android Ứng dụng: Giáo dục Bởi: CoderBro
- * Miễn phí
- Danh sách: 0 + 0 Xếp hạng: 0 Đánh giá: 0
- Điểm: 0 + 0 Phiên bản: 1.3 Arduino Advanced Tutorials will teach you to make Arduino Projects. Use these tutorials to make advanced arduino projects and also learn the basics of coding an Arduino. Use Arduino ... ⥯