cancel
Showing results for 
Search instead for 
Did you mean: 

Can B-L462E-CELL1 development board be used to connect to Google IOT Core?

YYuas.1
Associate

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?

2 REPLIES 2
S.RA
ST Employee

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

S.RA
ST Employee

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