Moving from SDK version 5.1 to 6.0, the buttons on my PCA20006 beacons no longer works as expected. When I press a button, it seems to register the release of a button incorrectly...
I posted another question along these lines, about using the Timeslot API to get observer behaviour with the S110 v7.0 SD, but I am having trouble getting it to work.
Are...
I'm interested in creating a time of flight algorithm and am trying to calculate what to expect for accuracy.
Is it possible to get an IRQ from when the sync arrives at...
hi all ,
how to enable GPIOTE PORT and IN[n] event simultaneously ?(not same pin)
i enable the GPIOTE to trigger interrupt event.
one for the keyboard which need multiple...
Hi All,
I am using nRF51422 with softdevice s310. And implementing Cycle speed and cadence receiver. most of the data processing is fine but i am facing one problem.
...
Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hi.
I want to ask about the Queued Writes module and the NRF_SDH_BLE_VS_UUID_COUNT. In the example ble_app_uart, in the "services_init(void)" function we initialize the...
Hi,
I'm having difficulties running the secure bootloader example (ble_debug version), it doesn't seem to be advertising or providing any logs.
I'm currently using the...
Hi,
I want to create a fresh project in Keil with nRF SDK as static library included into application. I have created the project, but when I run, the code always stuck...
Hi,
The error I get is as followed:
Output/Debug/Exe/Lesson10_Part3.elf section `.nrf_balloc' will not fit in region `UNPLACED_SECTIONS'
region `UNPLACED_SECTIONS' overflowed...
This is my third and final attempt at getting a custom nRF52 board to appear on my phone as an Adafruit Feather device. I have no issue with the genuine Adafruit hardware...
Hi! We're preparing a medical device and are evaluating nRF5340 chip. We'd like to know when the chip and PDK will be production ready i.e. when Development Kit for nRF5340...
Hi,
One of my customers is applying LWM2M to their target application.
And they are trying to fix LOCAL PORT of LWM2M.
I heard that when end equipment is registered...
Hello
I use nrf52832 and mpu6050. I am trying to obtain values for pitch, roll, and yaw using mpu6050.
I don't know if it's because there's no magnetic sensor, but there...
Hello Everyone,
I recently started using NRF52840 dongle, I am trying to combine USB CDC ACM with Radio TX and RX examples. Individually the codes the running without any...
sd_ble_enable() returned NRF_ERROR_NO_MEM.
when I change this:
NRF_SDH_BLE_GATT_MAX_MTU_SIZE 23 to 247
NRF_SDH_BLE_GAP_DATA_LENGTH 27 to 251
here are turn...
Is there a chip with the same or even better specs then the nRF51822 but with more transmit power (at least 20 dBm)? https://infocenter.nordicsemi.com/pdf/nRF51822_PS_v3.1...
Hello,
my BLE application needs at least 5 different services to transmit different sensor data to a GATT client. I´m wondering how I can add that many UUIDs in my packet...