9 résultats trouvés

par jimbalny
16 juil. 2020 05:14
Forum : Réglages/flashage/utilisation
Sujet : No ST-LINK detected
Réponses : 9
Vues : 4964

Re: No ST-LINK detected

I could never get my STLink working to flash the STM32 but luckily had an FTDI and used the instructions at this page to successfully flash using ST Flash Demonstrator app https://circuitdigest.com/microcontroller-projects/programming-stm32f103c8-board-using-usb-port putting this up in case someone ...
par jimbalny
16 juil. 2020 05:09
Forum : GRBL32bits V1.0/1.5
Sujet : GRBL-STN32 Programing Question
Réponses : 4
Vues : 3304

Re: GRBL-STN32 Programing Question

This page will tell you how to hook up the STM32 blue pill to an FTDI over a serial connection. Confirmed that you can communicate with GRBL this way without having an ESP32 connected, did this during testing to troubleshoot some issues. https://circuitdigest.com/microcontroller-projects/programming...
par jimbalny
16 juil. 2020 01:36
Forum : GRBL32bits V1.0/1.5
Sujet : Y Axis stops working during milling
Réponses : 5
Vues : 4038

Re: Y Axis stops working during milling

In my testing the DM542 and DM556 stepper drivers are MUCH quieter than the TB6600's. I got all DM556's for my new CNC build. You shouldn't have to edit the firmware but the DM series DM542 and DM556 have a different order pinout as well as different dip switch options so they're not technically a d...
par jimbalny
16 juil. 2020 01:15
Forum : GRBL32bits V1.0/1.5
Sujet : Strange problem with nunchuck
Réponses : 5
Vues : 2913

Re: Strange problem with nunchuck

I'm also having problems with nunchuk, it still works after gcode but works very erratically. When I press the joystick in any direction while holding down a button it will start to move, stop, start to move again, stop. I'm better off jogging from the touch screen since it works correctly when I pr...
par jimbalny
09 juil. 2020 01:34
Forum : GRBL32bits V1.0/1.5
Sujet : GRBL Error 7
Réponses : 1
Vues : 1574

Re: GRBL Error 7

I think I found the issue, I was using ST demonstrator to flash the STM32 using an FTDI and had been selecting 64k memory when I flash (since the stm32 is advertised as 64k ram) when I flashed for 128k now changing settings sticks after a reboot and it no longer has the eeprom error! Doh!
par jimbalny
08 juil. 2020 13:21
Forum : GRBL32bits V1.0/1.5
Sujet : GRBL Error 7
Réponses : 1
Vues : 1574

GRBL Error 7

After flashing the firmware found on mstrens GitHub for grbl 6 axis and connecting to my PC in openbuilds control I get error 7 which is read EEPROM fail. The settings I set in defaults.h are in there but when I try to change settings using $30=24000 for example it wont save on next boot up of the c...
par jimbalny
07 juil. 2020 00:33
Forum : Câblage RS-CNC (pas 32bits)
Sujet : DQ542 vs TB6600
Réponses : 2
Vues : 4070

Re: DQ542 vs TB6600

It is, but one thing to note is that the 542 drivers have the enable pin logic reversed. So when a signal is applied to EN it turns off the steppers. When there's no signal to the EN pin the steppers are turned on. francais: C'est le cas, mais une chose à noter est que les pilotes 542 ont la logique...
par jimbalny
04 juil. 2020 21:47
Forum : GRBL32bits V1.0/1.5
Sujet : GCode running correctly, spindle not on.
Réponses : 6
Vues : 3552

Re: GCode running correctly, spindle not on.

did you try setting M3 with a RPM above 0?
par jimbalny
04 juil. 2020 18:49
Forum : GRBL32bits V1.0/1.5
Sujet : Using GRBL STM32 for Workbee with VFD Spindle
Réponses : 0
Vues : 2112

Using GRBL STM32 for Workbee with VFD Spindle

Greetings, I recently built an rs-cnc32 for a friend and ordered another GRBL32 kit from Makerfr to build another but decided I would rather get back to CNC'ing than spend more time 3d printing so I got a Workbee CNC instead with a 1.5kw VFD Spindle. After searching on the forums I found that there ...