send link to app

CNC Blue Plus app for iPhone and iPad


4.4 ( 5504 ratings )
Utilities Productivity
Developer: Mehmet SIMSEK
6.99 USD
Current version: 1.20, last update: 1 year ago
First release : 25 May 2020
App size: 1021 Kb

You can control 3 axis of your CNC milling machine which connected Arduino CNC shield with a suitable bluetooth module for iOS device at baud rate 9600.

The application has G code build function modules which are circle, polygon, star, rectangle, arc, draw, gear and spiral modules. 

Some modules has cut inside and cut deep functions.

You can select cut tool diameter.

Draw module is another fantastic mode to allow to you can use on milling what you draw on the screen with selectable depth of cut function. Before use this function you have to calculate your CNC working area to fit your drawing to this area.

All these modules can capable record builded G codes to a file with module name.For save G codes you have to open "save all calculations to files" switch from setting menu.
You can share builded G codes.

And you can send received Gcode to Arduino via bluetooth with send page.only load the received .nc file.

All builded G codes automatically transfer send page, you need to touch send button to start cnc milling, application will send your Gcode to Arduino via bluetooth connection which you done from the application.

You can share with airdrop, e-mail etc. all .nc files on the File Load page.

And polygon, star, rectangle, arc, draw, gear, spiral modes has 3D view function to show you what you build in 3D view .

*IMPORTANT: The CNC Blue application has Stop button, but FOR YOUR SAFETY YOU HAVE TO USE YOUR OWN EMERGENCY STOP BUTTON WITH WIRE CONNECTED TO YOUR ARDUINO CNC SHIELD in case of needed to use.*

Why I need to change baud rate to 9600:
The application baud rate 9600. Because of that we need to change baud rate of Grbl from config.h file to correctly communicate with Grbl via bluetooth module.

How you can set baud rate to 9600;
You can find the Arduino Grbl "config.h" file from "documents/arduino/libraries/grbl/config.h" and change baud rate to #define BAUD_RATE 9600

How to connect your bluetooth module to Arduino CNC shield :

Bluetooth module "TX" to Arduino CNC shield "RX",
Bluetooth module "RX" to Arduino CNC shield "TX",
Bluetooth module "VCC" to Arduino CNC shield "3V3",
Bluetooth module "GND" to Arduino CNC shield "GND"

Pins must be connected correctly to protect your Arduino-CNC shield and bluetooth module.