Temperatur sensor

HI!

We are planning to have a student project where student measure ocean temperature and uses the NRF9160DK to send data via MQTT to a broker.

I have completed the fundamental course and it seems like using a i2c sensor i possible.

Do you have any experience or suggestions of whitch sensor to use?

Do you have any experience using a oneWire sensor based on DS18B20?

Br

Mikal Lund

Krokeide Videregående Skole

Parents
  • Hi Mikal,

    Do you have any experience or suggestions of whitch sensor to use?

    We do Nordic specific support, so I can not help with this much. Also because I have not measured the sea before myself.
    However, I suggest that you google something like "Arduiono ocean measurement", as this will give the most popular sensor for the task. Especially for educational purposes, having good online resources "er gull verdt" as we say in Norwegian.

    Do you have any experience using a oneWire sensor based on DS18B20?

    There is a sample in Zephyr for the DS18B20 1-Wire Temperature Sensor, which is a good sign. This sample even has an overlay file for the nRF52840DK, so all you need to do is to add a similar overlay for the nRF9160, and I think it should work.

    Was this the info you are looking for?

    Mvh,

    Sigurd Hellesvik

Reply
  • Hi Mikal,

    Do you have any experience or suggestions of whitch sensor to use?

    We do Nordic specific support, so I can not help with this much. Also because I have not measured the sea before myself.
    However, I suggest that you google something like "Arduiono ocean measurement", as this will give the most popular sensor for the task. Especially for educational purposes, having good online resources "er gull verdt" as we say in Norwegian.

    Do you have any experience using a oneWire sensor based on DS18B20?

    There is a sample in Zephyr for the DS18B20 1-Wire Temperature Sensor, which is a good sign. This sample even has an overlay file for the nRF52840DK, so all you need to do is to add a similar overlay for the nRF9160, and I think it should work.

    Was this the info you are looking for?

    Mvh,

    Sigurd Hellesvik

Children
Related