This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
docs:blox:firmware-grblhal [2024/08/15 12:47] admin created |
docs:blox:firmware-grblhal [2024/08/19 17:38] (current) admin |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ======4.3 Using BLOX with grblHAL and OpenBuilds CONTROL====== | + | ====== |
- | OpenBuilds BLOX can be used for simple 2-axes CNC machines (Pick and place, laser, pen plotter etc). You can use OpenBuilds CONTROL to flash grblHAL firmware onto the BLOX | + | OpenBuilds BLOX can be used for simple 2-axes CNC machines (Pick and place, laser, pen plotter etc). You can use OpenBuilds CONTROL to flash grblHAL firmware onto the BLOX |
- | =====4.2.1 Requirements===== | + | ---- |
+ | |||
+ | ===== 5.3.1 Requirements ===== | ||
Before getting started, ensure that you have the following: | Before getting started, ensure that you have the following: | ||
- | - A computer running Windows, macOS, or Linux. | + | * A computer running Windows, macOS, or Linux. |
- | - An internet connection to download the necessary software | + | |
+ | |||
+ | ---- | ||
- | =====4.2.2 Installing Arduino IDE 2===== | + | ===== 5.3.2 Download and install OpenBuilds CONTROL |
- | **Download Arduino IDE 2**: | + | [[https:// |
- | Visit https://www.arduino.cc/ | + | Runs on {{fa> |
- | **Install the IDE**: | + | After installation, |
- | Follow the installation instructions provided on the website. Once the installation is complete, launch the Arduino IDE. | + | ---- |
- | =====4.2.3 Installing the ESP32 Cores===== | + | ===== 5.3.3 Flash grblHAL firmware |
- | **Open the Arduino IDE**: | + | In CONTROL go to **Wizards and Tools** |
- | Launch the Arduino IDE and navigate to `File > Preferences`. | + | {{: |
- | **Add the ESP32 Board URL**: | + | Inside the Firmware Flashing Tool, click on the **BLOX** tab |
- | In the " | + | {{:docs: |
- | > https:// | + | Follow the onscreen instructions to place the BLOX into Bootloader Mode |
- | + | Select the correct Port, Machine Style relevant to the machine you are building (Standard and CoreXY kinematic supported) and click **FLASH** | |
- | Click " | + | |
- | **Install the ESP32 Core**: | + | {{:docs: |
- | Go to `Tools > Board > Boards Manager`. | + | The Log/Serial Terminal will display the progress as the tool writes the firmware |
- | In the search bar, type " | + | Once it completes press the **RESET** |
- | =====4.2.4 Installing the OpenBuilds BLOX Library===== | + | Once booted up, the Port ID will change and it will identify itself as a grblHAL based controller in the list. You can now **CONNECT** |
- | **Open the Library Manager**: | + | {{:docs: |
- | Go to `Sketch > Include Library > Manage Libraries`. | + | You are now connected |
+ | {{: | ||
- | **Search for the BLOX Library**: | + | ---- |
- | In the Library Manager, search for " | + | ===== 5.3.4 BLOX grblHAL Settings ===== |
- | Click " | + | We recommend you make use of our Machine Profiles (CONTROL > Grbl Settings tab > Select machine from the list > Save and Reset when prompted) |
- | Alternatively, | + | === Stepper Driver Current: === |
- | =====4.2.5 Getting Started with BLOX on Arduino IDE===== | + | BLOX has software controlled stepper driver current. |
- | **Select | + | |
- | Go to `Tools > Board` and select the ESP32-S3 Development board for your BLOX device. | + | {{: |
- | **Connect Your BLOX Device**: | + | === Servo: === |
- | Connect | + | To use the PWM/Servo output as a PPM Servo signal, for Standard 180deg RC Servos: |
- | Also set: | + | Set: |
- | * USB CDC On Boot = Enabled | + | * $33=50 (PWM frequency) |
- | * Flash Size = 8MB (64Mb) | + | * $34=2 (Spindle off Value) |
+ | * $35=2 (Spindle min value) | ||
+ | * $36=15 (Spindle max value) | ||
- | **Upload a Sketch**: | + | {{:docs: |
- | You can now write or upload a sketch to your BLOX device. Use the examples provided in the BLOX library to get started quickly. Including the OpenBuildsBLOX.h library will help you initialise all the onboard hardware with ease | + | ---- |
- | {{: | ||