Search Result

271 results found on Nordicsemi

Article 12 | News 223 | Product 36 | All results

8793 results found on DevZone

NordicSemi

Nordic cellular IoT-powered remote boat monitoring system operates for years on AA batteries

Skyhawk Oversea employs nRF9160 SiP to provide GNSS location information and transmit boat sensor data to the Cloud

Tags: nRF9160 SiP, nRF91 Series, Cellular IoT, LTE-M, NB-IoT, GNSS, Asset Tracking, Sustainability, Industry, Innovation and Infrastructure

News

4/1/2024

Nordic Semiconductor low power cellular IoT solution named as 2019 CES Innovation Awards Honoree

Nordic’s nRF9160 SiP recognized in prestigious award program for innovative design and engineering in embedded products  

Tags: nRF9160, nRF91 Series

News

11/19/2018

Nordic-powered cellular IoT OEM Module accelerates development of secure and scalable IoT solutions

Tributech’s OEM module integrates nRF9160 SiP providing LTE-M/NB-IoT connectivity and high-end data security

Tags: nRF9160, LTE-M, NB-IoT, nRF91 Series

News

1/31/2022

Nordic-powered industrial connectivity solution enables Cloud-based operations monitoring

Rulo’s EdgeTrak 4S employs Nordic nRF9160 SiP for data processing and LTE-M to connect to equipment and systems

Tags: Asset Tracking, nRF9160, LTE-M, Sustainability, nRF91 Series

News

4/3/2023

Cellular IoT development board simplifies prototyping of space-constrained IoT products for makers and hobbyists

Circuit Dojo’s Feather platform employs Nordic’s nRF9160 SiP to offer low power LTE-M/NB-IoT cellular IoT and GPS for global operation

Tags: nRF9160, LTE-M, NB-IoT, nRF Connect SDK, nRF91 Series

News

8/24/2020

Lightweight and waterproof Bluetooth LE/cellular IoT asset tracker monitors valuable assets and offers ‘best in class’ battery life

AirBolt GPS employs Nordic’s nRF52833 SoC and nRF9160 SiP enabling Bluetooth LE/cellular IoT asset tracking functionality and gateway for companion travel locks

Tags: nRF52833, nRF9160, Bluetooth LE, LTE-M, NB-IoT, nRF91 Series, nRF52 Series

News

8/31/2020

Cellular IoT and AI combine in world-first platform designed to protect freshwater and marine ecosystems from wastewater and sewerage spill pollution

This platform targets wastewater utilities worldwide and costs as little as one third of legacy GSM systems but adds industry-first intelligence and preventative real-time network monitoring capabilities. All that is required for deployment is the mass installation of battery-powered, wireless coffee-cup-sized radar wastewater level sensors. These are deployed below network manhole covers, a process that takes less than five minutes

Tags: nRF9160, LTE-M, NB-IoT, Industrial Automation, nRF91 Series, Machine Learning

News

9/16/2021

Nordic-powered waste solution uses radar and machine learning to streamline container management and logistics

The Sensorita Sensor1 employs nRF9160 SiP to provide GNSS location data and record the fill level of waste containers, before sending data to the Cloud

Tags: nRF9160, nRF91 Series, Cellular IoT, LTE-M, NB-IoT, Logistics and Smart Transportation, Sustainability, Industry, Innovation and Infrastructure, Machine Learning

News

1/22/2024

DevZone - first 10 hits

Problem adding my NRF9160DK in nRFCloud

I followed the documentation, I'm also using nrf- but I still got:

forum

5/19/2024

thingy 91 ble ( sensor data)

how could I recover data from the internal sensors of the thingy 91 card via bluetooth

forum

5/17/2024

Figuring out functional state of nrf9160 modem

I hope someone can help me here with my question. In my project we are using a nrf9160 with modem fw version 1.3.5. The application sends/receives data periodically (1 hour etc) using nB-Iot. Meanwhile it is in PSM. We were running for several times in the last months/years into a modem state that it hangs and a connection can not be established. There were several reasons, previous modem firmware versions that were buggy etc etc (not only in my project) ... There is a fault handler implemented as I see which might help https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrfxlib/nrf_modem/doc/fault_handling.html The goal is to detect whether the modem is in a functional state and could connect if a connection can be established. Excepts the fault handler that directly signals a not functional state of the modem, are there any other ways how to detect whether the modem is functional? Sending AT-commands periodically? Unfortunately I did not

forum

5/17/2024

can i add wifi in nordic thingy 91

can i add wifi in nordic thingy 91

forum

5/17/2024

ADC device tree settings for nRF9160

