-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Bigtree SKRv1.1 #50
Comments
This is LPC1768 support but it would need to be tested with the SKR v1.1.
…On Tue, Aug 29, 2023 at 10:20 AM Geramy ***@***.***> wrote:
hi is there support for bigtree skr v1.1?
—
Reply to this email directly, view it on GitHub
<#50>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGBMVIJFVBXJKL5RSNVNN6DXXUYUPANCNFSM6AAAAAA4CEO2MA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Okay, I'm trying to get the SPI Layout |
It looks like remora status is true inside the hal? How do I verify the pi is connected to the SKR V1.1 ? |
If LinuxCNC comes out of e-stop then communications is working.
…On Wed, Aug 30, 2023 at 6:19 AM Geramy ***@***.***> wrote:
It looks like remora status is true inside the hal? How do I verify the pi
is connected to the SKR V1.1 ?
—
Reply to this email directly, view it on GitHub
<#50 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGBMVIJ5F72IRBI2P3LQCYLXXZFEVANCNFSM6AAAAAA4CEO2MA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
So it looks like its working, How do I setup a input and a PWM output for my spindle? |
Looks like I can use the bed heater or fan pwm, still trying to figure out how to actually configure the X, Y and Z with microsteps though, all three are 25,600 X and Y are 5120 steps per mm and Z is 6400 |
Great to hear. In your LinuxCNC ini file, set up the joint Scale to reflect
your steps/mm.
…On Wed, Aug 30, 2023 at 9:45 AM Geramy ***@***.***> wrote:
Looks like I can use the bed heater or fan pwm, still trying to figure out
how to actually configure the X, Y and Z with microsteps though, all three
are 25,600 X and Y are 5120 steps per mm and Z is 6400
—
Reply to this email directly, view it on GitHub
<#50 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGBMVIIN5S6GPL4H6AP25EDXXZ5IFANCNFSM6AAAAAA4CEO2MA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
For the input probe can I use any pin? I have decided to use 0.10 that would be HE1 Enable pin, are these GPIO? or just output? |
It looks like in the schematics EN for HE1 is powered directly and then sinked when needed to drop to 0v am I correct in my assumption? It looks like I can use 3.25 as a gpio pin? |
I'm not sure exactly why but when I connect the voltage and ground to my driver remora disconnects, ive probed everything and i've got 3.3v output on the SKR V1.1 to ground and there is no problem in the driver either, any suggestions? If I go to power supply driven mode or usb driven mode I get the same results, is there too much A being drawn? |
I have TFT hooked up and I get
and then I cant access it inside LinuxCNC not sure if UART is still up or not but voltage is still there on the board 3.3v |
So I am looking at using the step/dir but instead of outputting voltage is it possible to have it drain to ground? I am working on some firmware changes to add configurability to the Pin mode and modifier for the step/dir/en pins |
So I am trying to compile my changes but i get the following errors
|
Got it looks like you have to remove the moddma library for target SKRV1_4 |
I updated the code to all open-drain on the stepGen pins, but i'm still getting a buffer error and reset and then it no longer stays connected. Pull request for those changes for master and more flexibility in configuration to support external drivers, #52 |
Hey, it looks like I messed something up when I did the recent pull. Sorry, github is hard and im not very good with computers. But you seem capable, so lets do a sanity test with some known working things, then you can take it from there. load this .bin on to your board, assuming the 1,4 is compatiable with the 1.1 ? If it is, then load the premade bin Install this comp, it is specific to the LPC based boards, and add that part to the hal file https://github.com/scottalford75/Remora/blob/main/LinuxCNC/ConfigSamples/ender3/ender3.hal#L10 This is known working. If you want to do your custom thing, try working out of the develop repo, that one i havent messed up yet but it will work. the fact that you needed to remove the moddma thing is curious, and probably related to my mistake with the pull requests |
I originally loaded the main bin which worked but didnt actually because it would also crash trying to run my 5v drivers, as soon as i connect the driver GND and Voltage to the pins on the SKR V1.1 it crashes so I believe, but I believe and I was hoping someone could correct me, I’m not sure that the SKR V1.1 can actually run 5v drivers even if i pull 4.85v from aux and then run the step/dir in open drain mode and instead of powering the driver pins i can open drain them instead, but none the less after i run a command it works for a few seconds and then the entire board seems to crash, now i was hoping to see if anyone here would know if this was possibly a firmware problem or a current problem. But I already switched to my EC500 because as far as I would assume its probably a current problem plus there is a 100 resistor on the step/dir pins meaning even in open drain i still might have problems. I’m just ranting but I submitted a pull request so people in the future can program the Stepgen pins through the configuration such as pull down, pull up, and/or open drain. |
Ok, so it worked initially, before steppers. I cannot be of much help with the technical details regarding the LPC1768 as I am not very familiar with it aside from testing firmware. I see the pull though, thank you. I will have to fix OS5 though. |
Okay, I’ll probably find another board that uses 5v as the main voltage instead of 3.3v we will see. I did see that you guys have been looking at these extremely cheap dev boards on alibaba and if you couple them with some isolated optical switches :) would make for a inexpensive and mean board. Anyways if I find any hack to do that fixes my problem on this board I’ll leave an update. |
Ive only used the stepsticks with the LPC boards, so I cant comment on that. Ive been working on many STM Nucleo boards as well as those STM blue/black pill boards. The nice thing with those is they are 5v tolerant. Otherwise for inputs Im using optocouplers, and for outputs Im gonna test out some level shifters, as I have an issue with 3.3v not being enough to trigger my 5v spindle outputs |
hi is there support for bigtree skr v1.1?
The text was updated successfully, but these errors were encountered: