Is this a Teensy 4 or 3 or…?
I tested the QNEthernet library to work with the W5500 chip, if you’d like to give that a try instead of the “Ethernet” library. You’ll need to change the driver in qnethernet_opts.h by uncommenting the...
Hi!
I found an interesting feature of the library Ethernet.
I use it to organize the server on Teensy with W5500, so i'm doing everything as stated in the documentation. (https://docs.arduino.cc/libraries/ethernet/#Server%20Class)
void loop() {...
Thanks for the answers, but my question was, what is the best way to use almost free RAM2 memory? Why would I complicate the device with Ext memory when my RAM 2 is almost free? In my issue it is more then 400kB.
Yes, this makes a significant difference, but I've always been wary of using optimization, as there might be problems with the functioning of the entire code.
Hi!
Please explain how to use the memory on Teensy4.1. correctly. I have a very large code with a lot of libraries and the issue of memory usage arose.
My typical situation is
Memory Usage on Teensy 4.1:
FLASH: code:620644, data:104436...
Hi all!
I am trying to use libraries NativeEthernet and WebSocket for Teensy 4.1. I can't get them to work together.
In attachment my test scetch and WebSocket library.
It work fine with Ethernet.h and SPI Ethernet card W500, but not with...