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...
The document nRF51422_Evaluation_Kit_User_Guide_v2.0.pdf says:
Locate the Heart Rate demo project found in the folder
ARM\Device\Nordic\nrf51422\Board\pca10003\s310\ble_app_hrs...
Dear Sir/Madam,
Can you please help to check and advise if both part# nRF52840-Dongle and nRF52840-DK have KC certificate? Thanks.
Best Regards,
Dan Lee
Hi,
I'm using for awhile TIMER0 and I want him completely disable.
I'm setting a TASKS STOP to stop a timer, clearing a interrupt and disabling interrupt in NVIC, but...
I'm looking at the datasheet for the NRF52832 because I'll be using it with a Raytac module and I'd like to know for sure how the SPI pins are set.
I see in the datasheet...
hi, i've used the official zephyr version till some days ago. the reset pin worked. now i've switched to the zephyr version "supported" by nordic and the pin reset isn't working...
I did the multilink central function when I used zephyr OS Connecting the five peripherals is stable at first, but after a while the error of <err> bt_att: ATT Timeout will...
Hi Everyone,
I have been developing with nrf52840 for quite sometime using Arduino. I would like to explore nrf5 Sdk for Zigbee and Thread because I want to use my nrf52840...
When I generate bootloader settings using nrfutil 6.1.0:
The output indicates the start address is 0x3fc00:
However, looking at the hex file, it contains identical...
I'm measuring the current of the following code:
I'm not using softdevices.
I have nothing more connected to the board than the power.
I measure about 0.320 uA which...
I'm trying to make a test app that includes sample code from GPS and udp examples.
Building for nRF9160DK with west.
Here's my Kconfig:
```
# # Copyright (c) 2020...
Please help me to eliminate the error : "cannot open source input file "nrf_erratas.h": No such file or directory" for nrf51422 for nrf 51(12.3) sdk in keil version 5
Hello, We noticed that when we enable the whitelist, we can successfully filter out connection requests, but not scan requests. Our device still responds to every scan request...
Hello sir / ma'am
I want to implement OTA with zephyr using openthread but the size of my code .bin file is too much like 412kB .
How can I reduce my code size ?
What...
Hello
I am building a code with Openthread (NCS V1.4.0) and the size of that generated Bin file is 405kB. I would like to know why size of that file is more? I need to reduced...
Hi!
We are working with the nrf5340 on a custom board and we are trying to reduce its power consumption to the minimum possible. We have a beacon advertisement application...