rad icon indicating copy to clipboard operation
rad copied to clipboard

How use TEENSY 4.1 with linorobot

Open JamesFlosse opened this issue 4 years ago • 5 comments

Hi, i plan to use teensy 4.1 on your linorobot project. Can you give me the processus to use it? Best regards

JamesFlosse avatar Nov 03 '20 08:11 JamesFlosse

James, the Teensy 4.1 will probably work fine, just be sure to consult a spec chart about the connections to the board, and go by name, not by position number on the board. I'm having trouble now using my Teensy 3.2 because Platformio finds the older Python version loaded earlier in installation, and refuses to run.

Russ76 avatar Jan 31 '21 05:01 Russ76

https://www.pjrc.com/store/teensy41.html This site has lots of info about it. It is a lot more powerful than the 3.2 but still has PMW output pins. Some of Juan's code for the Teensy is elaborate (machine language) and may not work in a chip so different.

Russ76 avatar Feb 01 '21 02:02 Russ76

Did anyone test Teensy 4.1?

suryachereddy avatar Jun 01 '21 18:06 suryachereddy

Did anyone test Teensy 4.1?

I did and it was a nightmare. I adapted the libraries amd completely gave up on platformio. I used arduino ide.

casakontar avatar Jun 27 '21 00:06 casakontar

@casakontar can you please share your modify version please?

JamesFlosse avatar Jan 30 '22 14:01 JamesFlosse