Where do I find the information required to create a 'NEW' I2C device and assign it to nRF5280 P0.26/27/28 as SCL/SDA/INT Thanks
Where do I find the information required to create a 'NEW' I2C device and assign it to nRF5280 P0.26/27/28 as SCL/SDA/INT Thanks
Hi,
KevinA said:Thingy:91, once the nRF52840 I2C is setup and communicating with a sensor how do you get that data to the cloud?
You will need to set up communication between the nrf52 and the nrf9160, so for example you can send data over uart form the nrf52 to the nrf9160, then the nrf9160 can upload the data to the cloud by HTTPS\MQTT\CoAP.
This might be of interest : http://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.4.0/nrf/samples/nrf9160/lte_ble_gateway/README.html
Here is a different case with the Thingy:91 and use of I/O: Nordic DevZone (nordicsemi.com)
And, Nordic DevZone (nordicsemi.com), and this Nordic DevZone (nordicsemi.com)
Regards,
Jonathan
Hi,
KevinA said:Thingy:91, once the nRF52840 I2C is setup and communicating with a sensor how do you get that data to the cloud?
You will need to set up communication between the nrf52 and the nrf9160, so for example you can send data over uart form the nrf52 to the nrf9160, then the nrf9160 can upload the data to the cloud by HTTPS\MQTT\CoAP.
This might be of interest : http://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.4.0/nrf/samples/nrf9160/lte_ble_gateway/README.html
Here is a different case with the Thingy:91 and use of I/O: Nordic DevZone (nordicsemi.com)
And, Nordic DevZone (nordicsemi.com), and this Nordic DevZone (nordicsemi.com)
Regards,
Jonathan