Hi, this is a very broad issue that i am having, because i dont know the source of it. I am simply unable to use the bme68x IAQ library. i have downloaded the external bsec...
Greetings!
I am using Wireshark along with an nRF52840 dongle to monitor BLE traffic between a mobile app and connected peripheral and periodically I see some "L2CAP Fragment...
Hello, I am using the nRF54L15 board, and trying to connect to the Adafruit SHARP 400x240 monochrome LCD display .
I got the display driver alone to function just fine after...
Hi,
I am trying to perform a DFU using SMP over BLE. My setup has NSIB and MCUBoot enabled and thus I am able to perform DFU for MCUboot and Application using nrf device...
Hi all,
I'm trying to use uart2 on my custom nrf9151 board, but I'm stuck. As I understand, I use i2c1 so I can't use uart1 and i2c1in parallel, so here is why I wnt to...
Hi - I am seeking clarification on a topic as I am a little unsure on the correct way to do things.
I'm using an nRF52840 and porting an old Firmware from nRF5 SDK to NCS...
Dear Nordic, I'm using TIMER21 for our library, but I encounter problems with CC channels 6 and 7: their compare events never fire. The problem I configure the timer to generate...
Hi, I am creating a custom service and corresponding characteristic. For that I am planning to use bluetooth base uuid (for confirmation : 0000 0000 -0000-1000-8000-00805F9B34FB...
Hi,
I`m working on our firmware for nRF51822 and I received the assert from soft device when turning off the global interrupts for our time-dependent procedure which have...
I am using PCA10001 board.
First of all i am unable to find nRF51 SDK.exe.
So i downloaded SDK form below link
link text
I changed device to nRF51822_xxAA.
Now i...
Nodic Semicond has made a nice step-by-step description for how to fix a corrupted infoPage.
It involves starting nRFgo Studio from a command prompt with "-defaultsettings...
Hi,
I want to make a connectable bluettoth transmission. I need 1 service with 3 characteristics, but for now I only want to see my service in app. It is possible to do it...
I have a nRF24LE1 processor.
We have an 'RF bootloader' which operates from the pc running a 'nRFUpdate 'Firmware over the air'' program using a dongle made by 'sparkfun...
i am running this code on my nrf.
const nrf_drv_timer_t TIMER_LED = NRF_DRV_TIMER_INSTANCE(0);
uint8_t flag;
/**
* @brief Handler for timer events.
*/
void...
I currently have both the nRF51 DK and nRF51 Dongle plugged on my PC. In Keil, when I try to load my program into the nRF51 DK I get the following error: "No JLink is selected...
HI People,
I face a problem when I do an OTA DFU from APP to APP. I compiled ble_app_hrs S110_with_dfu example fro sdk 9.0.0 and did OTA dfu. Now the device advertises...
I'm in the middle of putting a NRF51822 device through bluetooth certification. The test house has asked that I have modes where the radio is transmitting on certain frequencies...
Hello. I finally succeeded mouse keyboard combo. I use mouse sensor with SPI. I send mouse_move_data in loop. However, when I connect with the computer, the mouse pointer...
I am trying to debug a SPI application using Keil and the Eval board, but am having problems with control of the port pins. I am using pin 23 as the CS pin. it configures...
On SDK 9.0 only
Do not judge the quality of SDK based on number of entries here. This thread should be considered part of Nordic effort to main the quality of the release...
Hi,
I'm in the process of transitioning my application and associated bootloader from SDK 7.2.0 to SDK 9.0.0.
I can compile both my application and bootloader now against...