Can you run 'nRF Connect' on your iPad and also on an Android device if you have one, and see if that detects it?
I guess it might depend how you filter out the device in your app. If it's via the UART service then the service is usually advertised in a 'Scan Response' packet, not the main one and can be a bit tricky. You'd be better off filtering based on the name.
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.
Can you run 'nRF Connect' on your iPad and also on an Android device if you have one, and see if that detects it?
I guess it might depend how you filter out the device in your app. If it's via the UART service then the service is usually advertised in a 'Scan Response' packet, not the main one and can be a bit tricky. You'd be better off filtering based on the name.