Visual Builder to capture sequence of steps

A few questions:

  • What are the code blocks… can you have your firmware section them into an if else or switch statement… that way, you can just send serial commands. This wouldn’t work for ultra-flexible code building, but if it’s just assembling somewhat separate commands, this may work.
  • If that’s the case, is this over wifi or serial (uart)?

We use SurveyStack and a little androiod apk to send and receive info from our device, works well and is pretty flexible. You’d need to use android if it were uart, but if it were over wifi (same network as whatever phone is running surveystack) you can code it directly in survestack which would be cool.