Paul,
thanks for taking the time to look into my problem with the Artemis Module not being detected by scanners.
Arduino IDE 1.8.9, Windows 7, Sparkfun 1.0.30
Artemis Module, Example8_BLE_LED
After compiling and uploading this is what I can see:
Artemis SVL Bootloader
Got SVL Bootloader Version: 3
[##################################################]Upload complete
From Serial Monitor:
Apollo3 Arduino BLE Example. Compiled: 15:06:11
fm: NusHandlerInit, file: …\AppData\Local\Temp\arduino_build_614732\sketch\nus_main.c, line: 1046
fm: NusStart, file: …\AppData\Local\Temp\arduino_build_614732\sketch\nus_main.c, line: 1130
fm: tagAttCback, file: …\AppData\Local\Temp\arduino_build_614732\sketch\nus_main.c, line: 384
fm: NusHandler, file: …\AppData\Local\Temp\arduino_build_614732\sketch\nus_main.c, line: 1090
fm: tagProcMsg, file: …\AppData\Local\Temp\arduino_build_614732\sketch\nus_main.c, line: 912
pMsg->hdr.event: 0x0052
Not found with BLE Scanners rNF Connect , BluePixel or Pally on an iPAD.
Uploading to Artemis MicroMOD or RedBoard these can be found by the scanners.
With Sparkfun 2.0.4 and Examples/Not Compatible/ArduinoBLE/Periferal/LED these are the responses I got
arm-none-eabi-g++: error: …\apollo3\2.0.4\variants\SFE_ARTEMIS_MODULE/mbed/.cxx-flags: No such file or directory
arm-none-eabi-g++: error: …\apollo3\2.0.4\variants\SFE_ARTEMIS_MODULE/mbed/.includes: No such file or directory
exit status 1
Error compiling for board Artemis Module.
I renamed the file SFE_ARTEMIS to SFE_ARTEMIS_MODULE and compilation was OK.
Artemis SVL Bootloader
Got SVL Bootloader Version: 3
[##################################################]Upload complete
From Serial Monitor:
starting BLE failed!
Uploading to Artemis MicroMOD or RedBoard these can be found by the scanners.
Regards
Juhan