Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi all,
I'm wondering if there is a sample code that implements FOTA (would be great if it's from AWS S3 bucket) for nrf9160dk. This was the closest thing I was able to...
Hello,
I have the Power Profiler Kit II and nRF52840DK (development kit). I was able to get these working together so I can source the power from the PPK and see the realtime...
I have an existing application that calls nrf_mesh_init to initialize the mesh stack.
In the Zephyr world this maps to bt_mesh_init
But I could not find a Zephyr equivalent...
Hello nordic. I'm using your FTP client. The client can only send 4 kB of data at once so I send data numerous times and append to a file. The first send I do is 160kB which...
Dear DevZone:
I am working with the nRF9160-DK board and I am interested in implementing a GPS tracking system but I have some doubts.
1. Does Zephyr have any previous...
How do the licenses affect the possible usage of the SDK in company products?
At least:these:
* SPDX-License-Identifier: LicenseRef-BSD-5-Clause-Nordic * SPDX-License...
Hello there,
I am trying to find the datasheet from the device NRF31502A but I am having some trouble!
Can someone help me or point me where I can get it?
Thanks
Hello,
I'm having an issue with setting up the I2C communications on the nRF9160. When trying to compile a program with an I2C bus but even when I attempt to compile the...
Hi,
does any of the readers here have some good idea, as how to give the plenty of nordic eval boards on the desktop some kind of housing, to protect them from short cuts...
Hi,
1. we are referring the example code for the BLE how the pairing is happening and where this ( passkey_display ,cancel ,pairing_complete ,pairing_failed ) callbacks...
Good day, I would like to confirm the following points regarding the nRF9160 and nRF5340: nRF9160 1. The modem firmware binary is programmed through the SWD and not a UART...
Is there any Kconfig line to set the TX_POWER on the prj.conf file?
Also are the values listed on the below value also valid for the nRF52832 micro.
developer.nordicsemi...
Hey,
I am trying to add DFU support to my application.
In my case, I copied the code from the NRF SDK 15.3 DFU secure_bootloader example for pca10040_ble and included...