EDIT: The Arduino_TensorFlowLite version of helloworld seems to compile if I used an earlier 1.14.0 alpha version.
Hi,
I downloaded your code and also tried the Arduino_TensorFlowLight...
Type: Posts; User: jmseight
EDIT: The Arduino_TensorFlowLite version of helloworld seems to compile if I used an earlier 1.14.0 alpha version.
Hi,
I downloaded your code and also tried the Arduino_TensorFlowLight...
Hi,
I downloaded your code and also tried the Arduino_TensorFlowLight library's helloworld. For both I got the following error during compile:
In file included from...
Hi,
I have been working withe the Teensy 4.0 and Teensy 4.1, and have been super impressed with how well it works, and how much support it has.
I have been useing Greiman's SdFat beta library...
Hi,
The following command - lights the LED if pin 11 is HIGH -
digitalWriteFast(13, digitalReadFast(11));
works well most of the time, but once in a while will hang for ~1 sec.
...
Thank you very much for the answer. This is exactly what I need to confirm.
Thank you for the quick reply. I see that my code enters into a long tight loop after the past series of println, so the Tx buffer does not get flushed. I guess I only need a single Serial2.flush()...
Hi,
I am connecting the Teenst 4 with ESP32 to provide it with WiFi capabilities. Specifically, I am connection the Serial2 of the ESP32 with the ESP32 of the Teensy 4, and sending data between...
Hi,
Thank you for the quick reply.
Would you have a quick code to achieve the pull up for Serial2 (or other Serial ports) that you can share.
Thanks,
James
Hi,
I wanted to used the internal PULL_UP on the Teensy 4 Serial2. I am connecting the Serial2 of the Teensy 4 to the Serial2 of an ESP32 to give it WiFi capabilities. Sometimes one would be...