Hello I am actually from Electronics branch and working with new IOT interface sensors which create the mesh communication with raspberry pi, after knowing about the cloud services we have started with guidance page(http://www.oracle.com/webfolder/technetwork/tutorials/obe/cloud/iot/RaspberryPiSetup/RaspberryPiSetup.html ) but facing issue while configuring the raspberry pi with internet access
export ftp_proxy=http://my-proxy:my-port
export http_proxy=http://my-proxy:my-port
export https_proxy=http://my-proxy:my-port
Our main is to connect the wireless pressure and temperature transmitter https://store.ncd.io/product/long-range-iot-wireless-temperature-barometric-pressure-sensor/ which will send the data to the Oracle database using the WIFI connection but as a new starter I am still finding issues in connecting the raspberry pi with Oracle database servers, so any help kind suggestion will be very helpful to make this work easily