I am trying to feed an analog value read on another arduino through 433 Mhz modules using the VirtualWire library and i'm failing to do so. Has anyone done that ? Any advices ? I attached some code i tried, the receiver code is empty at some point because i erase what i was trying to do. My idea was to read the value from the pot convert to a string, throw it an array, transmit it, read the array on the receiver, transform that in an integer and then feed the servo, is that wrong ?