Skip to content

Can I use this Code with an ESP8266 (Arduino)? #6817

Answered by coryan
jannis-weber asked this question in Q&A
Discussion options

You must be logged in to vote

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).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jannis-weber
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants