Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
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...
Hi,
I am studying Thread with MQTT-SN examples, and I got some trouble with the disconnection of the publisher.
Here is my configurations:
SDK: nRF5_SDK_for_Thread_and_Zigbee_v3...
Dear all,
Is it possible to:
1. Make a ble central which is just recieving advertising data , but not visible by sniffers and etc.
2. We want o use the nrf52 for a id...
I am trying perform DFU over BLE and get the following result:
nrfutil dfu ble -a cd5dfbcefa30 -snr 682937446 -pkg flash.zip -ic NRF52 Traceback (most recent call last)...
Hi there
I have a question about the newly added errata No. 220 of nRF52832 Rev 1 Erratasheet v2.1.
We don't use the WFE instruction but call sd_app_evt_wait(). Does the...
Hi,
I am learning OpenThread, and I download RaspPi_OT_Border_Router_Demo_2.0.0-1.alpha.zip from https://www.nordicsemi.com/Software-and-Tools/Software/nRF5-SDK...
Hello!
Nice to ask a question here!
I used arm_cortexM4lf_math.lib in NRF52832 software, and used the function arm_cfft_radix2_f32 function. I want to know that for the...
I want to add a function to bootloader_secure_ble, to drive a lora chip, I can upload some user code by this code. but I don't know how many space can be used.
do you have...
Hi.
I'm testing multi peripheral using pc-ble-driver-py.
I tested one peripheral device using heart_rate_collector.py.
It was ok.
But, when I try connecting two peripheral...
Hi all
I need to create a new SEGGER project with SDK1.5, and I hit lot of build error.
I have no idea about following build error, please help, Thank a lot.
------...
A project built using the nRF9160 and Zephyr OS v1.14.99 previously built and ran just fine, but since upgrading to the latest versions of the zephyr and nrf repos (using...
Hello-
Recently, we optimized our BLE4 transfer settings. With the same device, firmware, and payload, we get better transfer rates on iPhone5,6,7 than iPhone 8/X. On all...
Hi
I'm using the mqtt_simple but I altered the code and added some buttons. Like, change subscriber or topic if I press button 1 or button 2 , things like that. What I want...