Hello folks!
I’ve reached a point where I’m able to get the sensor’s data on my device’s port under /dev/ttyUSB0:
`Welcome to minicom 2.7.1
                             
                                                             
OPTIONS: I18n                                                
Compiled on Dec 23 2019, 02:06:26.                           
Port /dev/ttyUSB0, 16:59:05
                                  
                                                             
Press CTRL-A Z for help on special keys
                      
                                                             
[00:04:04.252,441] <inf> aqw_basic_demo: Temperature: 22.0°C 
[00:04:04.258,575] <inf> aqw_basic_demo: Humidity: 55.0%     
[00:04:11.487,518] <inf> aqw_basic_demo: VOC: 100.0          
[00:05:05.176,910] <inf> aqw_basic_demo: Temperature: 22.0°C 
[00:05:05.183,044] <inf> aqw_basic_demo: Humidity: 55.0%     
[00:05:12.412,017] <inf> aqw_basic_demo: VOC: 99.0        `
I intend to send over this data to the IOT manager dashboard, but with a regular SIM (is it possible?) or as a backup option, I intend to use WIFI. 
To give an overall context of my project…
I’ve developed a LPA manager application that downloads and enables profiles based on the location the device currently resides on, and based on the cellular connectivity provided by the SIM card I intend to transfer the data collected by the AQI module to an(any one in this regard) IOT dashboard. Since the application runs on a raspberry-pi, there’s a good chance that I might be able to use a WIFI connection.
TLDR; 
Has anyone implemented a project using nRF9160 Feather and the Air Quality Wing where the data is being is transmitted via WIFI, or a regular SIM.
Thanks and Regards