G
Reaction score
0

Latest activity Postings About

    • G
      gonzales replied to the thread Ethernet 2.0.2 and flush().
      I have tested QNEthernet for my tasks, it work fine. Thank one more time!
    • G
      gonzales reacted to shawn's post in the thread Ethernet 2.0.2 and flush() with Like Like.
      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...
    • G
      gonzales replied to the thread Ethernet 2.0.2 and flush().
      It is T4.1. I use QNEthernet for Native Ethernet with T4.1, but I didn't know that it could be used for W5500. I will try! Thanks
    • G
      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() {...
    • G
      gonzales replied to the thread Using RAM1 & RAM2.
      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.
    • G
      gonzales replied to the thread Using RAM1 & RAM2.
      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.
    • G
      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...
    • G
      gonzales reacted to BriComp's post in the thread NativeEthernet and WebSocket with Like Like.
      No, but you can install it via the Arduino IDE Library Manager or alternatively from GitHub here.
    • G
      gonzales replied to the thread NativeEthernet and WebSocket.
      Thanks, i will try it. QNEthernet is not included in the package TeensyDuino?
    • G
      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...
  • Loading…
  • Loading…
Back
Top