RIOT - Arduino UNO wifi connection

Hello,

I’ve implemented a code using some libraries such as SoftwareSerial and NewPing in my arduino code. I have named my .ino file to .sketch and run the commands below:

make BOARD=arduino-uno make BOARD=arduino-uno flash

No errors have occured except some warnings but RIOT is flashed in my board successfully. Unfortunately, when I have ran my code in Arduino IDE, it was working (connected first to wifi, then send some sensor data to the Thingspeak cloud), however after flashing it, no data is going to Thingspeak anymore. I would be glad if you help me. Thank you in advance.

Sincerely,