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 am using nRF52 DK with SDK 15.2 and SD132 for my project and use "ble_app_uart" as a reference. In my project, I want to start and stop advertisment manually through...
Hello Everyone
I am working on nRF52840 DK, SDK V-15.0.
How we can stop advertising? Which API is used to stop advertising?
Quick help will be appreciated.
Regards...
Hi, Nordic Team:
I am working with nrf52840 chip now,I want to use VDD output 3.3v. I have read the UICR Config Example and it's work fine when i use Keil to comp & download...
Hi, I'm working with the nRF52840-DK and need to be able to receive (slave) and generate (master) data on the same I2C lines. I'm aware this target doesn't support multi-master...
When selected, the link for the Linux installer downloads a .dmg file (same one as is downloaded when selecting macOS -- nrfconnect310.dmg). I'm unable to find another way...
Hello,
I am developing a device that will reconnect to an apple iPad if it looses connection and be able to send a couple of bits over ble_UART.
I have tried merging...
I see this error when transmission starts and after this RX simply do not work. Even clearing error not helping. Rx works fine when there is not any transfer done (firmware...
My environment: Keil 5; nRF52832 SDK 15.2 ; Softdevice S132 6.1.0
The uart bootloader code locate in the address: 0x70000 - 0x80000 ; (The MBR in 0x70000)
The application...
Hi,
I want to read and write MAX30100's registers. How can i do that? I tried a lot of solutions but I didn't solve that.
For example; MAX30100's address is 0x57. And...
Greetings!
I am using the SDK Mesh 3.1.0 and Softdevice 6.1.0 with the nRF52840 Dev kit: (PCA10056)
So, in my previous post ( https://devzone.nordicsemi.com/f/nordic...
I am using the nRF 15.2 SDK for Thread and Zigbee. I am currently trying to use the debugger in SES, but when I upload the code, SES complains that it can't find the source...
Hi
my devices use USB HID to PC now, and I have PC GUI.
I want use BLE send My device data to PC ( windows 10 )
if I use BLE HID services to PC
I need to do any...
Hi;
I am trying to add uart central to multilink central examble. I added some of uart part to multilink. i am trying to link two peripheral to central. when two peripheral...