[Machinekit] Re: Breakout board for BeagleBone Black (BBB)

2020-04-03 Thread Rob M
I did the same when I did minehad a lapse along the way and screwed up the signal to pin mapping. As long as the daughter boards match the cape no probs. In my defense I was looking after a Beagle pup we got at 8 weeks old. There's also the raw pins brought out for the ADC, an I2C bus

[Machinekit] Re: Breakout board for BeagleBone Black (BBB)

2020-03-25 Thread Rob M
This was my take which I used for 12 months before switching to Linuxcnc The cape connects directly to the BBB and the 2 other boards connect via a short 26 way cable https://github.com/ozzyrob/pp_cape

[Machinekit] Re: Seeed to design and build Machinekit focused Cape for BeagleBone Black/AI

2020-03-13 Thread Rob M
Already made one, worked well. Switched to Linuxcnc now using a PC & MESA On Friday, March 13, 2020 at 12:38:53 AM UTC+11, Jason Kridner wrote: > > Seeed is looking to not only build a Machinekit-focused Cape for > BeagleBone Black and BeagleBone AI, but to: > * Take in features and feedback

[Machinekit] Re: Guidance on 3 axis retrofit

2018-04-28 Thread Rob M
Hi Eric, I'm running a BF20/G704 (modded with tapered roller bearings and an R8 spindle) mill using a BBB & MK. I designed a cape and some daughter boards to do all the voltage translation, using every available pin. I didn't touch the hdmi pins (so I can just plug in a monitor). Seems to do

[Machinekit] Re: Anyone from Sydney on here?

2018-04-04 Thread Rob M
Hi Rich Sydney sider, still needing help ? -- website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit --- You received this message because you are subscribed to the Google Groups "Machinekit" group. To unsubscribe from this group and stop

[Machinekit] Re: When machinekit icon is clicked, linuxcnc error message results

2017-12-20 Thread Rob M
Here is a link to the hal_pru_generic page http://www.machinekit.io/docs/man/man9/hal_pru_generic/ And Driver for beaglebone GPIO pins http://linuxcnc.org/docs/devel/html/man/man9/hal_bb_gpio.9.html -- website: http://www.machinekit.io blog: http://blog.machinekit.io github:

[Machinekit] Re: servo motor Real-time control with CAN bus on BeagleBone Black?

2017-12-20 Thread Rob M
How would that go with the RPi Ethernet being on the USB bus ? -- website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit --- You received this message because you are subscribed to the Google Groups "Machinekit" group. To unsubscribe from this

[Machinekit] Re: Questions over Rpi3 vs BeagleBone

2017-12-20 Thread Rob M
My apologies for pointing out the basics of the PRU subsystem. It still wont give you the same performance or lack of jitter that using the PRU for step-dir generation or on the x86 platform using a Mesa or other FPGA for step-dir generation from the information I have read. Tho I guess you

[Machinekit] Re: Questions over Rpi3 vs BeagleBone

2017-12-19 Thread Rob M
On Wednesday, December 20, 2017 at 4:38:19 PM UTC+11, Rob M wrote: > > > > The BBB are separate from the underlying OS. > > The cores of the RPi or any other multi core chip, (as for as I am aware) > can't be separated from the OS. > > I'd run a BBB any day of the w

[Machinekit] Re: Questions over Rpi3 vs BeagleBone

2017-12-19 Thread Rob M
On Wednesday, December 20, 2017 at 4:38:19 PM UTC+11, Rob M wrote: > > > > The BBB PRU's are separate from the underlying OS. > > The cores of the RPi or any other multi core chip, (as for as I am aware) > can't be separated from the OS. > > I'd run a BBB any

[Machinekit] Re: Questions over Rpi3 vs BeagleBone

2017-12-19 Thread Rob M
The BBB are separate from the underlying OS. The cores of the RPi or any other multi core chip, (as for as I am aware) can't be separated from the OS. I'd run a BBB any day of the week over a RPi. The way I have my BBB setup allows me to have 35 gpio's plus I2c and that is with HDMI. I've

[Machinekit] Re: Is there any interest in a turnkey solution?

2017-12-15 Thread Rob M
I started off using Mach3 when I first made my foray into cnc. Sure it was easy to setup (the linuxcnc stepconf wizard makes it just as easy), but for anything more getting into the config files by hand made things really easy. My light bulb moment was when I started messing around with PyVCP

Re: [Machinekit] Re: BeagleBone Black compiling hidcomp

2017-12-04 Thread Rob M
C+11, Schooner wrote: > > The headers have always been in the -dev package and more recently in the > main machinekit package itself. > > My crystal ball obviously needs a polish. > > On 04/12/17 07:42, Rob M wrote: > > > > Would have been quicker if someone h

[Machinekit] Re: Machinekit installation on i386, need help...

2017-12-04 Thread Rob M
Well it's 21:33 in Sydney Australia and I just copied and pasted the snippet you put up and it ran fine. Just be aware it can take a few hours to get a reply here, just the nature of the beast. -- website: http://www.machinekit.io blog: http://blog.machinekit.io github:

