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 Team,
Is it possible to implement the iOS application to track the iBeacon Component after closing the application(Background processing).
Please provide any example...
Hi,
I am working with Arduino/Ble Shield to implementing a keyboard device with some consumer control keys support,
My implementation will be based on hid_keyboard_template...
Hi Nordic folks,
I’m stumped by an an error in sd_softdevice_enable() that outputs this from my error handler:
[ERROR] app_error_handler (src\core_functions.c:183...
It clearly states in the nRF51822 Beacon Firmware Documentation that you need to use the Master Control Panel in order to connect upload new firmware.
Now that said, there...
Hello,
I'm using Win 8.1 BT LE stack to communicate with the NORDIC. I am using soft device s110. I use notifications to send data to windows which assembles a message...
Hi,
I'm writing a little piece of software using direct access to the radio registers in NRF51822. Is NRF51822 capable of calculating BLE checksum in hardware? As far as...
PROBLEM: the event handlers are never called after app_timer_start called
I have a design without the LFCLK XTAL. I initialize the stack with:
static void ble_stack_init...
HI ALL
i have successfully creat my own service referring to the example ble_app_lbs and reference nAN-36.
but when i tried to creat my own characteristic in my service...
I want to check out the long attributes capabilities of the S110 SoftDevice.
Inside of the Sdk 5.2.0, I cannot find an appropriate example.
I'd found some example code here...
Hi,
How to work with the connectable directed advertisement (BLE_GAP_ADV_TYPE_ADV_DIRECT_IND) event?
I modified the ble_app_template application to support direct advertisement...
Hi,
I am developing a test board with a nRF51822 and ST balun (NRF01D3) and a chip antenna (probably Johanson 2450AT18A100 or B100). The board will have 4-layers. The inner...
nrfgostudio_win-32_1.15.1 program softdevice s110_nrf51822_6.0.0_softdevice.hex works well with STlink for nrf51822 but when I program bootloard error appear :
Running...
Hi,
I'm using the redbearlab shield in combination with an arduino uno r3.
I want to send sensor data at about 10 hz to my smartphone.
This works but sometimes I get...
Hi Team,
To implement iBeacon what are the things to be take care at the peripheral side.
Whether the code for advertising the peripheral in "CoreBluetooth" and "CoreLocation...
Hello,
I am trying to get the PCA10001 evaluation board going with BLE, and am trying the ble_app_hrs example from the SDK as a start. I am developing on Mac OS with Eclipse...