BTscope - Arduino oscilloscope

BTscope - Arduino oscilloscope

DonatasG
2024年05月20日

Trusted App

  • 20.7 MB

    ファイルサイズ

  • Everyone

  • Android 5.0+

    Android OS

このBTscope - Arduino oscilloscopeについて

Arduino用Bluetoothオシロスコープアプリ

ArduinoとHC-05で簡単なBluetoothオシロスコープを作成するための無料アプリ。このシンプルなオシロスコープは、たとえば自動車エレクトロニクスでセンサーや高速性を必要としないその他の場所をテストするために使用できます。

オシロスコープ アプリ、Android 用オシロスコープ、Arduino シミュレーター、Arduino Bluetooth

```cpp

// HC-05 を使用した Arduino Nano の例:

// ピン配置:

// VCC --> ビン

// TXD --> ピン 10

// RXD --> ピン 11

// グランド --> グランド

#include "ソフトウェアシリアル.h"

ソフトウェアシリアル BTSerial(10, 11); // RX |テキサス州

整数値 = 0; // 読み取った値を格納する変数

int アナログピン = A7; // ポテンショメータ ワイパー (中間端子) はアナログ ピン 3 に接続されています

void setup() {

BTSerial.begin(9600); // AT コマンドモードの HC-05 デフォルト速度

}

void ループ() {

静的符号なしロングpreviousMillis = 0;

const unsigned 長い間隔 = 30; // 希望の間隔をミリ秒単位で設定します

unsigned long currentMillis = millis();

if (現在のミリス - 前のミリス >= 間隔) {

前のミリス = 現在のミリス;

// Bluetooth 経由でデータを読み取って送信するためのコード

val = アナログ読み取り(アナログピン);

BTSerial.println(val);

}

// 他の非ブロッキングタスクはここに入れることができます

// ...

// ループの応答性を維持するために、delay() の使用を避けてください。

}

もっと見る

最新バージョン 1.0 の更新情報

Last updated on 2024年05月20日
Minor bug fixes and improvements. Install or update to the newest version to check it out!
もっと見る

ビデオとスクリーンショット

  • BTscope - Arduino oscilloscope ポスター
  • BTscope - Arduino oscilloscope スクリーンショット 1
  • BTscope - Arduino oscilloscope スクリーンショット 2

BTscope - Arduino oscilloscope APK 情報

最新バージョン
1.0
カテゴリー
ツール
Android OS
Android 5.0+
ファイルサイズ
20.7 MB
開発者
DonatasG
Available on
コンテンツのレーティング
Everyone
APKPure で安全で高速な APK のダウンロード
APKPure は署名検証を使用して、ウイルスフリーの BTscope - Arduino oscilloscope APK ダウンロードを保証します。

BTscope - Arduino oscilloscopeの旧バージョン

APKPure アイコン

APKPureアプリで超高速かつ安全にダウンロード

Android で XAPK/APK ファイルをワンクリックでインストール!

ダウンロード APKPure
thank icon
We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.
Learn More about Policies