LED Ring tutorials?

Are there any tutorials around showing how to address individual LEDs in an LED Ring, (turning them on and off)? I want to use something small to address them such as an Arduino Nano.

Thanks

Suggest you read through this guide then start with some simple project like flash every 2nd LED etc.
Try to understand the examples that come with the neopixel library.

Thanks, I'll check that out.