When I was using the device as peripheral, I was wondering when the Softdevice notified BLE_GAP_EVT_SEC_PARAMS_REQUEST and BLE_EVT_SEC_INFO_REQUEST:
1, when peripheral...
hi dear nordic employee:
I tried to build the project ble_app_hrs_c(pca10040) by keil5
but I get an error :
._build\nrf52832_xxaa.sct(7): error: L6236E: No section...
Hi,
I am a bit confused about power consumption when using app_uart_fifo. To save power I put MCU to sleep in between each sent and received byte by using __WFE and __SEV...
Hi! I am building an android app for my project. I am using Proximity , UART and DFU from nrfToolbox app. I have 3 buttons on my home screen dedicated for each of them. I...
Dear Nordic employee:
1、 what do I have?
I have a thingy52 develop kit(nrf52832)
2、what is my purpose?
the quality of thingy52 audio demo is not good(iphone7)...
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 am using nrf52832 and try to implement a high throughput in ble5.1. i interface memory with nrf52832 my task is to read the memory and send the data to the app with...
Hey Nordic Team,
I noticed an issue with the SDK and `nrf_serial.c`
After deactivating all legacy code and removing all references to standard UART I noticed that I was...
I need a UARTE driver that does a few things differently to the provided UARTE driver and hence I am writing my own based on nrfx_uarte.c . At the moment I am testing the...
I would like recieve all advertisement in my way, and I development my application on the DK PCA10056. My code as below:
But, I can't recieve any valid advertisement!...
Hi
nRF52833, SDK16
When using a UARTE interrupt I get a fault which I cannot locate, I have the following code:
When my 4 bytes are recieved, i get a fault and the...
Hello,
I'm chasing a bug and narrowed it down to a minimal failing case. Even it's only very few lines, I'm still failing to grasp what's actually happening.
Taking the...
Hey guys,
I'm working with SES, nRF52832 and SDK14.2.0.
I have a timing problem and would like to describe the problem from the beginning.
I have a 1-wire temperature...
Hi.
I'm having Segfault issues with our company's custom boards based on nRF52840 chips.
I do several re-flashing with J-Link EDU Mini Programmer on a daily basis with...
Hello, I am reporting here an issue that I detected by using NRF connect on iOS (cf https://github.com/NordicSemiconductor/IOS-nRF-Connect/issues/56 ) The issue is that the...
Hi,
I use SES IDE, nRF5_SDK_16.0.0, nRF52840 DKs. I am using ble_app_uart_c as a template for my application that needs to connect to multiple peripherals whose device names...
HI All,
Using Nordic devices and with my mobile I am able to do bounding and pairing.
But, after that, I have deleated the bounding information from Mobile.
Now, If...
Hi all,
I am trying add Long range to NRF52811 (app_uart_nus and app_uart_nus_c) in SDK 15.3
I checked this link https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog...
Hello,
About RTC module, Systick and SoftDevice.
Does SoftDevice make use of RTC module events ?
Does SD also make use of ARM SYSTICK ?
Note : we do not use FreeRTOS...
I have implement an in-app DFU procedure based on Nordic's dfu ble service. The images are saved into external norflash and then control is passed to a bootloader which validates...