Search results

  1. E

    Invalid FQBN error when attempting to compile for 3.6 in Arduino 2.2.1

    Yes sir. Tried to remove and reinstall Teensyduino using the board manager and still had the issue.
  2. E

    Invalid FQBN error when attempting to compile for 3.6 in Arduino 2.2.1

    Hello, Having an issue getting software to compile in Arduino 2.2.1 using Teensyduino 1.58.1. I get the following error: "Invalid FQBN: not an FQBN: teensy:avr:teensy36:usb=serial:usb=serial,speed=180,opt=o2std,keys=en-us Compilation error: Invalid FQBN: not an FQBN...
  3. E

    Issues w/ non-stop sending on T4.0 Can3 using FlexCAN_T4 or ACAN_T4

    Thanks for trying it. Had another board populated and the code runs fine. Something wonky with the transceiver on the first board.
  4. E

    Issues w/ non-stop sending on T4.0 Can3 using FlexCAN_T4 or ACAN_T4

    Just verified the 120 Ohm resistor on our board and the NeoFire. When I'm in monitor only mode it sends like a banshee but when I am actively transmitting on the NeoFire I get transmit errors and the NeoFire receives nothing from the T4.
  5. E

    Issues w/ non-stop sending on T4.0 Can3 using FlexCAN_T4 or ACAN_T4

    Hi guys, I have a T4.0 riding on a custom PCB using a TI TCAN337GDR transceiver. I've tried both ACAN_T4 and the FlexCAN_T4 libraries and see the same behavior using Teensyduino 1.57 in the 2.0.0 IDE and in the 1.8.3 IDE. So I'm guessing it is some underlying library issue or hardware. When I...
  6. E

    Teensy Libraries fail to appear in Arduino 1.8.9/10 with Teensyduino 1.47 / 1.48 beta

    Hello I have a Windows 10 machine and attempted to install Arduino 1.8.9 and Teensyduino 1.47. I can see the Teensy boards under the board manager but all of the Teensy contributed libraries do not appear in the include libraries context dropdown menu. I did several uninstall / reinstalls of...
  7. E

    Implementing SAE J2716 - SENT Protocol

    Hi guys, I have a work project where I need to create a prototype actuation controller. My customer is asking for the controller to both send and receive SENT (single edge nibble transmission) protocol messages. I've got the physical layer stuff down but have questions on how to setup and...
  8. E

    Eagle library with Teensy 3.0 footprint

    Thanks HWGuy for the reply. The A14/Reset won't be an issue for my design. Perhaps a better question. I am having trouble wrapping my head around the package for the Teensy in Eagle. What I am looking for is to be able to place 2 14-pin female headers on the board so I can replace/repurpose the...
  9. E

    Eagle library with Teensy 3.0 footprint

    Dumb question, the 3.0 Eagle libraries should be compatible with Teensy 3.1/3.2 correct?
  10. E

    Issue with Winbond W25Q80BV

    Duff, Thank you sir. Passes the Raw Hardware Test like a champ now. Cheers, Emach
  11. E

    Issue with Winbond W25Q80BV

    I have a Teensy 3.0 and a Winbond W25Q80BV bought from Adafruit. When I run the erase program from Paul's SerialFlash library I get the following response in the serial monitor: Flash Memory has 1048576 bytes. Erasing ALL Flash Memory: estimated wait: 3 seconds. Yes, full chip erase is...
  12. E

    How to get a little bit more FLASH room on Teensy 3.x

    Defragster, I have the Arduino IDE set to verbose for compiling and I can see a bunch of unused Teensy specific libraries being compiled. Is there an easy and reversible way to exclude those from compiling? Thanks for the reply, going to try and fix my IDE w/ the original files. Cheers, Emach
  13. E

    How to get a little bit more FLASH room on Teensy 3.x

    So I realize this is almost a year after the last post. I tried to copy over the boards.txt file and the pde.jar file and now the Arduino IDE will not open. I have IDE 1.6.4 and 1.6.5 installed w/ Teensyduino for 1.6.4 on a Windows 7 box. Copied the pde and boards files into the appropriate...
Back
Top