BOCO Mac OS

broken image


Integration between Mac and Arduino has never been so easy !!!
  1. The history of macOS, Apple's current Mac operating system originally named Mac OS X until 2012 and then OS X until 2016, began with the company's project to replace its 'classic' Mac OS.That system, up to and including its final release Mac OS 9, was a direct descendant of the operating system Apple had used in its Macintosh computers since their introduction in 1984.
  2. Menu is for informational purposes only. Menu items and prices are subject to change without prior notice. For the most accurate information, please contact the restaurant directly before visiting.

Bocop 2.0.5 for Mac is available in Download page. The package has been tested on MacOS El Capitan and Sierra. Don't forget to install the proper version of gfortran for your OS. Bocop 2.0.5 for Windows. Download Bode & Nyquist for macOS 10.7 or later and enjoy it on your Mac. ‎This application allows you to plot together both the Bode and Nyquist diagram of a transfer function. Through a dedicated function you can set the maximum frequency of the Nyquist diagram and the frequency range for the Bode diagrams of the module and phase.

No registration, no cloud. Everything under your control.

Arduino UNO - Mega - MKR1000 - Zero - YUN, Teensy, RFduinoand Intel Galileo ready.
What's IoT without security? Arduino Manager encrypts data transferred to and from the boards.

Contents


