2021-07-19 10:04 AM
I'm working on a project that will get data from sensor and publish data to Google IOT Core. I want to know whether this development board B-L462E-CELL1 can be used with to connect to Google IOT Core and if it is, are there any examples/tutorials for getting started?
2021-08-26 06:34 AM
Hello YYuas.1
The board does not nativelly support any Cloud yet. The Cloud part should be ported on top of the X-CUBE-CELLULAR via the exposed COM socket interface.
Best Regards
Solofo
2021-09-20 02:49 AM
Hello YYuas.1
The board does not support natively the Google IOT Core. However, as the firmware on the board aka X-CUBE-CELLULAR does support BSD socket API for communication to the internet, then basically, you will need to port the Google IOT Core which should use the BSD socket interface.
There is an example of application sending echo over TCP or UDP socket interface that can be used as starting point.
Thanks
Best Regards
Solofo