Sending data from Arduino - part 3

Goal: learn about the effects on performance when packing more than a single data point per UDP packet. ...

July 15, 2021 · 4 min · 730 words · Horacio G. de Oro

Sending data from Arduino - part 2

Part 2: let’s learn about the performance of sending single data point per UDP packet. ...

July 14, 2021 · 2 min · 253 words · Horacio G. de Oro

Sending data from Arduino - part 1

Part 1: as a first approach, let’s try the simplest way to send data using UDP packets. ...

July 8, 2021 · 3 min · 623 words · Horacio G. de Oro