Hi, I'd appreciate anyone's thoughts on this as it's the final piece of this project. I've been trying to send hex data via serial from my Uno to a r/c car receiver (updates every 20ms, sent at 100k baud). This works great right now, as I manually type in this data into my sketch and upload. Next, however, I'd like to be able to modify the datastream given to the Uno via cellular internet (not wifi). Ideally this could be driven by analog joystick that I'd use to send inputs to the receiver over cell.
Much of the existing info I've found involves wifi, or sending from arduino to a webserver- just not quite my situation. I am aware there is a GSM module such as the SIM800L, which looks promising. However, I'm not sure how to manipulate this for something other than sending SMS.
Thanks for an input, and apologies in advance for anything I've missed so far.
Thanks for reaching out, I believe I understand what you're saying. You mentioned it being difficult to connect via IP, so what options do I have either in terms of the special IP provisions you mentioned or other different methods to send this data over cell? Or is this just essentially a dead end? Thanks again for the help.