I just received an Arduino Nano 33 BLE. I connected via USB to my computer and tried to pair with my iPhone 7. The iPhone does not even see the device.
Is there something special that I need to do to pair the Nano 33 BLE with my iPhone 7???
If possible, you should always post code directly in the forum thread as text using code tags:
Do an Auto Format (Tools > Auto Format in the Arduino IDE or Ctrl + B in the Arduino Web Editor) on your code. This will make it easier for you to spot bugs and make it easier for us to read.
In the Arduino IDE or Arduino Web Editor, click on the window that contains your sketch code.
Press "Ctrl + A". This will select all the text.
Press "Ctrl + C". This will copy the selected text to the clipboard.
In a forum reply here, click the "Reply" button.
click on the reply field.
Click the </> button on the forum toolbar. This will add the forum's code tags markup to your reply.
Press "Ctrl + V". This will paste the sketch between the code tags.
Move the cursor outside of the code tags before you add any additional text to your reply.
Repeat the above process if your sketch has multiple tabs.
This will make it easy for anyone to look at it, which will increase the likelihood of you getting help.
If the sketch is longer than the 9000 characters maximum allowed by the forum, then it's OK to add it as an attachment. After clicking the "Reply" button, you will see an "Attachments and other settings" link.
When your code requires a library that's not included with the Arduino IDE please post a link (using the chain links icon on the forum toolbar to make it clickable) to where you downloaded that library from or if you installed it using Library Manger (Sketch > Include Library > Manage Libraries in the Arduino IDE or Libraries > Library Manager in the Arduino Web Editor) then say so and state the full name of the library.
I have no sketch yet. I merely powered up the Arduino Nano 33 BLE module and went to the Bluetooth settings on my iPhone 7. The Nano 33 BLE does not show up in the list of Bluetooth devices on my iPhone 7.
I read somewhere that a Bluetooth BLE device may not show up in the list of Bluetooth devices on my smartphone or tablet or computer for that matter. One of the things that makes it LOW ENERGY is that it is essentially asleep when not being used and therefore will not show up in the list of Bluetooth devices.
So are you suggesting installing the ArduinoBLE library for this reason? Are you thinking that once I install the ArduinoBLE library and try to communicate with the BLE on the Nano 33 that it will "awaken"?
I read somewhere that a Bluetooth BLE device may not show up in the list of Bluetooth devices on my smartphone or tablet or computer for that matter. One of the things that makes it LOW ENERGY is that it is essentially asleep when not being used and therefore will not show up in the list of Bluetooth devices.
So are you suggesting installing the ArduinoBLE library for this reason? Are you thinking that once I install the ArduinoBLE library and try to communicate with the BLE on the Nano 33 that it will "awaken"?