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 - 습도 게이지와 다양한 IoT 센서 위젯을 표시하는 Arduino Manager 앱 인터페이스

습도 게이지와 다양한 IoT 센서 위젯을 표시하는 Arduino Manager 앱 인터페이스

Arduino Manager - DIY 전자 프로젝트를 제어하고 모니터링하기 위한 사용자 정의 위젯 그리드를 표시하는 Arduino Manager 앱 인터페이스

DIY 전자 프로젝트를 제어하고 모니터링하기 위한 사용자 정의 위젯 그리드를 표시하는 Arduino Manager 앱 인터페이스

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의 서비스를 사용하여 개발되었음을 의미하지 않습니다. 모든 상표, 로고, 스크린샷 및 기타 콘텐츠는 해당 소유자의 자산입니다.