Hello,
I have tried twice to request for SUPL license for getting A-GPS working but it has been denied both of the times. I think first time it got denied due to mismatch...
Hi Nordic Team,
The atomic fifo implementation is based on armv7-M, right now I want to port it into cortex-A processor, I made some changes to get it compiled without...
Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hi,
I use a mcu nRF52840 on a personal card for a project and we are stuck on interruptions: hardware pin and timer. I use the lib "nrfx" for future accounting purposes...
Using NRF_SDH_BLE_OBSERVER in a non-static context doesn't work because the registered variable, and therefore the handler context is lost. How can one register for ble events...
Dear,
I am using nrf9160 DK, we can download hex fiel for boardcontroller
nRF9160 DK board controller firmware
https://www.nordicsemi.com/Software-and-Tools/Development...
Based on the experimental_lpn example if have ported at application (light switch) to work as a low power node.
Everything work fine on the lpn node where i use the generic_onoff_client...
Hello,
I tried to update bootloader on the dongle via DFU, but It failed.
The dongle uses OpenBootloader, so it does not check signature for firmware packages. But the...
Hello,
I'm working on a project where we are doing the following:
Collecting sensor data and storing it in an external SPI flash
Retrieving that sensor data from the...
Hi,
When publishing a message with access_model_publish() the p_message->p_buffer must be remain valid until all retransmissions have completed for loopback message but...
Hello
I want to modify the tx powel level to 4 dbm using sd_ble_gap_tx_power_set(BLE_GAP_TX_POWER_ROLE_ADV, m_adv_handle, 4); after Advertising_Init function.
I could...
Testing with the NRF52840 dongle and the Power Profiler Kit. I see a reading of ~5uA when sleeping without SAADC enabled.
I use this code to enable SAADC
My power...
Environment
- DK 0.8.2 in which SB44 is cut, and P1 and P2 are connected - firmware v1.0.0 - program : asset_tracker - SIM: iBasis
Before updating firmware, asset_tracker...
Hello. Got such a problem. I use nrf52832 Adafruit Feather board. While working with BLE examples (Softdevice and app.), debug via serial works fine. Can see all the text...
Hi,
I have a desig where the space is minimal and I have one nRF52838 and one nRF52840 microcontroller. Is it possible to place them at the same coorinates, but on oposite...
Hello everyone and Good day
I am a fresh graduate and its my first assignment at my job. I have to flash an LED at 1 Hz using NRF52810 BT 5 chip.
There are so many development...