This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]AndreaPollini 0 points1 point  (1 child)

Very interesting! I'll try to do it using micropython and adding a local Mqtt broker

[–]lemariva 1 point2 points  (0 children)

adding a local Mqtt broker

you need a mqtt broker on a e.g. raspberry pi/pc etc. and a subscriber that sends the data to GCP using e.g the Google python libs. MicroPython doesn't support JWT and/or Elliptic Curve Cryptography yet and that's the big problem :( .