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...
hi,
i am working with nrf52832. system on sleep mode is working ok in ble_app_uart example by commenting " //err_code = sd_power_system_off(); //APP_ERROR_CHECK(err_code...
I'm guessing this isn't the best place to ask this question. Please redirect if you can suggest a better place to ask. Thanks! I'll recopy the question here:
NRF has an...
Using
SW : NRF_SDK_16, SDK_MESH_v4.0
HW: NRF52840 DONGLE.
I have implemented light_switch_client which also has USB part initialization and then added in USB_DONGLE...
I am working on the nRF5340DK and NCS v1.5.0
Acording to this example https://github.com/NordicMatt/multi-NUS , I used the Throughput sample as the fundermental project...
I'm measuring the power consumption of the BLE Beacon example and got the graph below for one beacon transmission. I'm wondering what those smaller peaks are with 1ms period...
Howdy,
I'm evaluating the nRF Sniffer + nRF52840 dongle as a stop gap BLE sniffer solution, but I'm having a lot of issues setting it up.
Re: Installing nRF Sniffer (...
Good morning,
I am working with the AOA module of the nRF Connect SDK. I have been able to configure and program the transmitter with the CTE as well as the receiver and...
Dear Nordic,
we are developing an application based on SDK 17.0.2, it user FreeRTOS and BLE with Peer Manager.
We need to store few data in FLASH without confict with...
Hi
We are trying to get the DTM mode working for the NRF52 2nd BLE for testing BLE TX power and RSSI at the factory.
(1)HW setup is shown
(2 ) Procedure
We have...
Hello,
what are necessary that a Device automatically (without a 3rd party app) connect to the GATT Server with a HID Service.
I have implement a
HID Service,
Device...
hi,
I'm use nRF52840 to developing a Computer Keyboard,i wish 8X18 matrix a total of 144 buttons,About keyboard button matrix, please help to determine which GPIO can do...
Hello,
I am trying to resolve some compliance issues with the third-party libraries that are used in the SDK. For nanopb, it seems like the changes in pb_decode.h mentioned...
Hello,
I want to configure pin 0.13 as a rising edge interrupt.
Is there any sample code to configure the pin and interrupt handler?
Thanks in advance.