-
I'm trying to build a relatively simple blink Arduino sketch on a Raspberry Pi 4 running Raspbian GNU/Linux 10 (buster) with PlatformIO, version 4.0.3.
The platformio.ini file for that environment…
-
In grbl/config.h, line 38, set N_AXIS to 5
`#define N_AXIS 5 // Number of axes`
and compile. Get numerous errors of the form
> D:\Documents\Arduino\libraries\grblHAL_Teensy4\src\T41U5XBB_map.h:2…
-
As far as I understand, the main goal of grblHAL is to have a one common grbl core and many HAL drivers (one per hardware variation). But i can see that each driver folder have its own copy of grbl so…
-
Hello! I would like to generate custom messages (and then soon, custom services), in order to be able to import them as libraries in my source code .ino. I have some methods in mind, but I don't know …
-
Hey. I have a CNC setup using ESP32 & Raspberry PI. ESP32 is programmed with grblHAL software.
At the moment, I am manually controlling the spindle. The controller that I use:
Optidrive ODE-3-220…
-
Hi,
I am working on porting this library for NXP IMXRT1062, NewlibNano and FreeRTOS environment. It is really not a easy task but and I am at good way to go.
Bu I have strange problem with very sl…
-
When running spindle at 100% (i.e. full speed), the Spindle PWM output shows random glitches on the output pin. These glitches are less than 62.5 nS (the limit of my logic analyzer's resolution). I h…
-
Early days in debugging/proving my set-up but I can consistently reproduce this error...
Running a GCode file or macro (as generated by the turning or threading macro tabs in IoSender...) if the fi…
-
I'm trying to get Rust booting on iMXRT106x chips and I'm finding it difficult to get it to boot properly.
My current setup includes imxrt-rt, imxrt-ral, and imxrt-hal.
I have some code running…
-
When testing the compatibility of Teensyduino 1.54 with Tympan Rev D and E I noticed that the user can successfully compile and upload a sketch using the wrong Tympan Rev. For example, I plug in a Rev…