[Machinekit] Re: BeagleBone Black compiling hidcomp

2017-12-03 Thread Rob M
Would have been quicker if someone had of chimed in and said "the headers are in the debian update" hahahahahaha wouldn't have wasted all that time with docker -- website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit --- You received this

[Machinekit] Re: BeagleBone Black compiling hidcomp

2017-12-03 Thread Rob M
Ok, A little update: Updated my system, bone-debian-7.11-machinekit-armhf-2017-01-22-4gb.img.xz, using apt-get update, (had to use apt-offline as no net in the shed). Ended up with: *machinekit_0.1.1507308757-1mk.travis.master.gitdbf37ca2~1wheezy_armhf.deb*which had the needed include

[Machinekit] Re: BeagleBone Black compiling hidcomp

2017-12-02 Thread Rob M
Ok, I think I may have over thought what I wanted to do. The goal: Add some extra I\O pins for a simple control panel.to get away from the keyboard. Now that I've thought about it, would using 2 MCP2017 (I2C i\o expanders) and using the supplied user component get me to where I want to

[Machinekit] Re: BeagleBone Black compiling hidcomp

2017-11-30 Thread Rob M
Schooner, Cheers for your reply. Going by what you said maybe running on a Jessie image maybe my best bet ? So I managed to get a docker image to build machinekit packages for jessie, so I guess that is a plus. This is the resource I used

[Machinekit] BeagleBone Black compiling hidcomp

2017-11-29 Thread Rob M
Hi, Was wondering what would the procedure be to compile hidcomp http://hidcomp.sourceforge.net/ with this image that I am currently running, bone-debian-7.11-machinekit-armhf-2017-01-22-4gb.img.xz. I have the sources for both hidcomp ( pulled from https://github.com/ftkalcevic/hidcomp) and

[Machinekit] Re: capes availability

2017-11-17 Thread Rob M
Hi, I'm working on a 3 board solution, currently using it to control a cnc'd BF20 \ G0704 mill. I\O is grouped logically as 2 PC Parallel ports, but does not act as Parallel port. I have quite a few sets of boards that I've had prototyped, if you are interested details are here:

[Machinekit] Re: Yet another cape

2017-11-01 Thread Rob M
Hi All, Have assembled the cape & daughter boards and am testing on my BF20L mill.Looking for anyone that maybe interested in testing. Dodgy photo of

[Machinekit] Re: MachineKit Install directions (Cape, U-boot, Device Tree Overlay confusion)

2017-11-01 Thread Rob M
Hi Jerry Have you had a look at this thread https://groups.google.com/forum/#!searchin/machinekit/kernel$204.4|sort:date/machinekit/-hkrg-Ee8OI/iaS0sAdWAgAJ If you are interested in a cape, I've designed one and am currently testing and am looking for others interested in testing, give me a

[Machinekit] Re: Improving a CNC plasma cutter with machinekit, BBB and

2017-10-25 Thread Rob M
HI, Hope I'm not too late. I have designed a cape\daughter board concept https://groups.google.com/forum/#!topic/machinekit/Ng-LrXFuVE8 https://github.com/ozzyrob/pp_cape https://github.com/ozzyrob/pp_bob_output https://github.com/ozzyrob/pp_bob_input The cape logically groups the digital

[Machinekit] Re: Homann Designs MODIO on the BBB.

2017-10-09 Thread Rob M
Hi John, Just another thought, you may be able to communicate with this device using the mb2hal component. I haven't tried using the RS-485 or RS-232 interface but I have had some luck with with tcp. I know this is applicable to your issue but just a comment on the fact that it does work. I'm

[Machinekit] Re: remote components connecting 2 machinekit machines (bridge?)

2017-09-20 Thread Rob M
On Thursday, September 21, 2017 at 5:11:08 AM UTC+10, Bas de Bruijn wrote: > > Hi, > > I was wondering if I have the following thinking correct regarding > connecting 2 machines. > > I’m only interested in pin fiddling for now, so for example machine has an > input connected to a remote

[Machinekit] Re: Yet another cape

2017-09-17 Thread Rob M
Hi Lewis, I have a cape board and an output board (12 outputs & 5 inputs) that I can send to you, I'm still testing the input board on the breadboard and need to get the boards fabbed, but you're more than welcome to have a set of the boards that have been made. There's a slight issue with the

[Machinekit] Re: Problems with the machine-on signal using the Xylotex configuration

2017-09-07 Thread Rob M
It might be helpful to know your physical pin mappings and your "loadrt hal_bb_gpio output_pins= input_pins=" line as well, could be a simple typo. I've gone the same route, used the Xylotex config as a base. Another good idea is to whip as simple pyvcp test panel with a hal file and test your

[Machinekit] Yet another cape

2017-08-29 Thread Rob M
Hi all, I'm slowly making a change over from MACH & x86 platform to Machinekit & BBB. In that time I've been working on a "modular" cape. At the moment it consists of thre boards, a "passive cape" that attaches to the BBB and physically groups the pins and two other boards, that mimic a x86 PP