Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Library ArduinoBleOTA on Arduino Nano 33 BLE with MBED #39

Open
pseganfreddo opened this issue Apr 3, 2024 · 1 comment
Open

Library ArduinoBleOTA on Arduino Nano 33 BLE with MBED #39

pseganfreddo opened this issue Apr 3, 2024 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@pseganfreddo
Copy link

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 vovagorodok self-assigned this Apr 3, 2024
@vovagorodok
Copy link
Owner

vovagorodok commented Apr 3, 2024

Hi, ArduinoBleOTA use ArduinoOTA, the same rules work here. Perhaps it can help You: #38 (comment)

@vovagorodok vovagorodok added the question Further information is requested label Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants