Shortly after posting this, I realized that the NRF is sending data in packets of max. 32bytes and my payload is bigger (~128bytes). I quickly reduced the sending part to use smaller data packets and now more packets are getting thru in the beginning but at some point its still just "noise".
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Shortly after posting this, I realized that the NRF is sending data in packets of max. 32bytes and my payload is bigger (~128bytes). I quickly reduced the sending part to use smaller data packets and now more packets are getting thru in the beginning but at some point its still just "noise".