Tool/software: Linux
I am following the Sub-1 GHz Sensor to Cloud Industrial IoT Gateway Reference Design. It sends integer values from the sensor to the cloud. But instead of integer values, I want to send strings that I read from a txt file stored on a sd card. How shall I wrap the the strings in the sensor code and send them. Also what changes do I have to perform in the collector code to receive the strings.