Can I use this Code with an ESP8266 (Arduino)? #6817
-
Hello! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I am afraid we don't have enough enough experience with arduino to even provide you with a good answer. This might help: to use Cloud Pub/Sub with Both protobuf and gRPC include core generators, which implies you need to cross-compile them so you can generate code in the host environment (your workstation), but the generated code must be compiled for the target environment (arduino). |
Beta Was this translation helpful? Give feedback.
I am afraid we don't have enough enough experience with arduino to even provide you with a good answer. This might help: to use Cloud Pub/Sub with
google-cloud-cpp
you are going to need a number of dependencies to work, including: Abseil, protobuf, and gRPC.Both protobuf and gRPC include core generators, which implies you need to cross-compile them so you can generate code in the host environment (your workstation), but the generated code must be compiled for the target environment (arduino).