Using Google 'Protocol Buffers' in Arduino
问题 Is it possible to make Google Protocol Buffers work in Arduino? I have been trying for about a week and can't make it work, and I would like to know if it's even possible. 回答1: This should fit on an Arduino: https://github.com/nanopb/nanopb 回答2: I've managed, after several attempts, to compile google protocol buffers for Arduino (using lite runtime), and still, the resulting code size was way over the 32k limit. So, for now, GPB isn't a viable option for Arduino projects. (maybe on Arduino