I'm updating our nRF5340 firmware from SDK 2.4.2 to the SDK2.9.0. After few modifications, I was able to compile it using the SDK2.8.0. Now I'm trying to compile it with SDK...
I am having a problem after installing 2.9 where I am getting a problem on some projects where the nRF addin does not seem to work
When try to create a new application...
Hello, We are having an issue on our nrf9160 custom board and application where we receive an AWS IoT mqtt Disconnect while waiting for an PUBACK from AWS!!!
We are using...
Hello Nordic Community,
I’m encountering an intermittent issue with my BLE peripherals, which are based on nRF5340 + nRF7002 SoC , while testing with nRF Connect Mobile...
Based on this example, I am working on porting a pulse counter to the nRF54 and have encountered issues enabling the DPPI peripheral.
The problem is when enabling CONFIG_NRFX_DPPI...
Hello,
In October last year I made a Message Routing Service to my azure functions.
From then it worked almost without issue. Now I try to do the same with an azure account...
Hello,
I used to develop for the NRF51822 using the NRF5 SDK in Keil, and I am now migrating my project to NCS. However, I cannot find my chip in the "CONNECTED DEVICES...
Dear Nordic Developer Zone,
I am trying to enable the readback protection in the main function just before the "wait for interrupt" sd_app_event_wait function using the...
Based on s110 v5.2 release note, nRF51822 will have future hardware revision.
What is the change for future hardware revision? Do we need to modify our circuit design for...
Hi all
My target board is nRF51822 , and I want to run the heart rate demo project,
but a error message when I compile it :
[b]Build target 'nrf51822_xxaa_s110 (256K...
Hi,
Now I want to make a project myself. My project include A/D and BLE for transmiting AD result. But I am confused about what BLE services should I add in my project. and...
Hello all,
I'm stuck in the use of the UART.
I have used the code from the UART example and the UART application for iPhone. I'm using eclipse because I don't want to...
Hi,
i have some troubles with my software which i doesn't understand maybe some one with more microcontroller Experience cann tell me how to solve this Problem.
I have...
Hi,
can someone post tutorial how to do Over Air Download? I mean new SDK 4.4
I get error from cmd: ImportError: No module named intelhex
Regards,
Konstantin
With the DFU sample from SDK v4.4.0.30888, I am unable to see the device in any host-side BLE monitoring utilities such as LightBlue (on Mac OS X) and our own custom BLE tools...
I need to transfer few kilobytes of data from slave device over BLE when requested from master device. I tough there is no file transfer profile in LE? What are the options...
Dear Nordic,
I know each sample has unique device address and stored in NRF_FICR->DEVICEADDR[0] and NRF_FICR->DEVICEADDR[1], and I think it has unique device UUID too....
In my ADC interrupt service routine (ADC_IRQHandler), I'd like to have a pointer available that I could use to carry some state from the main app thread to the IRQ handler...
Hi all
My nRF51822 has a incorrect LED signal, seems become a battery mode when I plug in a USB port.
The detail feature as below:
Incorrect device type in Micorsoft...
I'm looking at a BLE application using the nRF51822 where we need to send data maybe once every 10 minutes, so it seems like disconnecting in between sending messages will...
Hi,
im using nRF24L01+ to constantly transmit data and all working fine, but at some point SPI fails and the only returned values I get are 0x0F - doesnt matter which register...