It starts dumping tons of RDY and +PACSP1 on serial
By serial, do you mean over the Bluetooth connection?
The nRF52s only have one serial port, so that's the one it'd be using for the modem. If you were using it for something else as well then you'd be very likely to get conflicts.
If you mean Bluetooth I have no idea really - but as far as I know RDY would come from the modem, so perhaps there's some code somewhere that is causing it to be mirrored over Bluetooth LE (like a console.log for error conditions or something).
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.
By serial, do you mean over the Bluetooth connection?
The nRF52s only have one serial port, so that's the one it'd be using for the modem. If you were using it for something else as well then you'd be very likely to get conflicts.
If you mean Bluetooth I have no idea really - but as far as I know
RDY
would come from the modem, so perhaps there's some code somewhere that is causing it to be mirrored over Bluetooth LE (like aconsole.log
for error conditions or something).