I don't know about any UK specific issues, but I can answer on this tech question.
The Teensy 4.1 models with versus without ethernet are exactly the same. The DP83825 Ethernet PHY chip either is or is not soldered to the PCB. If you don't...
Yes, it does seem to be the case. When you go on the Sparkfun distributor list for UK, all the links (Except for the PiHut) either do not work, or have no stock.
Digikey allowed me to place order and then halted the shipment. Mouser says not...
Hello,
Has something changed, or some restrictions come into force that Teensy 4.1 is following Teensy 3.5 availability path? At least here in UK. All the usual small retailers don't have stock, Digikey/Mouser say they can't sell into UK.
What...
An update, fresh windows 11 install, fresh arduino ide, fresh latest teensyduino. But result the same - EEPROM.length() reports correct size, yet writing or reading gets stuck after address 511.
Paul, tried direct messaging you in regards to spares, but for obvious reasons was advised you are not available. How is it best to get hold of you in regards to the spare boards you have? I have ~50 machines runing the teensy 3.5, so having a...
Hi, Paul, thanks for the prompt response.
I did try on two different PCs. One has the 2.* IDE and another the older 1.8* IDE. Both exacly the same behaviour. I will reinstall windows + fresh latest arduino IDE today, but would be surprised it...
First I'd try a fresh Arduino IDE and Teensy install (from Arduino 2.3.x Boards Manager). Maybe even use a different PC, just so you know it's starting fresh. Teensy 3.5 should give you 4K of EEPROM space.
If the hardware really has failed...
Hello, i have an old project running on teensy 3.5
I had eeprom wear leveling set to have only 512 bytes of memory, even though the board rarely updated the memory records.
The board was running great for the last 6 years. I am adding some...