首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > android-firmata

android-firmata

  • 资源大小:73.71 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: android arduino bluetooth firmata

资 源 简 介

This android-firmata software project allows you to control an Arduino board via Bluetooth from Android without writing code for Arduino. Instead, you upload the Firmata firmware (program) onto an Arduino microcontroller board to communicate with it through the Firmata protocol. This project implements the Firmata protocol for Android. Functions So far only Firmata version 1 is supported, which lets you set pins as INPUT/OUTPUT and read or write data to it. I tested digital read and write and analog read. Analog write using PWM pins works also well. Available functions to control Arduino: * int digitalRead(int pin); * int analogRead(int pin); * void pinMode(int pin, int mode); * void digitalWrite(int pin, int value); * void analogWrite(int pin, int value); Only Android < 2.0 is supported yet Instructions upload embedded Firmata sketch (St

文 件 列 表

arduino firmware
Standard_Firmata
Firmata_SampleApp
.classpath
.project
AndroidManifest.xml
assets
default.properties
gen
lib
license.txt
res
src
VIP VIP
0.172353s