Hi, I am using custom board (nRF9160) and zephyr V2.6 and I would like to make sure that I understand the ADC settings correctly in the device tree: channel @ 1 { reg = ; zephyr,gain = "ADC_GAIN_1_4" ; zephyr,reference = "ADC_REF_VDD_1_4" ; zephyr,vref-mv = ; zephyr,acquisition-time = ; zephyr,input-positive = ; /* P0.16 */ zephyr,resolution = ; zephyr,oversampling = ; }; 1- "ADC_REF_VDD_1_4"; means I am using the board power supply as a ref ? it is 3.38V 2- vref-mv is 3.38 / 4 3- oversampling = ; is this the sampling rate ? so every time I execute adc_read_dt function, 256 samples will be collected ? 4- I am measuring the voltage every 100ms once, is ADC_ACQ_TIME_MICROSECONDS , 3 considered suitable ? 5- when the voltage is 33mV the ADC reads it as 23mV, I measured the physical pin and it is 33mV, why such difference ?

forum

5/17/2024

Partion Manager script failing when MCUboot configured

Hi everyone, I have a fairly mature project that I am now required to add MCUboot to so that remote firmware updates can be possible. I am building for a custom board based upon the NRF9160. I have verified the following things so far: My project builds with CONFIG_MCUBOOT=n without issue I can build a simple sample (hello world) with CONFIG_MCUBOOT=y on my custom board I get the following output message from the build process: Building SG-Firmware west build --build-dir /home/cmabon/Documents/Projects/SG-Firmware/build_primary /home/cmabon/Documents/Projects/SG-Firmware --pristine --board crm_nrf9160_primary_ns --no-sysbuild -- -DNCS_TOOLCHAIN_VERSION=NONE -DBOARD_ROOT=/home/cmabon/ncs/v2.4.1/zephyr;/home/cmabon/Documents/Projects/SG-Firmware -Db0_OVERLAY_CONFIG=/home/cmabon/ncs/v2.5.0/nrf/subsys/partition_manager/partition_manager_enabled.conf -Dmcuboot_OVERLAY_CONFIG=/home/cmabon/Documents/Projects/SG-Firmware/child_image/mcuboot.conf;/home/cmabon/ncs/v2.5.0/nrf/subsys/partition_manager/partition_manager_enabled.conf -DCACHED_CONF_FILE=/home/cmabon/Documents/Projects/SG-Firmware/prj.conf -DDTC_OVERLAY_FILE=/home/cmabon/Documents/Projects/SG-Firmware/boards/crm_nrf9160_primary_ns.overlay -- west build: generating a build system Loading Zephyr default modules (Zephyr base). -- Application: /home/cmabon/Documents/Projects/SG-Firmware -- CMake version: 3.20.5 -- Found Python3: /home/cmabon/ncs/toolchains/7795df4459/usr/local/bin/python3.8 (found suitable version "3.8.2", minimum required is "3.8") found components: Interpreter -- Cache files will be written to: /home/cmabon/.cache/zephyr -- Zephyr version: 3.4.99 (/home/cmabon/ncs/v2.5.0/zephyr) -- Found west (found suitable version "1.1.0", minimum required

forum

5/17/2024

problem to detect the LTE network

what should i do to get the what should i do to get the thingy91 connected to LTE Network ? the SIM has been acitvited but i still cannot connect the Dk to the network.thingy91 connected to LTE Network ? the SIM has been acitvited but i still cannot connect the Dk to the network.

forum

5/16/2024

NRF9160 reset loop prevention never seems to actually trigger

Hi, We've got a board with a fairly limited power supply in production and it's expected to brown out under certain conditions. As such, I need to verify the reset loop prevention described in this Nordic Semiconductor white paper. I'm using mfw_nrf9160_1.3.5 and SDK 2.0, so I expect the prevention to trigger after 7 resets. To test this I unconditionally trigger a connection during the boot sequence and have our power supply limited to ~30 mA to trigger a brown out. I can see +CEREG: 2 and +CSCON: 1 just before each reset, so the device appears to be browning out during active comms, but it never triggers the reset loop prevention. I let it reset approx 20 times before stopping the test. I never call +CFUN=0 and can't it doesn't appear to be called from any sdk code as if I breakpoint in `lte_lc_func_mode_set` it never triggers. Any help

forum

5/16/2024

BLE antenna connection on nrf9160dk

I have two nrf9160DKs that are talking to each other over BLE. Things are working fine but I want to eliminate some of the external noise in my environment. Is it possible to connect the two J3 connectors and expect it to work? Thanks Mike

forum

5/16/2024

Unable to flash

Hi, I started fesh on a new laptop, installed nrf Connect for desktop. I used VS Code to install the the latest nrf toolchain and sdk, verison 2.6.1, as they recommend that using Vs code is the preferred method. I then installed the quickstart app, version 0.2.6, inside nrf connect for desktop and tried to flash a sample. Flashing was unsuccessful and with error as seen in the attached images. I also tried flashing a sample using the nrf extension in VS code and got a similar error. It seems that the J-Link programmer is not detected. I have also tried using the programmer app version 4.3.0 but also no success. See attached log file. I hope to hear from you soon. Best regards, devzone.nordicsemi.com/.../2024_2D00_05_2D00_14T17_5F00_52_5F00_18.234Z_2D00_log.txt

forum

5/14/2024