Hi all,
I am using ble open mesh with pca10028 boards ble mesh is working fine.
I am developing a application that has to blink led in mesh( without any delay between...
I'm still on stack 8.0.0 so it might have been fixed since. I have noticed that if the other side de-asserts CTS the Nordic code will leave the TX asserted in a Break condition...
Hello,
I'd like to ask what is the data rate when using BLE OpenMesh network and how much it depends on network architecture.
I'm considering using it in a network consisting...
Hello Nordic Community,
I need to know how to import my PCB design from Eagle to CST Studio to simulate it and I need to know if the simulation step will be useful to enhance...
Hi.
I'm trying to get Apple notifications to nrf52. And specifically to listen both regular ANS (for android) and ANCS (for iOS) events depending what sort of phone is...
I am trying to find out the part number of the antenna (I assume it is a PCB antenna) used in the nRF51 DK ( www.nordicsemi.com/.../nRF51-DK) . I found a lot of similar questions...
Hi.
I am using the NRF52 Development board, on Keil uVision, to implement a C program that uses Dynamic Structs. The Structs re-size themselves ( by increasing their capacity...
Hi,
I’m trying to use new SKD 12 secured bootloader but can’t pass signature check in dfu_req_handling.c\dfu_handle_prevalidate() (code after switch case DFU_SIGNATURE_TYPE_ECDSA_P256_SHA256...
Per table 19.4.2 in the nRF52 PS v 1.1:
, what is the difference between CL (load cap) and C0 (shunt cap)? The max ESR is specified for C0 but not CL. The xtal datasheets...
I'm looking for an nRF52 development kit with the PCA10040 1.1.0 or 1.1.1 board and the revision 1 IC . Closest I can find is that SemiconductorStore (Symmetry) claims theirs...
I'm trying to write an iOS app that scans for a specific UUID being advertised
e.g.
NSDictionary* options = [[NSDictionary alloc] initWithObjectsAndKeys:[NSNumber numberWithBool...
The old DFU documentation had nice memory maps explaining how the DFU memory map works.
developer.nordicsemi.com/.../a00056.html
But I can't find this map for newer...
In the ble_nus service (SDK11.0.0 S132 nRF52), what is the simplest way to modify on_write() to send inform the main application the CCCD for notifications has changed:
...
Hi guys,
I can erase all the chip and load the softDevice in command line successfully by nrfjprog.exe. Is there any switch to disable the softdevice protection? Or I need...
When creating a new Project using the nRF52 template the system_nrf52.c file is not getting imported and does not show up in the Project explorer. A Call to the SystemInit...
Hello,
I'm trying to migrate to Peer Manager, but I have a problem. This code returns error BLE_ERROR_INVALID_CONN_HANDLE constantly.
static void on_ble_evt(ble_evt_t...
So I have flashed the experimental_ble_app_blinky, using the hex file provided using the drag and drop functionality(which is awesome BTW), and everything seems to be behaving...
I have the nRF52 development kit. I'm using eclipse Neon and the Nordic apps on an Iphone 6. I got the SDK11 examples working where the CSCS BLE example is what I want to...
Hello,
i am developing a product with the nrf52. I would like to add "rfid like" functionality on it (the purpose is to detect runner on the finsih line).
As the nrf52...
Hi,
I use nrf51822 HID keyboard.
How to add a game-pad report as a second report in the ble_hid_keyboard ?
How to init the function hids_init() in SDK.
Thanks
Gamepad...
Dear Nordic Team,
Thanks for support.
I want to know the possible for add NUS(Nordic Uart Service) service with proximitty example ??
Edit : Try to add existing service...