So I am sending data to my php script hosted on 000WebHost via HTTP POST on my ESP32+SIM800L set up. I am recording sensor data at 800Hz and storing it in an character array like: a[]=3&a[]=5&a[]=8… which becomes my payload array for the POST request. For some reason I can only send 161 values which is a Content Length of
Tag: arduino-ide
PHP shell_exec() returning different result than SSH Terminal
I have a Linux machine running CentOS 7 with Python 2.7.5 installed. I am trying to run the Arduino-CLI, which is an executable that requires Python. I wrote a command to compile a sketch. As seen on …