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 Nordic team
I am working on ble_app_buttonless_dfu example code and implemented accelerometer code via TWI0. And Accelerometer INT pin connected on GPIO via gpiote...
I am looking to develop a number of Zigbee compatible devices for home automation. Can you tell me if the nRF52840DK and dongle (no debugging using the dongle I understand...
Hi all,
After I combile light switch example and remote example for my client and server board . Function Remote run fine . But when I push button for send unicast message...
Hi. I try to run example Light Switch Demo.
I use: Mesh SDK v.2.2.0. NRF SDK v 15.0.0. Softdevice: s132_nrf52_6.0.0.
I see that relayed messages have maximum TTL = 4,...
Hi, I already have device that plays audio from sd card. New feature is needed that user can send MP3 file to device from mobile phone that will be stored in sd card and then...
below is a little part of code copied from nrf5_SDK_for_Mesh_v2.2.0_src:
***********************************************************************************************...
Hi team,
I am integrating bmp180 and mpu6050 into a beacon code.While integrating,I am getting the following error
"NRF_ERROR_MODULE_ALREADY_INITIALIZED".
Please help...
SDK14.2
Segger Embedded Studio
nRF52 development board
According to this post https://devzone.nordicsemi.com/f/nordic-q-a/20556/how-does-the-saadc-scan-mode-use-the...
Hi All,
Currently i am working on Zephyr RTOS as a target of PCA10040 DK.I have been compiling and executing a simple "Hello World " example.
While doing cross compilation...
Hello,
I have use the BLE Multi-link Example as a central. For the priripheral I have use BLE Blinky Application and UART/Serial Port Emulation over BLE ( <InstallFolder...
Examples in SDK15 use the Observer pattern to handle BLE events (using the macro NRF_SDH_BLE_OBSERVER). AFAIK, the registered handler runs in some IRQ context, typically higher...
Hello Nordic team
I am working on nRF52832 DK, SDKv15.2.
My question is how we can send and receive more than 100 bytes of data? I know nus services doing it. Also how...
Hello,
On one of our custom board with nrf52832, after programming it like 3-4 times it stopped responding on the nrfgostudio as in it was showing no device detected,...
Hello,
Now i use SDK15.0 and NRF52832 to make a BLE scanner.
I want to scan advertisers every 5s , scan window and scan interval are equal(max=0x3FFF). Also,they are all...