18-02-2020, 09:50
(17-02-2020, 20:10)Werk_AG Wrote: Hi Stefano90,
Is good to know that your AQMII is working.
I can't say if your PHP script works or not, but check this on the AQM II software:
Config_Options.h
Quote:#define ENABLE_AQM_TO_MYSERVER 1 // 1= Enable, 0= Disable
Credentials.h
Quote:// --------------------------------------------------------------------------------------
// My Server Credentials
// --------------------------------------------------------------------------------------
const char* My_Server = "YOUR SERVER ADDRESS"; // Put here your server address
const char* Path_To_LogToSQL_PHPfile = "/NAME OF YOUR PHP SCRIPT";
Rgs
Hello, of course I set it as you show.
Device reaches server (and PHP file) because writes empty data.
I tried to open serial monitor (baud rate 19200, right COM port) in Arduino IDE but nothing is wrote in the console.
From the code must show something on the console

