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 would like to secure my application using security mode 1 level 3. LE Legacy pairing with OOB key sharing. (both master and slave device does not have I/O Capabilities...
I'm trying to build a proof of concept for a BLE gateway that captures data from BLE sensors and sends it to the cloud via LTE-M connection. I'm hoping that the gateway can...
Hello all,
We are working on an nRF52832 and use the UART peripheral in the latests Zephyr release. As we have a lot of data to send from the nRF to the linux host we are...
I have created a project using the sample LWM2M client project using SDK 1.9.1. This is then flashed into an nRF9160 DK dev board. The device is able to complete bootstrap...
Hi All!
I am using a custom board having nrf52833/20+nrf21540 to extend the range. I am using the nrf5 SDK 17.0.1 "Radio test" example to do my job.
The issue is that...
Hi,
I have a nrf5340, on a custom board
I call bt_enable(NULL) without error, but when I try and cretae an advertisment set, calling bt_le_ext_adv_create returns error...
Hi,
I have worked on nRF 5340 (nRF connect SDK v1.9.1) for last few days and now able to use and modify some examples.
Recently, I have received the nRF 5340 audio DK...
Hello, I can run "nRF5_SDK_15.2.0_9412b96" examples with the nrf52840 eval kit pca10056/s140 without any problem, but I can't run the same examples with custom board. all...
Hi,
I wan't to report a bug in the newest update of the nRF Connect for VS Code 2022.7.207. When building the first time after opening VS Code everything works fine. The...
Hello,
When I was building my nrf9160 dk project the beginning of this year (2022), everything was building and working fine.
The project was put on hold until a few weeks...
Hello! We are trying to sign our data using ECDSA ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/crypto/ecdsa/README.html ) . In this example the...
Hi,
We have a project that has a custom protocol over UART. We also would like to use MCUMgr over UART as well. What would be the recommended method to integrate the two...
Hi everyone,
Im porting a board from SciLabs to Nordic; since the NRF52811 is in stock I am using it via the nRF52840DK.
The included sample adc application doesn't seem...
Hi,
I'm trying to integrate into my project parts of the SDK responsible for USBD handling, sadly with no avail. Even it I get through all missing files, set all the needed...