Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
I have already made code of 3 pwm channels using c[0],cc[1],cc[2],cc[3]. I want 4 PWM channels but I dont have more cc registers left so how can i code it. plz help me.
ALso...
Hello, I have purchased this kit on ebay. www.ebay.com/.../301182420397
Can somebody point me to where I can get documentation on this kit, it came in with mostly Chinese...
According to the nRF51 series reference manual.
10.1.2 Debug interface mode
Debug interface mode is initiated by clocking one clock cycle on SWDCLK with SWDIO=1. Due...
Good day,
I am using a DK board with the nRF52832 (pca10040) and I am using a 4 kHz buzzer connected to the gpio 16. I have seen the examples pwm_driver and pwm_library...
Hi, I am using the Nordic nRF52832, with the Segger IDE(Nordic), and v1.4.0 of theSDK, and would like to know how to enable both LLPM and Multilink.
I am starting from 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...