How to send numeric variables between Particles? (part1: JSON)

Nice write-up :+1:

sprintf() would be used for putting the string together, for decoding/parsing you'd use strtok(), sscanf() or other approaches like "manually" traversing the string.

3 Likes