Arduino Manager

Разработчик: Fabrizio Boco
Скачивания
Доход

Описание

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 (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.
Скрыть Показать больше...

Встроенные покупки

Introduction
Rp 0
Code Generator
Rp 119ribu
Voice Commands
Rp 119ribu
00 Introduction
Rp 0
Controlling an LED
Rp 0
PIN Code Generator
Rp 119ribu
Controlling a Relay
Rp 29ribu
Measuring temperature
Rp 29ribu

Скриншоты

Arduino Manager Частые Вопросы

  • Приложение Arduino Manager бесплатное?

    Нет, Arduino Manager не является бесплатным (стоит 129000.00), и также содержит встроенные покупки.

  • Является ли Arduino Manager фейковым или мошенническим?

    ⚠️ Приложение Arduino Manager имеет низкие оценки и отрицательные отзывы. Пользователи, похоже, недовольны его качеством или функциями.

    Спасибо за ваш голос

  • Сколько стоит Arduino Manager?

    Arduino Manager стоит 129000.00 для загрузки (и также имеются дополнительные покупки внутри приложения).

  • Сколько зарабатывает Arduino Manager?

    Чтобы получить оценку дохода приложения Arduino Manager и другие данные AppStore, вы можете зарегистрироваться на платформе мобильной аналитики AppTail.

Оценки пользователей
Приложение еще не оценено в Индонезия.
История оценок

Arduino Manager Отзывы Пользователей

Great app - fastest way to get Arduino into iOS

Kumatiger on

Соединенные Штаты

I’m not a programmer, I’m an EE and I managed to get the app to work with an ESP32 system with minimal effort. Sure there is some actual coding involved and it is not as frictionless as some other Arduino products but it does work and once you get it hooked up properly in your code it will save you a ton of time and effort. The developer was super responsive to my questions and got back to me very quickly when I had an issue. If you need to get an ESP32 hooked up to iPad or iPhone fast, spend the money and buy the app.

How do you use app

Johnger1234 on

Соединенные Штаты

Ipad app don't usually come with an instructional manual. Because with ios you don't need one. All this app does it show cme a bunch of blank squares. I can't do anything.

The app doesn’t work

...Chupon... on

Соединенные Штаты

Bad app and the instructions are not cleared at all. Save your money!

Arduino manager

blynkuser on

Соединенные Штаты

It's a ripoff . $7.99 joke . I learned from this lesson. Blynk user

Not for beginners.

Rayner_Software_Sucks on

Соединенные Штаты

This would be great for someone with a great deal of Arduino experience. As others state, you need the code and pin in-app putchasrs to do anything useful. The first video tutorial covers buying them, and that says it all.

Very Powerful and Easy to Program

thorathome on

Соединенные Штаты

Update June 2016. Been using Arduino Manager for a couple of years now. It's quite a stable and useful development kit. iPad programming is simple drag and drop. Arduino programming is necessary. Documentation gets you started. Code Generator is helpful. Some the capabilities are tremendously powerful, like reading files from an SD drive and data logging. Updates continue to improve capability and performance. Very satisfied with this platform. Written some time ago... I now have a couple of useful, stable, control applications running on Arduino Manager using both Uno and Mega with Ethernet shields. Code transports perfectly between Uno and Mega. Even a fairly complex control program fits on an Uno. Some larger wifi sketches may call for the bigger Mega. Arduino Manager's documentation gets you going quickly assuming you have decent Arduino familiarity. Working with an Ethernet shield is very easy. Arduino Manager's iPad widgets offer one-way or two-way communications with Arduino and are pretty clearly explained. There's NO programming needed on the iPad. I haven't tried the code generator, but the example sketch gets you up and running quickly. Fabrizio Boco actually answers email and continues to support the program. This is a well made tool. I continue to develop on it.

Not working with Voiceover

JIP613 on

Соединенные Штаты

Hello fellow Arduino enthusiasts, I read many good reviews about the Arduino Manager and I believe it is one of the most interesting and vversatile Arduino APPs out there. Unfortunately I can’t tell how great it is because it doesn’t work for me. I’m blind so I need to use Voiceover to do anything on the iPhone. I purchased the App almost two years ago and have not had the enjoyable experience some of you may have had. The App has very limited accessability with Voiceover, key features like Add, Delete or Move wigits can only be accessed by a sighted person. When I contacted Fabrizio first time, he was very responsive and promised to fix the Voiceover compatibility issue. That was almost two years ago and nothing got fixed. Since then I contacted Fabrizio several times, but he doesn’t even have the courtesy to respond ,as if the problem doesn’t exist or perhaps hoping that it will go away. In my opinion the changes I’m asking for are easy to implement, but perhaps Fabrizio has no desire nor he feels that he has any moral obligation to do so. It may sound that I’m judging based on a very subjective or narrow perspective and some of you may not agree with me. But I’m speaking for all the disabled people out there who for no fault of their own have to put up with all sorts of restrictions every day. We are not asking for much, we just want to be treated with the same respect as evrYbody else So based on my personal experience, I have no choice but to rate this App in very unfavorable terms. JP

Not enough documentation to get it working

DellGuru on

Соединенные Штаты

Every thing I tried required payment. Useless app for me.

User

ThomLedford on

Соединенные Штаты

Awful product, doesn't work without in app purchase. Documentation crashes. I want my money back!

Abstract

wefinish on

Соединенные Штаты

Unsupported and poorly written. How to use it and why to use it are just unanswered mysteries.

Оценки

История позиций в топах
История рейтингов пока не доступна
Позиции в категории
Рейтинг
Категория
Позиция
Топ платных
147
Топ платных
247
Топ платных
268
Топ платных
273
Топ платных
275

Ключевые слова

Arduino Manager Конкуренты

Name
Electronic Toolbox Pro
Electronics Engineering
iCircuit
Real-time circuit simulator
BLE Terminal HM-10
BLE Terminal HM-10
iControl Web: HTTP Remote
Control DIY Raspberry Arduino
Odrid HMI
Industrial grade HMI/SCADA
Shortcut Abbreviation Keyboard
RPN-45 HD
Vintage Calculator (1973)
Modeler 3D
Programmatic 3D CAD Design
Metal Bending Calculator
Bending Sheet Metal Calculator

Arduino Manager Установки

Last 30 days

Arduino Manager Доход

Last 30 days

Arduino Manager Доходы и Загрузки

Получите ценные инсайты о производительности Arduino Manager с помощью нашей аналитики.
Зарегистрируйтесь сейчас, чтобы получить доступ к статистика загрузок и доходов и многому другому.