Teensy based CNC board
For use with LCNC then someone needs to port the stepgens, Encoders and DMA to the i.MX RT1060 ARM SOC. The projects are listed yesterday are all LCNC projects that use a micropntroller for stepping over SPI or Ethernet.. Some just do a poor job of explaining this on their wiki.
This is why this different thread for the Teensy 4.1 is the forum, so to not hijack another thread.
Please Log in or Create an account to join the conversation.
Neither that thread nor this one mentions getting the Teensy supported in Remora. Since the main person involved in that seems to post there I may as well ask. Or do you answer for him?That Thread is dead and the guy never shared anything.
Please Log in or Create an account to join the conversation.
We try to keep the treads organized the best we can. The Teensy 4.1 has lots of extra features such as the display controller and uses ARM Coretx-M7. ST's STM32F7 also uses Cortex-M7 vs the STM32F4xx which are Cortex-M4. The LPC17xx uses Cortex-M3.
Please Log in or Create an account to join the conversation.
In the Remora thread someone responded that the actual issue was the Teensy not being supported in mbedos. Checking the listing of supported boards for mbedos, the ST Nucleo M7 was probably the next best thing @ 400mhz.....good luck finding one. I can get Teensy 4.x's all day
Please Log in or Create an account to join the conversation.
github.com/kinsamanka/PICnc-V2
With the exception of Remora it's just a bunch of fragmented projects.
Welcome to linuxcnc. Im just happy people post any projects and keep linuxcnc going.
I think you could start off with looking at the esp32 project, I understand less about it but because I think that is using an arduino framework (im not sure) and using ethernet-spi stuff , so maybe patch for teensyduino and work from there.
the Imxrt1050 boards run at 600mhz, theres a few on aliexpress but yeah nothing as common/powerful/cheap as a teensy
Please Log in or Create an account to join the conversation.
Oh I know how it goes, I've been around here for a while. Machinekit had a pretty awesome project called mksocfpga that ported Mesa hm2 to Altera's and ran both Machinekit and hm2 on a DE10-Nano. I made a pretty capable piece of hardware for that just to realize machinekit was pretty much dead and LinuxCNC was never going to get into socfpga's.bari you forgot the classic
github.com/kinsamanka/PICnc-V2
With the exception of Remora it's just a bunch of fragmented projects.
Welcome to linuxcnc. Im just happy people post any projects and keep linuxcnc going.
I think you could start off with looking at the esp32 project, I understand less about it but because I think that is using an arduino framework (im not sure) and using ethernet-spi stuff , so maybe patch for teensyduino and work from there.
the Imxrt1050 boards run at 600mhz, theres a few on aliexpress but yeah nothing as common/powerful/cheap as a teensy
Anyways I'm gonna cook up a Teensy based board, maybe I'll throw a Rpi4 on it. They say "if you build it, they will come" or I'll just throw it in the box of things that were never meant to be.
Attachments:
Please Log in or Create an account to join the conversation.
github.com/SebKuzminsky/linuxcnc-hal-teensy
Please Log in or Create an account to join the conversation.
Ive had a teensy 4.1 on the shelf for months, too much to do on opi and remora and esp32.
Any idea/guesses which solution will emerge as a popular choice for linuxcnc when times goes on? Needless to say I'm very happy to see all this development going on, finally there will be plenty of optionality and we are not going to be overly reliant on proprietary hardware vendors like Mesa.
Please Log in or Create an account to join the conversation.
Mesa posts all their VHDL source. They just don't post the schematics, BOM and PCB layout files for you to directly copy and sell.
Teensy doesn't post the VHDL or Verilog source to the microcontroller or BOM and PCB layout files.
Please Log in or Create an account to join the conversation.
- ALittleOffTheRails
- Offline
- User is blocked
- Posts: 247
- Thank you received: 65
I fully agree with Bari. And I think it would be hard to find another manufacturer giving the support Mesa does. Even when people are adapting the source to a non mesa card.
Please Log in or Create an account to join the conversation.