AI (Artificial Inintelligence!) has got it wrong. Some Arduino boards share pins 0 and 1 (Rx/Tx) with USB BUT Teensy does NOT.
Teensy USB is completely separate from Serial (pins 0 and 1).
Some confusion creeps in as USB is called Serial (for...
People have quite a lot of problems with PlatformIO.
If you want to get away from the Arduino IDE to something better. Consider using VisualMicro with VisualStudio.
Visual micro sits on top of the Arduino and maintains it's structure. This...
Thought it was time to share this project-turned-product with the community
A small, personal gauge project of mine that started in 2019 when I had begun engine modifications on my Golf GTI brought me to realize that there was no plug and play...
Have you tried a different cable? Sometimes Teensy 4.x's faster USB exhibits this sort of behaviour with cables that are not quite up to it. This would explain the sometimes it works and sometimes it doesn't.
I think that now that SparkFun are doing the Teensy manufacture Paul will have more time to devote to new Teensy Ideas and projects.
How are you keeping. Fine I hope.
Further Info/Reading ESP32 Transmission Types Capability, Using ESP_Now with multiple hops/repeaters.
ESP_NOW_LR - Long range up to 1Km.
I am not advocating ignoring Teensy, just use Teensy for data gathering and ESP32 (ESP_NOW) for data...
I think you might have a circuit problem. 4 x Teensy 4 burnt out, Teensy LC not working properly!
Power removed from 5V, assuming you don't have smoothing capacitors, re-apply voltage WILL start from SetUp.
Apologies but my brain is not working at it's best today, but it seems to me that you just need to limit the update rate of the display.
How about something like the following:
elapsedMillis lastVideoUpdate;
#define minNotUpdateTime 15
void...
@pierrotm777, I wasn't talking about your post in isolation, just the whole subject matter.
Go on buy a Teensy and support PJRC that brought all the Teensy goodness to us - Teensies, Teensyduino and of course this Forum.
When you post code on this forum can you please use the </> button.
Doing so maintains the code formatting and makes it easier for others to understand your code and be able to better help you.
Below is the code.
#include <Arduino.h>
#include...
The specification says that it will work with an input of 2V-5V.
Here is an article with the 8002 amplifier working with an ESP32 (3.3V). No reason why it won't work on a Teensy.
@ctadlock: I don't know what "that guy" is that you refer to. You asked a question (how does the bootloader chip distinguish ??), and the answer (by the FLASH size) is actually provided in several different forms & in several different places...
I believe that the USB data lines can be accessed at the vias circled in the picture below.
I am not sure which two of the 3 circled are the correct ones. Perhaps Paul can chime in.
I would suggest that you use QNEthernet.
NativeEthernet is old and no longer supported by it's Author.
QNEthernet is newer and actively supported by it's Author.
Could you install the Arduino IDE, preferably version 1.18.19, and then Teensyduino.
Then see if you can program the Teensy's.
A lot of people seem to have problems with PlatformIO.
Personally I use Visual Micro with Microsoft Visual Studio. So...
Be aware that the I/O pins on the Teensy 4 .1 are NOT 5V compatible and MUST operate at 3.3V.
Putting 5V on any Teensy pin will likely KILL that pin and potentially the Teensy as well.
It might help if you stated which Wiegand rfid you are using...
Have a look at VisualMicro. It works with Visual Studio and also offers The plug-in allows you to use breakpoints for step-by-step execution, monitor execution time between breakpoints, and set conditional breakpoints based on data or hit count...
I know what you are saying but Visual Studio Community is FREE and Visual Micro can be used for 45 days before you have to buy it and then only US$19 a year (US$1.58 a MONTH).
$1.58 a Month for hassle free development.
Have a look at VisualMicro. It works with Visual Studio and also offers The plug-in allows you to use breakpoints for step-by-step execution, monitor execution time between breakpoints, and set conditional breakpoints based on data or hit count...
You move fast, Steve_AU! Pleased to hear that you will be checking out the evaluation board. I look forward to hearing more about your experience with the setup, and hope you find it helpful. I agree that these devices in the current 600MHz+...
Below is a connection diagram for you.
What follows is an explanation of connections:
VDD refers to the voltage level for a side be it side 1 (A) or side 2 (B).
In the diagram below Side 1 (A) has been chosen for the Teensy and Side 2 (B) for the...
Teensy LC to T4.1 is ok, they are both 3.3V.
For nano to Teensy LC or 4.1 use an Adum1201 for level shifting (5V to 3.3V). The Adum1201 is designed for Serial Comms level shifting.
It is possible to buy ready made Adum1201 modules. See here and here.
When posting your code, please post it using the </> button. This maintains the code formatting and makes it easier for others to understand your code and be able to help.
Unfortunately I have not used the CAN bus so I am unable to help you...
If you connected a pin supplying 5V to the Teensy you at the very least probably destroyed that pin.
It is possible that you did further damage to the Teensy. Other than the 5V input pin you CANNOT put 5V on any other pin without damaging the...