Arduino Manager
Arduino Manager
ダウンロード: App Store

このページはアプリまたはその開発者の公式ページではなく、情報提供および論評を目的として作成された独立した編集出版物です。明示的に別段の記載がない限り、アプリおよびその開発者は、MWM、Apple、Google Play、アプリのパブリッシャー、またはアプリの開発者と提携、承認、後援、認可、またはその他の公式的な関係はなく、このページのいかなる内容も、アプリがMWMのサービスを使用して開発されたことを意味するものではありません。すべての商標、ロゴ、スクリーンショット、その他のコンテンツはそれぞれの所有者の財産です。

ロゴ: Arduino Manager
ダウンロード: App Store

Arduino Manager

リアルタイムデータ視覚化、カスタムウィジェットコントロール、インテリジェントコードジェネレーターでDIY発明を強化しましょう。お気に入りのiOSデバイスからArduino、ESP32、Raspberry Pi Picoをシームレスに操作します。

主要数値

ダウンロード

121K+

ユーザー評価

3.0/5

評価数

100

開発元

Fabrizio Boco

カテゴリ

Productivity

対応言語

2

最新バージョン

23.2.0

サイズ

29.8 MB

リリース日

2012年1月31日
機能

よりスマートに構築、より速くコーディング

Arduino Managerは、すべてのマイクロコントローラープロジェクトのためのシームレスな制御とリアルタイム視覚化を提供する、メーカーのための究極のプロフェッショナルダッシュボードです。

インスタントコード生成

退屈な定型文作成をスキップしましょう。ハードウェアとiOSデバイス間の通信ブリッジを自動生成し、数時間ではなく数分でプロジェクトを実行できるようにします。

プロフェッショナルデータダッシュボード

リアルタイムグラフ、コンソールログ、インタラクティブウィジェットでデータを視覚化しましょう。DIYプロジェクトを洗練された高性能コマンドセンターに変えます。

以下のスクリーンショットと説明は、アプリの公式ストアリスティングから直接取得されたものであり、アプリ開発者の所有物です。

アプリストア

スクリーンショット

Arduino Manager - Arduino Managerアプリのインターフェース。マイクロコントローラープロジェクト用のグラフ、スイッチ、ゲージなどのさまざまなコントロールウィジェットが表示されています

Arduino Managerアプリのインターフェース。マイクロコントローラープロジェクト用のグラフ、スイッチ、ゲージなどのさまざまなコントロールウィジェットが表示されています

Arduino Manager - Arduino Managerアプリのインターフェース。湿度ゲージとさまざまなIoTセンサーウィジェットが表示されています

Arduino Managerアプリのインターフェース。湿度ゲージとさまざまなIoTセンサーウィジェットが表示されています

Arduino Manager - Arduino Managerアプリのインターフェース。DIY電子プロジェクトの制御と監視のためのカスタムウィジェットのグリッドが表示されています

Arduino Managerアプリのインターフェース。DIY電子プロジェクトの制御と監視のためのカスタムウィジェットのグリッドが表示されています

Arduino Manager - Arduino Managerダッシュボードインターフェース。温度、湿度、照明制御用のウィジェットが含まれています。

Arduino Managerダッシュボードインターフェース。温度、湿度、照明制御用のウィジェットが含まれています。

Arduino Manager - Arduino Managerアプリのサイドメニュー。コード生成とウィジェット構成オプションが含まれています。

Arduino Managerアプリのサイドメニュー。コード生成とウィジェット構成オプションが含まれています。

説明

Supported Boards: UNO R4 WiFi, UNO R3, Nano, MEGA2560, ESP32, ESP8622, Zero, MKR1000, Nano 33 IoT, Teensy e nRF52 BLE, Raspberry Pico Pi W (also using SDK). ESP32, Raspberry Pico and Pico W with MicroPython. Arduino Manager is an app to control the Arduino board and receive information from it through: - Ethernet Shield (arduino.cc) - HM-10 / HM19 - Adafruit * WINC1500 WiFi * CC3000 WiFi * nRF52 BLE * nRF8001 Bluefruit LE * LE SPI Friend The app shows a grid and tapping on it you can insert specialized widgets to send and receive information from Arduino. For a better visualization or control, each widget can be zoomed by the means of a double tap on it; tap on Configure for configuring the widget itself. Some widgets are: - Display Widget: shows values coming from your Arduino (i.e. Temperature). It can show numbers with 0,1,2,3 decimal digits or rolling text - LED Widget: shows a LED that can be turned on and off through digital values from Arduino - Switch Widget: sets a digital value to Arduino - Switch & LED Widget: a combination of the two previous widgets to save space when they are used together with the same variable - Push Button Widget: temporarily sets a digital value to Arduino - Knob Widget: sets a non-digital value to Arduino - SD Widget: shows the list of files in the root of SD Card and selecting a file it shows the content - Graph Widget: graphs values in (almost) real time coming from your Arduino (e.g. instantaneous temperature) - Logged Data Graph Widget: graphs up to 5 values logged onto the SD Card attached to Arduino. Libraries have helping functions to log data onto the SD Card - Alarm Widget: configures an alarm on the Arduino board which is then fired at the desired time. The alarm is fired even if the iOS device is not connected and retained across power off - power on cycles - Command Widget: allows to send a command (text message) to Arduino once the yellow button is tapped. You can add more Command Widgets to send different commands - Rover Controller Widget: allows driving a rover robot just rotating the device - Sound Alarm Widget: sounds an alarm each time the associated condition is verified - Threshold Widget: allows setting a threshold to the Arduino board (e.g. the room temperature under which the board has to start an heater) - Console Widget: helps the user to debug the Arduino code, receiving and displaying debugging messages Other widgets are available, please see support site. Each widget is associated with a name and a variable (i.e. name: Temperature, variable: T). The variable is either written or read by the sketch running on the board allowing the iOS app receiving information from Arduino or controlling it. The app can be easily connected to more boards, each page of widgets can connects to a different board at the same time. User can easily manage different lists of widgets and switch among them in order to control different projects. Any widget list can be shared between own devices via iCloud and/or other users via an email message. Many Arduino libraries are available to easily integrate your own projects with Arduino Manager. Libraries, related documentation, demo sketches and a video tutorial are available for free from my site. Available In-App purchases: - Code Generator: allows to generate the communication infrastructure between the Arduino board and iOS device and the code for each chosen widget in order to simplify the programming effort on Arduino board. - PIN Code Generator: allows the user to associate a pin to each Widget and generate the code to manage that pin. In most cases this avoid writing any code - Voice Commands: You can now control most of the AM features by mean of voice commands (in English only). It also unlocks Voice Commands Widget Continuous use of background location can decrease battery life.

Download

ダウンロード: App Store

このページはアプリまたはその開発者の公式ページではなく、情報提供および論評を目的として作成された独立した編集出版物です。明示的に別段の記載がない限り、アプリおよびその開発者は、MWM、Apple、Google Play、アプリのパブリッシャー、またはアプリの開発者と提携、承認、後援、認可、またはその他の公式的な関係はなく、このページのいかなる内容も、アプリがMWMのサービスを使用して開発されたことを意味するものではありません。すべての商標、ロゴ、スクリーンショット、その他のコンテンツはそれぞれの所有者の財産です。