-
Hello,
I have an Teensy 3.2 and 3.6 how many leds/universe can i drive per Teensy ?
-
Hi Tim, can you provide me with a link so i can fix the build to an older version, that was released with version 10.5.1. FreeRTOS. I need to check if this works, if i use the link above it wil just p…
-
Hi,
I made a multicast-based audio receiver.
In the setup() code i call this (but i tried putting the udp.beginMulticast() to the end of the setup() instead of the IP address callback, it chan…
-
Receive this warning during compile
Arduino 1.8.19
Teensyduino 1.57
QNEthernet 0.27.0
Using library SD at version 2.0.0 in folder: C:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\…
-
Compile Error in Arduino 1.8.19.
Added #include to line 9 to correct.
C:\Users\Stephen Morgan\Documents\Arduino\libraries\QNEthernet\src\sys_arch.cpp:192:3: error: 'srand' is not a member of 's…
-
Dear @earlephilhower
MANY THANKS FOR YOUR CORE libraries. Amazing work. I am trying to compile with the help of @ssilverman QNEthernet library which is an amazing ethernet library but running issu…
5b4wn updated
7 months ago
-
This is a continuation of a discussion on the teensy forum starting at [here](https://forum.pjrc.com/index.php?threads/new-lwip-based-ethernet-library-for-teensy-4-1.68066/post-347435).
My original…
-
Hello,
I am having troubles understanding an issue I am facing with my code using QNEthernet. I am using the Teensy 4.1 with QNEthernet and ArduinoModbus to send some data over Modbus TCP to a Modb…
-
After long hours I found out that native ethernet breaks between the above mentioned releases. Probably it is an upstream issue, probably it is related to #108
I use the following code to test it.
…
-
Looks like some changes that went into the core library might be causing problems?
If I need to change something in the core library, hopefully we can discuss and get this fixed before 1.59 release…