Hello Nordic,
My development environment:
SDK>> NRF51822_SDK10, SoftDevice>> S130
Example>> ble_app_uart
I am looking forward to your reply!
Thanks.
Best Regards...
Dear friends,
according to "nRFConnect_BLE_User_Guide_v2.0", to set up a local device,i should complete the following steps:
Connect a development kit or dongle to...
Hi
I have add some function call like sd_ble_enable in mesh example, I test to get
then I set the address and all sd_ble_cfg_set is ok
but when I call "sd_ble_enable...
Nordic \ nRF5_SDK_12 nrf52832 using 2.0 _f012efa \ examples \ peripheral \ pwm_driver, pwm_driver example
Want to set up two road PWM phase is different, for example, the...
I'm using nRF52832 and S132 based on nRF5 SDK v14. I get a error code 4 when I add DFU service refer to the experimental_ble_app_buttonless_dfu . The SDK has changed so much...
Hi,
I'm wondering if I can get current transmitting channel during a connection. So
Is there a way I can directly read current transmitting channel?
If not, is...
This question has to do with the observed "recursivity" of the calls to "app_sched_execute" in SDK13 as described in the previously asked question below:
devzone.nordicsemi...
This seems to be a recurring question. I suspect the Wireshark/nrf-Sniffer setup is delicate enough that minor changes/upgrades in any of the components causes a problem....
nrf52832 , SDK_V15.3 , ble_app_uart sample code , data communication problem.
Hello there...
I use the SDK V15.2, ble_app_uart sample code, on the nrf52832
seems the...
Hello,
Currently working with Segger 4.42 and SDK 15.0
I've searched around the devzone on doing a passkey connection between my server and central.
I've used the ble_app_gls...
Hi, I'm having trouble pairing with Android devices using the SDK's ble_app_gls example, when I try to pairing with any andoid device it throws the following error "couldn...
I Modify my code for 7 buttons from 7 gpios. But my code has a issue at sdk_config.h. The define of GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS is 9. When I built the code and download...
Hi all,
The nRF52832 spec. document specifies that the current consumed in System OFF / No RAM retention / Wake on LPCOMP mode is 1.9uA. However, if I measure the current...
Hi,
A couple of months ago, the Bluetooth SIG published a specification for LE Audio : a new codec and method to send audio data through BLE 5 connection.
Is there an...
Hello,
Few questions about NUS and NUS C please.
Is there any way to know how many TX are pending ?
Are TX notify or indicate ? How to change it please ?
Thank yo...
Hello,
Based on aws_fota sample, I want to replace the line with poll with something that not blocks (because I have another things to manage in my loop). Do someone have...
Hi,
I am evaluating nRF52840 DK as a peripheral with 300ms interval with no timeout (continuous advertising with APP_ADV_DURATION set to 0 ).
I understood that while APP_ADV_DURATION...
I am developing for an nRF52810 target application.
I am using IAR 8.42 with a PE Micro debugger. If I debug a project (call it project A), the linker ROM space starts at...
Hi,
I tried the SDK_DIR\examples\dfu\secure_bootloader\pca10040_s132_ble example from nRF5_SDK_16.0.0 with my custom board with nrf52832 mcu.
I followed this guide:
...
To the kind attention of Nordic support team,
I 'm working on a custom project so that nRF52840 can operate in two different mutual exclusive running modes. A USB operational...
I'm starting a new project that ports an existing (non-Nordic) application to a system based on an nRF52840. My current solution is based on FreeRTOS, so I'm looking at the...