Recent Arduino with ethernet

Hi

I was wondering what the most recent/newest Arduino is with build in Ethernet port.
Because I see a lot of them are "too old": for example:

  • Tian => retired
  • Yun => retired
  • Ethernet => retired
  • Etc..

I'm searching for a extreme low power device (battery powered), so no Linux. It's for making a clock.

Setup:

I want want to power an Arduino and 2 Unify PRO access points from (large) 24V batteries.
I also want to Arduino itself having a battery backup.

So I was thinking about this setup:

24V batteries-> DC/DC 48V -> Something like this -> a splitter (hope to find a better one without conversion cable) -> a battery charger -> some ethernet Arduino

The ethernet is for communicating with my domotica and NTP.
I have seen that there is a PoE Arduino, but then I'm missing the battery backup and the USB charge port (not really required).

Extra's I will connect to it:

  • Rotary button
  • Color OLED
  • Buzzer (normally we should wake up with dimming light and sound using the OpenHab domotica communication, but a battery and the buzzer are a backups)

Thanks
Laurens

The newest is the Leonardo Eth, which is already, you guessed it... RETIRED!

I recommend just using an Ethernet shield or module with a regular Arduino board. The Arduino Ethernet Shield 2 is not retired but it is sold out in the Arduino store. You might be able to find one from an Arduino distributor or there are plenty of Ethernet shields available which are not manufactured by Arduino. Just be sure to get one with the W5100, W5200, or W5500 Ethernet controller chip, not the ENC28J60.

Arduino boards aren't very good for low power but you can make a few modifications and solve that problem or just design your own board without the components that waste power.

The Taijuino DUE compatible has ethernet build in port, although I'm not sure whether it is an extreme low power device :slight_smile:

http://www.elechouse.com/elechouse/index.php?main_page=product_info&products_id=2230

The Arduino Ethernet Shield 2 is retired now. DFrobot has one that looks reasonable - Ethernet Shield for Arduino - W5200 - DFRobot

Or go for the Yun Rev. 2 if affordable. I guess that will be one part of arduino's iot plan.