Teensy Port issue

leeroy

New member
I'm working on a project with the teensy M0 express board ,everything is working correctly with the coding and the board is connected correctly, the issue is when I go to download the code on to the teensy board I get an error saying I need to use the teensy port ,I have read through a few forms now and can't seem to find the answer, when I go to the tools then , ports in arduino I don't see the teensy port option come up like I have seen in a few forms. I have downloaded all the correct software like teensyduino and can communicate with the board in monitor, it's probably something simple I'm missing but I'm at this 2 days now, hopefully someone here can help me , im using windows 10 ,Thanks
 
I'm working on a project with the teensy M0 express board ,everything is working correctly with the coding and the board is connected correctly, the issue is when I go to download the code on to the teensy board I get an error saying I need to use the teensy port ,I have read through a few forms now and can't seem to find the answer, when I go to the tools then , ports in arduino I don't see the teensy port option come up like I have seen in a few forms. I have downloaded all the correct software like teensyduino and can communicate with the board in monitor, it's probably something simple I'm missing but I'm at this 2 days now, hopefully someone here can help me , im using windows 10 ,Thanks

I am not aware of a Teensy M0 express board. There is however a Adafruit M0 Feather express board. If the Adafruit M0 Feather board is the one you have, Teensyduino does not support that architecture which uses the ATSAMD21 Cortex M0 MCU. You can check out this link for info on how to setup for Arduino:
https://learn.adafruit.com/adafruit-feather-m0-express-designed-for-circuit-python-circuitpython

The direct Arduino setup link:
https://learn.adafruit.com/adafruit-feather-m0-express-designed-for-circuit-python-circuitpython/arduino-ide-setup

Or buy a real Teensy4.1:)
 
Thanks wwatson ,the board I am using is the ( Adafruit ItsyBitsy M0 Express) , I will have a look at the links you sent and let you know if they helped.
 
If you need more help, please ask on Adafruit's forum.

https://forums.adafruit.com/

This product is not Teensy, even though it is the same physical size and has a name with similar words (intentional choices on Adafruit's part to try to compete with Teensy). Use Adafruit's forum to get support.
 
Thanks Paul,that might explain the issues I was having if it's not compatible with the board. I'll try the other forum. Thanks again.
 
Back
Top