Arduino Manager is an app to control your Arduino board and receive information from it through:
  • Arduino Ethernet Shield (http://arduino.cc/en/Main/ArduinoEthernetShield)
  • Adafruit ATWINC1500 WiFi Breakout (https://www.adafruit.com/products/2999)
  • Arduino WiFi Shield (http://arduino.cc/en/Main/ArduinoWiFiShield)
  • USB port
  • Arduino Ethernet Shield (http://arduino.cc/en/Main/ArduinoEthernetShield)
  • Arduino WiFi Shield (http://arduino.cc/en/Main/ArduinoWiFiShield)
  • Adafruit Bluefruit LE - Bluetooth Low Energy (BLE 4.0) Breakout (http://www.adafruit.com/product/1697)
  • Adafruit Bluefruit LE SPI Friend - Bluetooth Low Energy (BLE)(https://www.adafruit.com/products/2633)
  • HM-10 Bluetooth
  • Adafruit WiFi CC3000 Breakout / Shield (http://www.adafruit.com/products/1534)
  • ESP82266 (Mega and Teensy only)

The app shows a grid and clicking on it you can insert specialized widgets to send and receive information from Arduino. There are 4 pages of widgets of 20 widgets each, for a total of 80.

Available Widgets


➤ Display Widget: This widget shows values coming from your Arduino (i.e. Temperature). It can now show numbers with 0,1,2,3 decimal digits. Double click on it to choose the precision.

Gauge Widget: This widget shows an analog value coming from Arduino, moving a needle over a graded scale. The user can customize the minimum and maximum values and separately configure each green, yellow and red region. Double click on it for the configuration.



➤ Centered Gauge Widget: This widget shows an analog value coming from Arduino, moving a needle over a graded scale which is zero centered. This means that the widget can show positive and negative values. The user can customize the maximum value and separately configure each green, yellow and red region. Double tap on it for the configuration.

➤ Bar Widget: This widget shows an analog value coming from Arduino turning on LED's on an horizontal bar. The user can customize minimum and maximum values and separately configure each green, yellow and red region. Double click on the widget for the configuration.

➤ Led Widget: This widget shows a Led that can be turned on and off through digital values from Arduino. Double click on a Led Widget to change LED color.
➤ Switch Widget: This widget sets a digital value to Arduino.

➤ Switch & LED Widget:This widget is the combination of the two previous widgets, to save space when they are used together with the same variable. Double tap on the LED Widget to change LED's color. The LED is turned on and off with messages from the board to show exactly the status of a digital value on the board.

➤ Secured Switch: This widget is aimed to operate critical devices since it can't be operated by mistake.
To operate the switch, double click on the widget to remove the security protection.


➤ Push Button Widget: This widget temporarily sets a digital value to Arduino. Double click on the Push Button Widget to change the button color.




➤ Knob Widget: This widget sets a non-digital value to Arduino.
➤ Slider Widget: This widget analogous to the Knob Widget but it has a slider instead of a knob.


➤ SD Widget: This widget shows the list of files available in the root of SD Card. Selecting a file, user can see the file content or save the file on the Mac.


➤ Graph Widget: This widget graphs values coming from your Arduino (i.e. Temperature). Double tap on it to zoom it in and change values range.


➤ Logged Data Graph Widget: Logged Data Graph Widget: This widget graphs up to 5 values logged onto the SD Card attached to Arduino. Double tap on it to zoom it in and then refresh values. iOSController library and iOSControllerWiFi library have helping functions to log data onto the SD Card.


➤ Knob Widget: This widget configures an alarm on the Arduino board which is then fired at the desired time. The alarm is fired even if the Mac is not connected and retained across power off - power on cycles.


Mac
Command Widget: This widget allows to send a command (text message) to Raspberry Pi once the yellow button is tapped. Double Tap the widget to enter the command text. You can add more Command Widgets to send different commands.

Sound Alarm Widget:This widget sound an alarm each time the associated condition is verified. Double click on it to configure the condition and the alarm to sound.

Threshold Widget: This widget allows setting a threshold to the Arduino board (e.g. the room temperature under which the board has to start an heater). Double click on it to set the threshold's range and its actual value.



Console Widget: This widget helps the user to debug the Arduino code, receiving and displaying debugging messages. Double click on it to expand the console.



➤ USTREAM Widget: This widget shows a video stream coming from the USTREAM site (http://www.ustream.tv). You can publish there your own on-line streams.



➤ Bar Widget: This widget shows a video stream coming from the USTREAM site (http://www.ustream.tv). You can publish there your own on-line streams.

Accelerometer Widget: This widget shows the acceleration by the means of a ball's displacement along three axes. Double tap on the widget to see it larger.



Gyroscope Widget:This widget shows the rotation speed by the means of a pyramid's rotation along three axes. Double tap on the widget to see it larger.


Each widget is associated with a variable (i.e. T), which is either written or read by the sketch running on the board. In this way the Mac app can receive information from the Arduino board or control it.
The application can be easily connected to more boards (one at a time), to switch from one board to another click on the Configuration Widget.
Moreover, the user can easily manage different lists of widgets and switch among them in order to control different boards and/or projects.

Mac Os Download



The user can share widget configuration between own devices and other users, through an email message.
Three Arduino libraries (iOSController, iOSControllerWiFi, iOSControllerSerial) are available to easily integrate your own projects with Arduino Manager..
IOSController, related documentation, a test sketch and a video tutorial are available for free at the bottom of this page.
PLEASE NOTE: Arduino Manager supports only the official Ethernet Shield with the Ethernet Library or the official WiFi shield and WiFi Library.

Supported Boards and Compatibility Matrix

Ethernet Shield
ATWINC1500
WiFi Shield Adafruit CC3000Adafruit
nRF8001 Bluefruit
Adafruit Bluefruit SPI FriendUSBESP8622HM-10Notes
UnoDue to memory limitations, SD Widget, Alarm Widget and Logged Data Widget cannot be supported at the same time. Please, see next sections for details for configuring the libraries according with your needs
SD Widget and Logged Data Widget not supportedDue to memory limitations, SD Widget, Alarm Widget and Logged Data Widget cannot be supported at the same time. Please, see next sections for details for configuring the libraries according with your needsSD Widget and Logged Data Widget not supportedSD Widget and Logged Data Widget not supportedSD Widget and Logged Data Widget not supportedSD Widget and Logged Data Widget not supported -
SD Widget, Logged Data Widget supported(Additional SD Card reader is required)
Mega Full supportSD Widget and Logged Data Widget not supportedFull supportSD Widget and Logged Data Widget not supportedSD Widget and Logged Data Widget not supportedSD Widget and Logged Data Widget not supportedSD Widget and Logged Data Widget not supportedSD Widget and Logged Data Widget not supported
SD Widget, Logged Data Widget supported(Additional SD Card reader is required)
Mega with Encryption Yes Yes Yes Yes
Zero
-SD Widget and Logged Data Widget not supported - - -SD Widget and Logged Data Widget not supported -SD Widget and Logged Data Widget not supported
Zero with Encryption
Yes
MKR1000 -
Full Support
No additional Shield is required because WiFi is built-in
- -
Full Support
Yun
Due to memory limitations Logged Data Widget not supported
-
Due to memory limitations Logged Data Widget not supported
- - - - -
DueAlarm Widget not supported. -------Library is not officially supported. Ask for it.
Intel Galileo
Shield not required, Ethernet built-in.
-------

Everything should work with Edison too, but not tested.
RFduino- ----Additional board not required: Bluetooth BLE built-in.
Alarm Widget, SD Widget and Logged Data Widget not supported.
--
RFduino with EncryptionYes
Teensy3.1- ---Alarm Widget, SD Widget and Logged Data Widget not supported.--Alarm Widget, SD Widget and Logged Data Widget not supported.
Everything should work with 3.2 too, but not tested.
Teensy 3.1 with EncryptionYes

Available In-App Purchases

  • Code Generator: allows the user to generate the communication infrastructure between the Arduino board and iOS device and generate the code for each chosen widget in order to simplify the programming effort on Arduino board. All this in few steps.
  • PIN Code Generator: allows the user to associate a pint to each widget and generate the code to manage that pin. In most cases this avoid writing any code.

Documentation

Download the documentation here

Libraries Installation

  • The installation procedure (IOSControllerLibrariesInstaller.app.zip) is available here
  • ESP8622 compatible firmware is available here

Example Sketches

They are installed together with the libraries.

Video Tutorials

YouTube Video

Other video tutorials are available for the iOS platform but can be easily adapted to your Mac, please see this page:

Testimonials

  • 'Just wanted to say 'Great Software'. I just purchased and have started working with it. It does almost everything I need and will be saving me a lot of time.' (Jay C.)
  • 'I have used Arduino Manager for remote greenhouse management and I can say it works great! Being an Arduino beginner I found the code generator useful and the email support excellent. Some very basic knowledge of Arduino sketches is still required but Arduino Manager with code generator is pretty straight forward.' (Ken M.)
  • Terabatt (scroll at the end of the page)
  • Domotica Gateway
  • Department of Mechanical Engineering - Ohio University - USA - (please, download the Randy's testimonial here.)

Boco Mac Os Catalina




Mac Os Versions







broken image