This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Issue on generating an I2S signal on the adafruit nrf52840 board (MDBT50Q)

Hi,

I'm using the I2S for driving a Neopixel (WS2812b) , my code is working properly on the nrf52840DK . but when i flashed it to the adafruit nrf52840 board via the P19 debug out port ; the download was successful but the board doesn't control the Neopixel !


NB:

  • I have made sure of the adafruit board pins mapping to the nrf52840 dk.
  • The same Neopixel was working properly with the adafruit board, when using the Arduino firmware with the adafruit Neopixel library (i think they use pwm for that)!
  • The Adafruit board is separately powered through the usb .

Raytac_MDBT50Q.pdf

Related