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...
nRF Connect SDK v1.6.1
HW - nRF 52832 DK
Host OS - Ubuntu 18.04 LTS
SES IDE Nordic Edition v5.60 with Segger J-Link USB
If I build the Peripheral UART example then...
Hi ,
I had done the user guide on https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.6.1/nrf/ug_matter_configuring.html#ug-matter-configuring , could you please tell...
Somehow it seems the interface MCU of my PCA10040 DK got confused. I cannot use the JLINK to the nRF any more, and the JLINK drive (in Windows 10) does not show up. LD5 stays...
Hi,
1. I want to know the minimum delay time of BLE data transmission
2.How should this time be calculated
Thank you for all your assistance. Kind regards, Peter.Mi...
I want to modify the lte_ble_gateway app (nRF connect SDK 1.6.0) to connect with the nRF52DK advertising through the ble_app_uart (nRF 17.0.2) application. The lte_ble_gateway...
Hello Nordic Devzone,
I am currently attempting to generate 8mhz clock output to a gpio pin on the nrf5340dk. I have found previous posts about utilizing the gpiote, timer...
Dear Members,
How can I find the cause of
<error> app: Fatal error ?
I can't see an error code ?
Is it possible hardware error because voltage surge ? Can capacitor...
When I set NRF_LOG_ENABLED true, the RTT log can be output without any problem, however, the scanning or advertising activity stop immediately.
I found there is something...
Hi,
I am trying to find Get and set the RTC timer api inside Nordic SDK "nCS\v1.6.1\zephyr".
Could you please help me where I can get these api.
Thank You!!
I got up to this stage while trying to evaluate the module...
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrf91_dk_gsg%2FUG%2Fnrf91_DK_gsg%2Fintro.html
There...
Several place refer us to the SoftDevice Release Notes; eg
https://www.nordicsemi.com/eng/nordic/Products/nRF52832/S132-SD-v5/58987
http://infocenter.nordicsemi.com/topic...
Hi,
I have nRF52840 DK with nRFConnect SDK 1.6.99
Compiled and run on nRF52840 boards:
F:\_Develop\ConnectSDK\ncs\zephyr\samples\bluetooth\periodic_adv
F:\_Develop...
NRF_SDH_BLE_OBSERVER(m_ble_observer, APP_BLE_OBSERVER_PRIO, ble_evt_handler, NULL);
What does m_ble_observer stand for ? i don't see any explanation in the whole project...
According to the Overview of this sample, the sample supports the provisioning of the IoT device using "Azure IoT Hub Device Provisioning Service (DPS)" to an IoT hub; and...