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 Reply
  • I just copied the nrf52840dk overlay file to a nrf9160dk overlay file without changing anyting but the name.

    Can I just remove the nrf52840 and the nucleo files?

    Why are there both an serial_overlay.dtsi and a arduino_serial.overlay file when they look alike. Since I am using an external sensor is one of them obsolite?

    This is my overlay file:

    Does the code: NRF_PSEL(UART_RX, 1, 1) refer to UART1.

    Should I use UART0 to use pin P0.00 and P0.01?

    br Mikal

Children
Related