• Scam Alert. Members are reminded to NOT send money to buy anything. Don't buy things remote and have it shipped - go get it yourself, pay in person, and take your equipment with you. Scammers have burned people on this forum. Urgency, secrecy, excuses, selling for friend, newish members, FUD, are RED FLAGS. A video conference call is not adequate assurance. Face to face interactions are required. Please report suspicions to the forum admins. Stay Safe - anyone can get scammed.
  • Several Regions have held meetups already, but others are being planned or are evaluating the interest. The Calgary Area Meetup is set for Saturday July 12th at 10am. The signup thread is here! Arbutus has also explored interest in a Fraser Valley meetup but it seems members either missed his thread or had other plans. Let him know if you are interested in a meetup later in the year by posting here! Slowpoke is trying to pull together an Ottawa area meetup later this summer. No date has been selected yet, so let him know if you are interested here! We are not aware of any other meetups being planned this year. If you are interested in doing something in your area, let everyone know and make it happen! Meetups are a great way to make new machining friends and get hands on help in your area. Don’t be shy, sign up and come, or plan your own meetup!

PathPilot interface enhancements

I am about to use a 24 key pad along with HID-Remapper and 2 part key caps for my PathPilot console.
https://www.aliexpress.com/item/1005006821410180.html 2 part key caps.
https://github.com/jfedor2/hid-remapper key remapper, avoids using the manufacturer's sometimes irritating keymap application.

I have a touch screen but still prefer keys, esp. for entering commands in MDI.
I'll be very interested in this project if you want to post the details when you're done. I'd love to build something for my Tormach/pathpilot.
 
@gerritv I too am interested in what you come up with for PathPilot interface. I have the touch screen, a keyboard and the Shuttlexpress but think it can definitely be improved upon.
 
I already implemented the 3 override potentiometers and a few lights. But that used a Teensy 3 which are NLA.
I'll try that with a different ATmega controller, stay tuned.
 
This is where I will document my efforts to:
1) re-implement the GenericHID based Tormach controller in a modern SOC.
2) using HID-remapper to add keypad(s) to control PathPilot.
 
Teensy 2.0++ boards are NLA from PJRC but they appear to be available from you guessed it, AliExpress 🙂 I have a spare but I am also working (very slowly) to using a STM32 blue or black pill to accomplish the same since those are inexpensive and prevalent. The GenericHID tool that Tormach used to create their controller interface is arcane and perverse. And quite frankly although LUFA is inside somewhere it is difficult to separate anything out of the single application. Hence wanting to use something 21st century.

It will be a couple of weeks.
 
Last edited by a moderator:
Back
Top