I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am trying to use nRF connect's advertiser feature to simulate some sensor output for my testing. The sensors use BLE advertisements with scan response to send out data....
Hello community,
I am working in a central device with SDK 13 v. 4, PCA10400 (NRF52832) and SD 132 and one task is to receive 30 bytes from a sensors as a notifcation,...
Hi,
we are using are more or less unmodified version of the Secure DFU bootloader example. Especially all BLE/Softdevice configuration in "libraries/bootloader/ble_dfu...
As mentioned here , my poor little Thingy:52 doesn't work after upgrading to version 1.1.0 through the iOS app.
After getting my Thingy:52 i played arround with it for...
I try to add function for the peer manager initialization and set the security parameters. I did not understand keypress and lesc parameters exactly. Documentation says for...
HI,
I am using nRF51822 by Keil compiler. I found if it was programmed with boot loader
nrf51422_xxac_s130.hex
by nRFGo Studio.
Then if download user code by Keil...
Hello!
I fill in a dis struct with the fields manufact_name_str, fw_rev_str and sw_rev_str. Everything is dandy and works perfect.
Then I also fill in the field serial_num_str...
In product spec for nrf52832:
Neg30dBm 0xD8 -40 dBm Deprecated
Neg40dBm 0xD8 -40 dBm
Similar stuff in the SVD out of SDK 12.3
When I convert the svd to rust (using...
Hi,
I am using NRF51822 and sdk12.2. I am using Softdevice s130 with peripheral experiment_ble_blinky example. I have merge UART example in this and it is working fine. ...
Hello,
We've stumbled upon a weird behavior on iOS making the smartphone unable to reconnect to our wireless device after a DFU from SDK11 to SDK13 (nRF52832): the notification...
Hi!
I am getting a HardFault when I try to read a GATTs value inside a GPIOTE ISR handler.
I already tried setting the ISR priority to low as suggested in various posts...
Hi all,
I installed Nordic examples for Keil MDK, and I am able to compile the examples for the PCA10028 board, which is based on the nRF51422. But I intend to take the...
Hi, I am using 1 central and 2 peripherals. I tried erasing bonding info in both central and peripherals for a few times (by calling pm_peers_delete() in the central and pm_peers_delete...