Hi, I have a question concerning the NB-IoT module BC66. I tried compiling some of the github examples but failed:
.platformio/packages/framework-quectel/arduino/cores/bc66/interface.h:27:10: fatal error: os_wizio.h: No such file or directory
I followed the install instructions on GitHub, but was not able get it done. Any ideas? Thx....
Try to reinstall Quectel platform:
PIO Home > Platforms ... find Quectel and press Uninstall button.
Then install:
PIO Home > Platforms > Advanced Installation
paste https://github.com/Wiz-IO/platform-quectel
PIO Home > Boards ... select Olimex-NB-IoT-DevKit
https://github.com/Wiz-IO/platform-quectel#install-platform
I followed he documentation on
https://github.com/OLIMEX/NB-IoT/ (https://github.com/OLIMEX/NB-IoT/)
saying one should use
https://github.com/StefanMavrodiev/platform-quectel#olimex (https://github.com/StefanMavrodiev/platform-quectel#olimex)
which I did, and that did not compile with the fatal error. I also exchanged the platform-quectel with the wizio version - no luck.
The third combination is
https://github.com/Wiz-IO/platform-quectel (https://github.com/Wiz-IO/platform-quectel)
https://github.com/Wiz-IO/platformio-quectel-examples (https://github.com/Wiz-IO/platformio-quectel-examples)
but that does not work either with the BC66 examples. For get_info e.g. I get
src/main.cpp:20:42: error: 'class LDEV' has no member named 'getVersion'; did you mean 'version'?
Serial.printf("Arduino %s\n", Dev.getVersion());
Ok, the only samples that seem to compile are those in the BC66_SDK folder:
https://github.com/Wiz-IO/platformio-quectel-examples/tree/master/BC66_SDK/Arduino (https://github.com/Wiz-IO/platformio-quectel-examples/tree/master/BC66_SDK/Arduino)
together with
https://github.com/Wiz-IO/platform-quectel (https://github.com/Wiz-IO/platform-quectel)