How to convert int to string on Arduino? December 21, 2022 by Tarik Use like this: String myString = String(n); You can find more examples here.