nRF52832 Breakout Questions

Hi, Couple of questions.

Can the internal part of the MCU is powerful enough to drive no pixels?

And

Can the Arduino core be used to talk to other devices like this using the proprietary NRF protocol? Can it be used to talk to NRF2401 devices?

Hello, and thanks for writing!

Can the internal part of the MCU is powerful enough to drive no pixels?

I think you're asking about *Neo* pixels? Yes, these boards should be able to drive Neo pixels or other WS2812 based RGB LEDs.

Can the Arduino core be used to talk to other devices like this using the proprietary NRF protocol? Can it be used to talk to NRF2401 devices?

As far as I know, it can't. I don't believe there are any libraries for that at this time, but I could be wrong about that.

Thanks. I’ll investigate further!