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 was looking at the .map for my project and I noticed that pstorage.c was taking up a bunch of RAM (~600 bytes), which I thought was a lot, so I went into pstrorage_platform...
Hi,
Suppose I want to develop a bluetooth blood pressure monitor called "Prexmon". The design is based on nRF5340 with Zephyr RTOS. During software development I want to...
Hello,
I am trying to add DFU to an existing product that uses an nRF52832. I have gone through the tutorial here . I am using SDK v15.3.0. I am using the GNU Tools ARM...
While debugging an issue where a bonded Android app didn't handle characteristics that were moved and deleted correctly, I noticed that the peer manager can detect if the...
When we check the bandedge, we find Hump at Fc±N*16MHz. the level is about -45dBm(while FCC limit -41.2dBm).
This happens at both CW mode and moduation mode.
I notice...
Hi,
Why print multiple rows of data instead of one
I want to print 159 bytes of data
The code is as follows:
The abnormal output is as follows:
SDK version...
Hi all, this is an answer for those who see this when using SDK14 (and maybe even before):
As one tries to use the micro-ecc library when creating DFU applications, on...
Many, many files have Windows line-endings, for example the `./build_all.sh` bash script in micro-ecc, but many files more as well.
```
#!/bin/bash^M ^M # This script...
Hi There,
I try to use the sha512 to checksum. But, the compiler told me the functions do not be defined. [ocrypto_sha512_init(), ocrypto_sha512_update(), ocrypto_sha512_final...
Hello,
I have downloaded the nRF5 SDK v17.0.2 and used the app_uart_c (s140 - pca10056e) example. Then, I modified the scan_init function in main.c to scan by name and also...
Hello,
Hello, I am currently developing an emergency system. The goal is for this system to be off most of the time. It will be used very little, and the system will have...
Dear sir/madame
Hopefully someone at this forum can bring a clarifying light to me.
I am struggling with storing a variable in flash (nRF 52840 and SDK 17.0.2).
If...
Because of all the provided examples, developing experience has been really smooth but except the merging of usb_dfu and ble_dfu. Therefore Kindly provide an example of the...