Arduino Manager

Arduino Manager

开发者: Fabrizio Boco

中国
APP ID 复制
497240094
分类
价格
USD7.99
内购
0个评分
效率(付费)
昨日下载量
最近更新
2024-11-03
最早发布
2012-01-31
版本统计
  • 23天15小时

    最新版本上线距今

  • 2

    近1年版本更新次数

  • 2012-01-31

    全球最早版本上线日期

版本记录
显示信息
日期
  • 全部
每页显示条数
  • 请选择
  • 版本: 21.1.0

    版本更新日期

    2024-11-03

    Arduino Manager

    Arduino Manager

    更新日志

    - Widget Enhancements:
    - Animations: Enhanced animations eliminate flickering when switching between pages.
    - Logged Data Graph Widget: Added a button to purge data on demand. (Not yet compatible with all boards.)
    - Threshold Widget:
    - Introduced a delay for multiple updates to minimize updates to the board.
    - Added direct value entry in the configuration panel, replacing the need for +/- buttons.
    - Logged Data Graph Widget: generation of preprocess functions
    - PushButton and SecurePushButton Widgets: Option to update PIN state only upon button press.
    - Other Enhancements:
    - IP Connection: Added an option for IP address and port retrieval directly via IP connection selection in Code Generation.
    - New button added to delete existing projects.
    - Code Generator Updates and Fixes:
    - Pin Management: Added support for generating code to manage digital I/O and analog input pins independent of Widgets.
    - CMakeLists.txt: Fixed bug causing errors in CMakeLists.txt generation under certain conditions.
    - Digital Pin Conflicts: Widgets that utilize digital pins as inputs now verify pin configuration, avoiding conflicts with pins already set as outputs.
    - Resolved an issue that prevented custom code from being retained within the doSync function for the Pico W when using the native SDK
    - Introduced a new customizable code entry point for MicroPython, accessible after initializing amController (amController ready)
    - Global Variable Management: Avoided duplicate definitions of global variables shared across different widgets.
    - Widget-Specific Code Fixes:
    - Threshold Widget: Resolved issues with code generation for MicroPython.
    - Knob and Slider Widgets: Fixed sync callback generation when no pin is assigned.
    - Display Widget:
    - Corrected ADC pin setup in generated code for Pico C/C++
    - MicroPython sync function now generates only when text-only mode is enabled.
    - Fixed preprocess function generation.
    - Threshold Widget: Enhanced synchronization function generation.

    视频/截图

    Arduino Manager App 截图
    Arduino Manager App 截图
    Arduino Manager App 截图
    Arduino Manager App 截图
    Arduino Manager App 截图

    应用描述

    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.
  • 版本: 21.0.0

    版本更新日期

    2024-10-08

    Arduino Manager

    Arduino Manager

    更新日志

    - Added support for Pico W using the C/C++ native SDK (new library available—refer to the documentation for details)
    - SD Widget: Enhanced file content display.
    - Rotary Switch:
    - Tap to rotate clockwise, double-tap to rotate counterclockwise.
    - Disabled when the device is disconnected.
    - Properly updates during the synchronization phase.
    - Gauge Widget and Centered Gauge Widget: Fixed issues with min and max value fields.
    - Command Widget: Commands can now also be entered in the configuration panel.
    - Horizontal Bar Widget: Improved responsiveness with update fixes.
    - Compass Widget: Various improvements and bug fixes.
    - Sound Alarm Widget: Thresholds now support floating-point numbers.
    - Code Generator:
    - C/C++ code generation for Pico W is now available using the native SDK.
    - Improved MicroPython examples, now allowing SD Card pin configuration.
    - Reloads the last generated project configuration.
    - Pico and Pico W pin configurations fixed to 40 pins.
    - Added search field in the pin configuration.
    - Sound Alarm: Fixed generated code.
    - Logged Data Graph Widget: Fixed generated code.
    - Preprocess Function on all widgets: Fixed generate code.

    应用描述

    暂无应用描述数据

  • 版本: 20.3.0

    版本更新日期

    2023-10-30

    Arduino Manager

    Arduino Manager

    更新日志

    * Support for Uno R4 WiFi using BLE
    * Code Generator: support for Uno R4 WiFi using BLE
    * Fix which caused the disconnection when the same BLE connection is used in more pages
    * Other fixes and improvements

    应用描述

    暂无应用描述数据

  • 版本: 20.2.0

    版本更新日期

    2023-09-02

    Arduino Manager

    Arduino Manager

    更新日志

    Watch: Communication bewteen iPhone and Watch improved and made more reliable
    Voice Commands:
    - new commands to get connected to and disconnected from the board
    - connection and disconnection announcements
    - new commands for Knob and Slider Widgets
    - fixes and improvements

    视频/截图

    Arduino Manager App 截图
    Arduino Manager App 截图
    Arduino Manager App 截图
    Arduino Manager App 截图
    Arduino Manager App 截图

    应用描述

    Integration between iOS devices and Arduino has never been so easy. No registration, no cloud. Everything under your control.

    Supported Boards: UNO R4 WiFi, UNO R3, Nano, MEGA2560, ESP32, ESP8622, Zero, MKR1000, Nano 33 IoT, Teensy e nRF52 BLE, Raspberry Pico Pi W. 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.
  • 版本: 20.1.1

    版本更新日期

    2023-08-25

    Arduino Manager

    Arduino Manager

    更新日志

    - Bottom Toolbar reorganized
    - SD Widget: new icon
    - Command Widget: layout redesigned
    - Command Widget: black text in dark mode as well
    - Display Widget: black text in dark mode as well
    - Bug fixing and performance improvements

    视频/截图

    Arduino Manager App 截图
    Arduino Manager App 截图
    Arduino Manager App 截图
    Arduino Manager App 截图
    Arduino Manager App 截图

    应用描述

    Integration between iOS devices and Arduino has never been so easy. No registration, no cloud. Everything under your control.

    Supported Boards: UNO R4 WiFi, UNO R3, Nano, MEGA2560, ESP32, ESP8622, Zero, MKR1000, Nano 33 IoT, Teensy e nRF52 BLE, Raspberry Pico Pi W. 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.
  • 版本: 20.0.0

    版本更新日期

    2023-08-13

    Arduino Manager

    Arduino Manager

    更新日志

    Support for the new Arduino UNO R4 WiFi
    Alarm Widget performs alarm time update on the board only when required
    Code Generator: support for Uno R4 WiFi (including DAC)
    Code Generator: support for setting the board's' dns

    视频/截图

    Arduino Manager App 截图
    Arduino Manager App 截图
    Arduino Manager App 截图
    Arduino Manager App 截图
    Arduino Manager App 截图

    应用描述

    Integration between iOS devices and Arduino has never been so easy. No registration, no cloud. Everything under your control.

    Supported Boards: UNO R4 WiFi, UNO R3, Nano, MEGA2560, ESP32, ESP8622, Zero, MKR1000, Nano 33 IoT, Teensy e nRF52 BLE, Raspberry Pico Pi W. 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.
  • 版本: 19.4.0

    版本更新日期

    2023-04-29

    Arduino Manager

    Arduino Manager

    更新日志

    Aggregation Functions (min, max, avg) for Display, Gauge and Centered Gauge Widgets
    Bug fixing and performance improvements

    视频/截图

    Arduino Manager App 截图
    Arduino Manager App 截图
    Arduino Manager App 截图
    Arduino Manager App 截图
    Arduino Manager App 截图

    应用描述

    Integration between iOS devices and Arduino has never been so easy. No registration, no cloud. Everything under your control.

    Supported Boards: UNO, Nano, MEGA2560, ESP32, ESP8622, Zero, MKR1000, Nano 33 IoT, Teensy e nRF52 BLE, Raspberry Pico Pi W. 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.
  • 版本: 19.3.0

    版本更新日期

    2022-11-15

    Arduino Manager

    Arduino Manager

    更新日志

    Connection and Disconnection buttons disabled when not usable
    Layout improved
    Search Bar in Widget Lists
    Search Bar in Connections
    Bug fixing and performance improvements

    视频/截图

    Arduino Manager App 截图
    Arduino Manager App 截图
    Arduino Manager App 截图
    Arduino Manager App 截图
    Arduino Manager App 截图

    应用描述

    Integration between iOS devices and Arduino has never been so easy. No registration, no cloud. Everything under your control.

    Supported Boards: UNO, Nano, MEGA2560, ESP32, ESP8622, Zero, MKR1000, Nano 33 IoT, Teensy e nRF52 BLE, Raspberry Pico Pi W. 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.
  • 版本: 19.2.0

    版本更新日期

    2022-09-18

    Arduino Manager

    Arduino Manager

    更新日志

    Fixes and improvements for iOS16
    Code Generator: Fixes to MicroPython code generator
    Code Generator: Error management improved with more meaningful messages

    视频/截图

    Arduino Manager App 截图
    Arduino Manager App 截图
    Arduino Manager App 截图
    Arduino Manager App 截图
    Arduino Manager App 截图

    应用描述

    Integration between iOS devices and Arduino has never been so easy. No registration, no cloud. Everything under your control.

    Supported Boards: UNO, Nano, MEGA2560, ESP32, ESP8622, Zero, MKR1000, Nano 33 IoT, Teensy e nRF52 BLE, Raspberry Pico Pi W. 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.
  • 版本: 19.1.0

    版本更新日期

    2022-08-20

    Arduino Manager

    Arduino Manager

    更新日志

    Page configuration: fix to allow to change rows and columns with any value
    Input fields now have the clear on edit option
    Input fields allow to enter negative numbers
    Code Generator: fixes on generated code for Display Widget
    Apple Watch: fix to make the rescanning button tappable
    Apple Watch: overflow/underflow indication for Bar Widget

    视频/截图

    Arduino Manager App 截图
    Arduino Manager App 截图
    Arduino Manager App 截图
    Arduino Manager App 截图
    Arduino Manager App 截图

    应用描述

    Integration between iOS devices and Arduino has never been so easy. No registration, no cloud. Everything under your control.

    Supported Boards: UNO, Nano, MEGA2560, ESP32, ESP8622, Zero, MKR1000, Nano 33 IoT, Teensy e nRF52 BLE, Raspberry Pico Pi W. 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.