I'm new to Arduino and electronics so please pardon me if my question is confusing or weird.
I wish to create a multiple LED belts project based on Overview | Digital LED Belt | Adafruit Learning System, controlling it by a network ping via Ethernet.
Base on the tutorial, it's using Atmega32u4 processor as the brain, which is supported by Arduino Leonardo.
Base on the tutorial, it's using Atmega32u4 processor as the brain, which is supported by Arduino Leonardo.
I don't know what you mean by "is supported by the Arduino Leonardo". The Leonardo has a 32U4 processor on board, but you can't use it. It's used for the USB to serial conversion process so that the Leonardo can talk to the PC.
Assuming that the belt is something you wear around your waist, isn't an Ethernet connection going to be somewhat impractical? Whatever sort of interface you adopt, I'd have thought you would want to use one of the smaller clones rather than a full size UNO or similar, which will preclude using a standard Ethernet shield. If we knew what the Ethernet shield was intended to be used for, we might be able to suggest sensible alternatives. (Bluetooth would be the first obvious choice if it's a wearable device that you want to be able to control while it's being worn.)
@PeterH - Ethernet to toggle light patterns pre-built on the board. It's not going to be a belt, it's going to be a decoration. Like Halloween lighting.