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...
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...
Hi
This is my code for antenna switching. I've got 8 antennas I want to switch between.
NRF_RADIO->PSEL.DFEGPIO[0] = 0x00000011; //(P0.17) NRF_RADIO->PSEL.DFEGPIO[1] ...
I am using nRF52832 on my device. I have used SDK13 and softdevice 4.0.5.
On any iOS devices I can scan and connect in the nRFConnect app.
On an older Samsung Galaxy S5...
Hello,
we need some advice to choose the right TX power. We still wonder if TX power +4dBm is the best choice or better use the default 0dBm.
Here is some background...
Hi,
We are working NRF52832, SDK15.3. It works properly in debug mode but when I build in Release mode it is not working.
From my understanding debug mode will have symbols...
i use the demo ble_app_uart ,and i want to close the uart when ble is "Disconnected"。
but it when it do app_uart_close(),the nrf52810 is RST。 i use the same code in nrf51822...
In the nRF52840 do the peripheral interrupts (e.g. UART ENDRX) set the event register in the ARM core? If so is __SEV(); __WFE(); the only way to clear this event?