Hello Team,
Could you please share some sample application or procedure to handle power modes (Sleep, Deep Sleep, etc) of the nrf9160.
Please let me know.
Regards, ...
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...
Does nRF51822 support uart over ble profile? I see in previous discussion "nRF8001 UART-over-BLE" talking about this and answer suggest 51 serial has this?
We want add MQTT...
Hi everyone.
I have problem with my device. I use Visual studio with visual GDB and I'm trying to use interrupts from RTC. Got from this site lot of examples and wrote some...
Hi,
I am running my nRF9160 DK in "nRF Only Mode" (Via SW1). I would like to drive the serial terminal out via one of the GPIO pins, connected to my MAC using an FTDI serial...
SDK v15.2.0 using peripheral spi example. Windows 8.1, uploading to nRF52 DK.
In my while loop I use bma_spi_read() twice with a small delay in between. The first...
Hi,
I am using the reliable message communication to measure Round-trip time based on the Light switch example.
I noticed that in high traffics, some packets are not...
I want to use TimeSlot API for nrf52832.
two question.
I want to use time slots regularly . I call follow, timeslot_open() timeslot_request() - timeslot_end() -> IDLE_STATE...
Hi there,
I've already asked about it https://devzone.nordicsemi.com/f/nordic-q-a/49701/commissioner-disable and I've tried it but nothing work. I've already spent 5 days...
I am in pre production with the nRF52840. My customers have access to the micro USB port on the device. I want them to be able to define a string for the nRF5 transmitted...
I am using nRF51, SD 130 1.0 and SDK 10.0.0. I have 11 buttons connected to nRF. Currently it only works for up to 4 buttons (APP_TIMER_OP_QUEUE_SIZE is 4, but I'm not sure...
Hi,
i am working on spi master example in nrf52832, when clock is set to 8MHz, clk signal output at the nrf52 pin is more like triangle wave.
is there any way to set pin...
Hi,
At the moment, my current location does not have an NB-IoT network for the nRF9160 DK to attach to. This means that the device is unable to activate PSM mode (which...
Working with SDK 15 on an nRF52832:
I have a peripheral applicatin where I'm computing the value of a BLE read on the fly.
Currently I do that by:
Setting up a BLE...
Dear dev community,
I've got a very simple question: How can I see the subscription and publishing addresses list in any mesh node for any model?
Thank you!
Regards...
Hi I am developing a custom PCB for the nrf51822 chip. I heard the nrf51822 chips do not come with preloaded firmware or bootloader. Do I need to also flash the bootloader...
Base on nRF5_SDK_15.3.0_59ac345 for NRF52810, I wrote the following codes,
Use nrf_drv_uart_tx to send data is successful, and NRF_DRV_UART_EVT_TX_DONE occur normally...