Hello Angelo,
Thank you for pointing that out!
The default SPI bitrate for the WiFiNINA library is set to 8 MHz in the spiSlaveSelect() function of the spi_drv.cpp file. Here's the relevant snippet...
Hello Shawn,
Sorry about the formatting of my post. I'm new to the forum and to the Teensy world, but I'm really excited about including the Teensy 4.1 in my new project. My goal is to acquire data via a multi-channel ADC, store it on an SD...
My code using NativeEthernet.h
#include <Arduino.h>
#include <SPI.h>
#include <NativeEthernet.h>
#include <SdFat.h>
// Settings for the Teensy 4.1
#define SD_CONFIG SdioConfig(FIFO_SDIO) // Configuration for SDIO with FIFO
SdFs sd...
i everyone,
I'm facing an issue integrating the Teensy 4.1 with an ESP32 (AirLift) for Wi-Fi communication, and I’d like to know if anyone has managed to achieve reasonable transfer speeds with this setup.
Current setup:
Teensy 4.1 connected...
While I have finished my work with great success. One last thing bugs me:
I need to use:
ENET2_MSCR = ENET_MSCR_MII_SPEED(0x33); // gives around 1.4 MHz
while the original divider sets a clock way too high too around 7.5MHz
ENET2_MSCR =...
Hello everyone,
I saw this post, and it made me think about something that has been puzzling me. Is it possible to use the ENET2 on the Teensy 4.1 with another RMII transceiver to create a second Ethernet connection?
I have checked the physical...