vovagorodok / ArduinoBleOTA

Upload firmware over Bluetooth
MIT License
19 stars 7 forks source link

Library ArduinoBleOTA on Arduino Nano 33 BLE with MBED #39

Open pseganfreddo opened 4 months ago

pseganfreddo commented 4 months ago

Hi, I have little experience programming on Arduino. I'm trying to implement firmware update via OTA on nRF52840 custom board (Arduino Nano 33 BLE). The ArduinoBleOTA library seems very suitable to me. But after importing it, I get a compilation error, namely:


Error linking for board Arduino Nano 33 BLE(nano33ble) Build failed for project 'Test_Library_OTA_Nano33BLE' Test_Library_OTA_Nano33BLE.ino:18: undefined reference to InternalStorage

fair mistake as InternalStorage is under #ifdef card type dependent. I ask you where I can act to use and compile the library on this hardware, or if I have to implement an InternalStoragexxxx.cpp and .h interface or what do I need to implement to achieve the goal. Thanks for any help on how to proceed. Paolo S.

vovagorodok commented 4 months ago

Hi, ArduinoBleOTA use ArduinoOTA, the same rules work here. Perhaps it can help You: https://github.com/vovagorodok/ArduinoBleOTA/pull/38#issuecomment-2014022731